Package org.apache.cxf.ws.rm.manager
Class DeliveryAssuranceType
java.lang.Object
org.apache.cxf.ws.rm.manager.DeliveryAssuranceType
Java class for DeliveryAssuranceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryAssuranceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AtMostOnce" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="AtLeastOnce" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ExactlyOnce" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="InOrder" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DeliveryAssuranceType.AtLeastOnceprotected DeliveryAssuranceType.AtMostOnceprotected DeliveryAssuranceType.ExactlyOnceprotected DeliveryAssuranceType.InOrder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the atLeastOnce property.Gets the value of the atMostOnce property.Gets the value of the exactlyOnce property.Gets the value of the inOrder property.booleanbooleanbooleanbooleanvoidSets the value of the atLeastOnce property.voidSets the value of the atMostOnce property.voidSets the value of the exactlyOnce property.voidSets the value of the inOrder property.
-
Field Details
-
atMostOnce
-
atLeastOnce
-
exactlyOnce
-
inOrder
-
-
Constructor Details
-
DeliveryAssuranceType
public DeliveryAssuranceType()
-
-
Method Details
-
getAtMostOnce
Gets the value of the atMostOnce property.- Returns:
- possible object is
DeliveryAssuranceType.AtMostOnce
-
setAtMostOnce
Sets the value of the atMostOnce property.- Parameters:
value- allowed object isDeliveryAssuranceType.AtMostOnce
-
isSetAtMostOnce
public boolean isSetAtMostOnce() -
getAtLeastOnce
Gets the value of the atLeastOnce property.- Returns:
- possible object is
DeliveryAssuranceType.AtLeastOnce
-
setAtLeastOnce
Sets the value of the atLeastOnce property.- Parameters:
value- allowed object isDeliveryAssuranceType.AtLeastOnce
-
isSetAtLeastOnce
public boolean isSetAtLeastOnce() -
getExactlyOnce
Gets the value of the exactlyOnce property.- Returns:
- possible object is
DeliveryAssuranceType.ExactlyOnce
-
setExactlyOnce
Sets the value of the exactlyOnce property.- Parameters:
value- allowed object isDeliveryAssuranceType.ExactlyOnce
-
isSetExactlyOnce
public boolean isSetExactlyOnce() -
getInOrder
Gets the value of the inOrder property.- Returns:
- possible object is
DeliveryAssuranceType.InOrder
-
setInOrder
Sets the value of the inOrder property.- Parameters:
value- allowed object isDeliveryAssuranceType.InOrder
-
isSetInOrder
public boolean isSetInOrder()
-