Class VehicleActivityCancellationStructure

  • All Implemented Interfaces:
    Serializable

    public class VehicleActivityCancellationStructure
    extends AbstractReferencingItemStructure
    implements Serializable
    Type for Cancellation of an earlier Vehicle Activity.

    Java class for VehicleActivityCancellationStructure complex type.

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

     <complexType name="VehicleActivityCancellationStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractReferencingItemStructure">
           <sequence>
             <group ref="{http://www.siri.org.uk/}VehicleActivityCancellationIdentityGroup"/>
             <group ref="{http://www.siri.org.uk/}JourneyPatternInfoGroup"/>
             <element name="Reason" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form