Class AbstractRequiredIdentifiedItemStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    StopNotice

    public abstract class AbstractRequiredIdentifiedItemStructure
    extends AbstractItemStructure
    implements Serializable
    Type for an Activity that can be referenced.

    Java class for AbstractRequiredIdentifiedItemStructure complex type.

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

     <complexType name="AbstractRequiredIdentifiedItemStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractItemStructure">
           <sequence>
             <element name="ItemIdentifier" type="{http://www.siri.org.uk/siri}ItemIdentifierType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • itemIdentifier

        protected String itemIdentifier
    • Constructor Detail

      • AbstractRequiredIdentifiedItemStructure

        public AbstractRequiredIdentifiedItemStructure()
    • Method Detail

      • getItemIdentifier

        public String getItemIdentifier()
        Gets the value of the itemIdentifier property.
        Returns:
        possible object is String
      • setItemIdentifier

        public void setItemIdentifier​(String value)
        Sets the value of the itemIdentifier property.
        Parameters:
        value - allowed object is String