Class AffectedOperatorStructure

  • All Implemented Interfaces:
    Serializable

    public class AffectedOperatorStructure
    extends Object
    implements Serializable
    Type for Annotated reference to an OPERATOR affected by a SITUATION.

    Java class for AffectedOperatorStructure complex type.

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

     <complexType name="AffectedOperatorStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="OperatorRef" type="{http://www.siri.org.uk/siri}OperatorRefStructure" minOccurs="0"/>
             <element name="OperatorName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="OperatorShortName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="OperationalUnitRef" type="{http://www.siri.org.uk/siri}OperationalUnitRefStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AffectedOperatorStructure

        public AffectedOperatorStructure()
    • Method Detail

      • getOperatorNames

        public List<NaturalLanguageStringStructure> getOperatorNames()
        Gets the value of the operatorNames property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the operatorNames property.

        For example, to add a new item, do as follows:

            getOperatorNames().add(newItem);
         

        Objects of the following type(s) are allowed in the list NaturalLanguageStringStructure

      • getOperatorShortNames

        public List<NaturalLanguageStringStructure> getOperatorShortNames()
        Gets the value of the operatorShortNames property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the operatorShortNames property.

        For example, to add a new item, do as follows:

            getOperatorShortNames().add(newItem);
         

        Objects of the following type(s) are allowed in the list NaturalLanguageStringStructure

      • getOperationalUnitReves

        public List<OperationalUnitRefStructure> getOperationalUnitReves()
        Gets the value of the operationalUnitReves property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the operationalUnitReves property.

        For example, to add a new item, do as follows:

            getOperationalUnitReves().add(newItem);
         

        Objects of the following type(s) are allowed in the list OperationalUnitRefStructure

      • getExtensions

        public Extensions getExtensions()
        Gets the value of the extensions property.
        Returns:
        possible object is Extensions
      • setExtensions

        public void setExtensions​(Extensions value)
        Sets the value of the extensions property.
        Parameters:
        value - allowed object is Extensions