ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13
Interface AddressingType<T>

All Superinterfaces:
Child<T>

public interface AddressingType<T>
extends Child<T>

This interface defines the contract for the addressingType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 AddressingType<T> enabled(Boolean enabled)
          Sets the enabled element
 AddressingResponsesType getResponses()
          Returns the responses element
 String getResponsesAsString()
          Returns the responses element
 Boolean isEnabled()
          Returns the enabled element
 Boolean isRequired()
          Returns the required element
 AddressingType<T> removeEnabled()
          Removes the enabled element
 AddressingType<T> removeRequired()
          Removes the required element
 AddressingType<T> removeResponses()
          Removes the responses attribute
 AddressingType<T> required(Boolean required)
          Sets the required element
 AddressingType<T> responses(AddressingResponsesType responses)
          Sets the responses element
 AddressingType<T> responses(String responses)
          Sets the responses element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

enabled

AddressingType<T> enabled(Boolean enabled)
Sets the enabled element

Parameters:
enabled - the value for the element enabled
Returns:
the current instance of AddressingType

isEnabled

Boolean isEnabled()
Returns the enabled element

Returns:
the node defined for the element enabled

removeEnabled

AddressingType<T> removeEnabled()
Removes the enabled element

Returns:
the current instance of AddressingType

required

AddressingType<T> required(Boolean required)
Sets the required element

Parameters:
required - the value for the element required
Returns:
the current instance of AddressingType

isRequired

Boolean isRequired()
Returns the required element

Returns:
the node defined for the element required

removeRequired

AddressingType<T> removeRequired()
Removes the required element

Returns:
the current instance of AddressingType

responses

AddressingType<T> responses(AddressingResponsesType responses)
Sets the responses element

Parameters:
responses - the value for the element responses
Returns:
the current instance of AddressingType

responses

AddressingType<T> responses(String responses)
Sets the responses element

Parameters:
responses - the value for the element responses
Returns:
the current instance of AddressingType

getResponses

AddressingResponsesType getResponses()
Returns the responses element

Returns:
the value found for the element responses

getResponsesAsString

String getResponsesAsString()
Returns the responses element

Returns:
the value found for the element responses

removeResponses

AddressingType<T> removeResponses()
Removes the responses attribute

Returns:
the current instance of AddressingType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.