Class SituationExchangeDeliveryStructure

  • All Implemented Interfaces:
    Serializable

    public class SituationExchangeDeliveryStructure
    extends AbstractServiceDeliveryStructure
    implements Serializable
    Data type for Delivery for Situation Exchange Service. Provides information about one or more vehicles; each has its own vehicle activity element.

    Java class for SituationExchangeDeliveryStructure complex type.

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

     <complexType name="SituationExchangeDeliveryStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractServiceDeliveryStructure">
           <sequence>
             <group ref="{http://www.siri.org.uk/siri}SituationExchangePayloadGroup"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
           <attribute name="version" use="required" type="{http://www.siri.org.uk/siri}VersionString" fixed="1.4" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form