public class AddressingType extends Object
Java class for addressingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addressingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="enabled" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="required" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="responses" type="{http://java.sun.com/xml/ns/javaee}addressing-responsesType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TrueFalseType |
enabled |
protected TrueFalseType |
required |
protected AddressingResponsesType |
responses |
| Constructor and Description |
|---|
AddressingType() |
| Modifier and Type | Method and Description |
|---|---|
TrueFalseType |
getEnabled()
Gets the value of the enabled property.
|
TrueFalseType |
getRequired()
Gets the value of the required property.
|
AddressingResponsesType |
getResponses()
Gets the value of the responses property.
|
void |
setEnabled(TrueFalseType value)
Sets the value of the enabled property.
|
void |
setRequired(TrueFalseType value)
Sets the value of the required property.
|
void |
setResponses(AddressingResponsesType value)
Sets the value of the responses property.
|
AddressingType |
withEnabled(TrueFalseType value) |
AddressingType |
withRequired(TrueFalseType value) |
AddressingType |
withResponses(AddressingResponsesType value) |
protected TrueFalseType enabled
protected TrueFalseType required
protected AddressingResponsesType responses
public TrueFalseType getEnabled()
TrueFalseTypepublic void setEnabled(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic TrueFalseType getRequired()
TrueFalseTypepublic void setRequired(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic AddressingResponsesType getResponses()
AddressingResponsesTypepublic void setResponses(AddressingResponsesType value)
value - allowed object is
AddressingResponsesTypepublic AddressingType withEnabled(TrueFalseType value)
public AddressingType withRequired(TrueFalseType value)
public AddressingType withResponses(AddressingResponsesType value)
Copyright © 2020. All rights reserved.