Class AbstractRequiredReferencingItemStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    StopNoticeCancellation

    public abstract class AbstractRequiredReferencingItemStructure
    extends AbstractItemStructure
    implements Serializable
    Type for an Activity that references a previous Activity.

    Java class for AbstractRequiredReferencingItemStructure complex type.

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

     <complexType name="AbstractRequiredReferencingItemStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractItemStructure">
           <sequence>
             <element name="ItemRef" type="{http://www.siri.org.uk/siri}ItemRefStructure"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractRequiredReferencingItemStructure

        public AbstractRequiredReferencingItemStructure()