Class ErrorConditionElement

  • All Implemented Interfaces:
    Serializable

    public abstract class ErrorConditionElement
    extends Object
    implements Serializable
    Type for Standard ErrorConditions for Service request

    Java class for ErrorConditionStructure complex type.

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

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