Class RMAssertion

java.lang.Object
org.apache.cxf.ws.rmp.v200502.RMAssertion

public class RMAssertion extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="InactivityTimeout" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="Milliseconds" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
                 <anyAttribute processContents='lax'/>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="BaseRetransmissionInterval" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="Milliseconds" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
                 <anyAttribute processContents='lax'/>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ExponentialBackoff" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <anyAttribute processContents='lax'/>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="AcknowledgementInterval" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="Milliseconds" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
                 <anyAttribute processContents='lax'/>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax'/>
     </restriction>
   </complexContent>
 </complexType>