Class DataReadyResponseStructure

  • All Implemented Interfaces:
    Serializable

    public class DataReadyResponseStructure
    extends Object
    implements Serializable
    Type for Data ready Acknowledgement Response.

    Java class for DataReadyResponseStructure complex type.

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

     <complexType name="DataReadyResponseStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.siri.org.uk/}ConsumerResponseEndpointGroup" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/}Status" minOccurs="0"/>
             <element name="ErrorCondition" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <choice>
                         <element ref="{http://www.siri.org.uk/}UnknownSubscriptionError"/>
                         <element ref="{http://www.siri.org.uk/}OtherError"/>
                       </choice>
                       <sequence>
                         <element name="Description" type="{http://www.siri.org.uk/}ErrorDescriptionStructure" minOccurs="0"/>
                       </sequence>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form