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>