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 classDeliveryAssuranceType.AtLeastOnceJava class for anonymous complex type.static classDeliveryAssuranceType.AtMostOnceJava class for anonymous complex type.static classDeliveryAssuranceType.ExactlyOnceJava class for anonymous complex type.static classDeliveryAssuranceType.InOrderJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected DeliveryAssuranceType.AtLeastOnceatLeastOnceprotected DeliveryAssuranceType.AtMostOnceatMostOnceprotected DeliveryAssuranceType.ExactlyOnceexactlyOnceprotected DeliveryAssuranceType.InOrderinOrder
-
Constructor Summary
Constructors Constructor Description DeliveryAssuranceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveryAssuranceType.AtLeastOncegetAtLeastOnce()Gets the value of the atLeastOnce property.DeliveryAssuranceType.AtMostOncegetAtMostOnce()Gets the value of the atMostOnce property.DeliveryAssuranceType.ExactlyOncegetExactlyOnce()Gets the value of the exactlyOnce property.DeliveryAssuranceType.InOrdergetInOrder()Gets the value of the inOrder property.booleanisSetAtLeastOnce()booleanisSetAtMostOnce()booleanisSetExactlyOnce()booleanisSetInOrder()voidsetAtLeastOnce(DeliveryAssuranceType.AtLeastOnce value)Sets the value of the atLeastOnce property.voidsetAtMostOnce(DeliveryAssuranceType.AtMostOnce value)Sets the value of the atMostOnce property.voidsetExactlyOnce(DeliveryAssuranceType.ExactlyOnce value)Sets the value of the exactlyOnce property.voidsetInOrder(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()
-
-