Package org.apache.cxf.ws.rm.manager
Class DeliveryAssuranceType
- java.lang.Object
-
- org.apache.cxf.ws.rm.manager.DeliveryAssuranceType
-
public class DeliveryAssuranceType extends Object
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 Classes Modifier and Type Class Description static class
DeliveryAssuranceType.AtLeastOnce
Java class for anonymous complex type.static class
DeliveryAssuranceType.AtMostOnce
Java class for anonymous complex type.static class
DeliveryAssuranceType.ExactlyOnce
Java class for anonymous complex type.static class
DeliveryAssuranceType.InOrder
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected DeliveryAssuranceType.AtLeastOnce
atLeastOnce
protected DeliveryAssuranceType.AtMostOnce
atMostOnce
protected DeliveryAssuranceType.ExactlyOnce
exactlyOnce
protected DeliveryAssuranceType.InOrder
inOrder
-
Constructor Summary
Constructors Constructor Description DeliveryAssuranceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveryAssuranceType.AtLeastOnce
getAtLeastOnce()
Gets the value of the atLeastOnce property.DeliveryAssuranceType.AtMostOnce
getAtMostOnce()
Gets the value of the atMostOnce property.DeliveryAssuranceType.ExactlyOnce
getExactlyOnce()
Gets the value of the exactlyOnce property.DeliveryAssuranceType.InOrder
getInOrder()
Gets the value of the inOrder property.boolean
isSetAtLeastOnce()
boolean
isSetAtMostOnce()
boolean
isSetExactlyOnce()
boolean
isSetInOrder()
void
setAtLeastOnce(DeliveryAssuranceType.AtLeastOnce value)
Sets the value of the atLeastOnce property.void
setAtMostOnce(DeliveryAssuranceType.AtMostOnce value)
Sets the value of the atMostOnce property.void
setExactlyOnce(DeliveryAssuranceType.ExactlyOnce value)
Sets the value of the exactlyOnce property.void
setInOrder(DeliveryAssuranceType.InOrder value)
Sets the value of the inOrder property.
-
-
-
Field Detail
-
atMostOnce
protected DeliveryAssuranceType.AtMostOnce atMostOnce
-
atLeastOnce
protected DeliveryAssuranceType.AtLeastOnce atLeastOnce
-
exactlyOnce
protected DeliveryAssuranceType.ExactlyOnce exactlyOnce
-
inOrder
protected DeliveryAssuranceType.InOrder inOrder
-
-
Method Detail
-
getAtMostOnce
public DeliveryAssuranceType.AtMostOnce getAtMostOnce()
Gets the value of the atMostOnce property.- Returns:
- possible object is
DeliveryAssuranceType.AtMostOnce
-
setAtMostOnce
public void setAtMostOnce(DeliveryAssuranceType.AtMostOnce value)
Sets the value of the atMostOnce property.- Parameters:
value
- allowed object isDeliveryAssuranceType.AtMostOnce
-
isSetAtMostOnce
public boolean isSetAtMostOnce()
-
getAtLeastOnce
public DeliveryAssuranceType.AtLeastOnce getAtLeastOnce()
Gets the value of the atLeastOnce property.- Returns:
- possible object is
DeliveryAssuranceType.AtLeastOnce
-
setAtLeastOnce
public void setAtLeastOnce(DeliveryAssuranceType.AtLeastOnce value)
Sets the value of the atLeastOnce property.- Parameters:
value
- allowed object isDeliveryAssuranceType.AtLeastOnce
-
isSetAtLeastOnce
public boolean isSetAtLeastOnce()
-
getExactlyOnce
public DeliveryAssuranceType.ExactlyOnce getExactlyOnce()
Gets the value of the exactlyOnce property.- Returns:
- possible object is
DeliveryAssuranceType.ExactlyOnce
-
setExactlyOnce
public void setExactlyOnce(DeliveryAssuranceType.ExactlyOnce value)
Sets the value of the exactlyOnce property.- Parameters:
value
- allowed object isDeliveryAssuranceType.ExactlyOnce
-
isSetExactlyOnce
public boolean isSetExactlyOnce()
-
getInOrder
public DeliveryAssuranceType.InOrder getInOrder()
Gets the value of the inOrder property.- Returns:
- possible object is
DeliveryAssuranceType.InOrder
-
setInOrder
public void setInOrder(DeliveryAssuranceType.InOrder value)
Sets the value of the inOrder property.- Parameters:
value
- allowed object isDeliveryAssuranceType.InOrder
-
isSetInOrder
public boolean isSetInOrder()
-
-