Class ServiceDeliveryErrorConditionStructure

  • All Implemented Interfaces:
    Serializable

    public class ServiceDeliveryErrorConditionStructure
    extends Object
    implements Serializable
    Type for Standard ErrorConditiosn for Service request

    Java class for ServiceDeliveryErrorConditionStructure complex type.

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

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