Apache CXF API

org.apache.cxf.ws.rm.manager
Class DeliveryAssuranceType

java.lang.Object
  extended by 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
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

atMostOnce

protected DeliveryAssuranceType.AtMostOnce atMostOnce

atLeastOnce

protected DeliveryAssuranceType.AtLeastOnce atLeastOnce

exactlyOnce

protected DeliveryAssuranceType.ExactlyOnce exactlyOnce

inOrder

protected DeliveryAssuranceType.InOrder inOrder
Constructor Detail

DeliveryAssuranceType

public DeliveryAssuranceType()
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 is DeliveryAssuranceType.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 is DeliveryAssuranceType.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 is DeliveryAssuranceType.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 is DeliveryAssuranceType.InOrder

isSetInOrder

public boolean isSetInOrder()

Apache CXF API

Apache CXF