Class AffectedInterchangeStructure

  • All Implemented Interfaces:
    Serializable

    public class AffectedInterchangeStructure
    extends Object
    implements Serializable
    Information about a SERVICE JOURNEY INTERCHANGE at CONNECTION link from a given SCHEDULED STOP POINT.

    Java class for AffectedInterchangeStructure complex type.

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

     <complexType name="AffectedInterchangeStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="InterchangeRef" type="{http://www.siri.org.uk/siri}InterchangeRefStructure" minOccurs="0"/>
             <element name="InterchangeStopPointRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure" minOccurs="0"/>
             <element name="InterchangeStopPointName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ConnectingVehicleJourneyRef" type="{http://www.siri.org.uk/siri}DatedVehicleJourneyRefStructure" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}InterchangeStatusType" minOccurs="0"/>
             <element name="ConnectionLink" type="{http://www.siri.org.uk/siri}AffectedConnectionLinkStructure" 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

      • AffectedInterchangeStructure

        public AffectedInterchangeStructure()
    • Method Detail

      • getInterchangeRef

        public InterchangeRef getInterchangeRef()
        Gets the value of the interchangeRef property.
        Returns:
        possible object is InterchangeRef
      • setInterchangeRef

        public void setInterchangeRef​(InterchangeRef value)
        Sets the value of the interchangeRef property.
        Parameters:
        value - allowed object is InterchangeRef
      • getInterchangeStopPointRef

        public StopPointRef getInterchangeStopPointRef()
        Gets the value of the interchangeStopPointRef property.
        Returns:
        possible object is StopPointRef
      • setInterchangeStopPointRef

        public void setInterchangeStopPointRef​(StopPointRef value)
        Sets the value of the interchangeStopPointRef property.
        Parameters:
        value - allowed object is StopPointRef
      • getInterchangeStopPointNames

        public List<NaturalLanguageStringStructure> getInterchangeStopPointNames()
        Gets the value of the interchangeStopPointNames 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 Jakarta XML Binding object. This is why there is not a set method for the interchangeStopPointNames property.

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

            getInterchangeStopPointNames().add(newItem);
         

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

      • setConnectingVehicleJourneyRef

        public void setConnectingVehicleJourneyRef​(DatedVehicleJourneyRef value)
        Sets the value of the connectingVehicleJourneyRef property.
        Parameters:
        value - allowed object is DatedVehicleJourneyRef
      • getConnectionLinks

        public List<AffectedConnectionLinkStructure> getConnectionLinks()
        Gets the value of the connectionLinks 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 Jakarta XML Binding object. This is why there is not a set method for the connectionLinks property.

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

            getConnectionLinks().add(newItem);
         

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

      • 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