Class GeneralMessageCancellation

  • All Implemented Interfaces:
    Serializable

    public class GeneralMessageCancellation
    extends AbstractReferencingItemStructure
    implements Serializable
    Type for Revocation of a previous message.

    Java class for InfoMessageCancellationStructure complex type.

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

     <complexType name="InfoMessageCancellationStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractReferencingItemStructure">
           <sequence>
             <element name="InfoMessageIdentifier" type="{http://www.siri.org.uk/siri}InfoMessageRefStructure"/>
             <element name="InfoChannelRef" type="{http://www.siri.org.uk/siri}InfoChannelRefStructure" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form