|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.ws.rm.manager.DeliveryAssuranceType
public class 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 | |
|---|---|
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 | |
|---|---|
protected DeliveryAssuranceType.AtLeastOnce |
atLeastOnce
|
protected DeliveryAssuranceType.AtMostOnce |
atMostOnce
|
protected DeliveryAssuranceType.ExactlyOnce |
exactlyOnce
|
protected DeliveryAssuranceType.InOrder |
inOrder
|
| Constructor Summary | |
|---|---|
DeliveryAssuranceType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DeliveryAssuranceType.AtMostOnce atMostOnce
protected DeliveryAssuranceType.AtLeastOnce atLeastOnce
protected DeliveryAssuranceType.ExactlyOnce exactlyOnce
protected DeliveryAssuranceType.InOrder inOrder
| Constructor Detail |
|---|
public DeliveryAssuranceType()
| Method Detail |
|---|
public DeliveryAssuranceType.AtMostOnce getAtMostOnce()
DeliveryAssuranceType.AtMostOncepublic void setAtMostOnce(DeliveryAssuranceType.AtMostOnce value)
value - allowed object is
DeliveryAssuranceType.AtMostOncepublic boolean isSetAtMostOnce()
public DeliveryAssuranceType.AtLeastOnce getAtLeastOnce()
DeliveryAssuranceType.AtLeastOncepublic void setAtLeastOnce(DeliveryAssuranceType.AtLeastOnce value)
value - allowed object is
DeliveryAssuranceType.AtLeastOncepublic boolean isSetAtLeastOnce()
public DeliveryAssuranceType.ExactlyOnce getExactlyOnce()
DeliveryAssuranceType.ExactlyOncepublic void setExactlyOnce(DeliveryAssuranceType.ExactlyOnce value)
value - allowed object is
DeliveryAssuranceType.ExactlyOncepublic boolean isSetExactlyOnce()
public DeliveryAssuranceType.InOrder getInOrder()
DeliveryAssuranceType.InOrderpublic void setInOrder(DeliveryAssuranceType.InOrder value)
value - allowed object is
DeliveryAssuranceType.InOrderpublic boolean isSetInOrder()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||