public interface AddressingType<T> extends Child<T>
addressingType
xsd typeModifier and Type | Method and Description |
---|---|
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 |
AddressingType<T> enabled(Boolean enabled)
enabled
elementenabled
- the value for the element enabled
AddressingType
Boolean isEnabled()
enabled
elementenabled
AddressingType<T> removeEnabled()
enabled
elementAddressingType
AddressingType<T> required(Boolean required)
required
elementrequired
- the value for the element required
AddressingType
Boolean isRequired()
required
elementrequired
AddressingType<T> removeRequired()
required
elementAddressingType
AddressingType<T> responses(AddressingResponsesType responses)
responses
elementresponses
- the value for the element responses
AddressingType
AddressingType<T> responses(String responses)
responses
elementresponses
- the value for the element responses
AddressingType
AddressingResponsesType getResponses()
responses
elementresponses
String getResponsesAsString()
responses
elementresponses
AddressingType<T> removeResponses()
responses
attributeAddressingType
Copyright © 2014 JBoss by Red Hat. All rights reserved.