Class AffectedConnectionLinkStructure

  • All Implemented Interfaces:
    Serializable

    public class AffectedConnectionLinkStructure
    extends Object
    implements Serializable
    Type for a reference Information about a connection link from a given stop.

    Java class for AffectedConnectionLinkStructure complex type.

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

     <complexType name="AffectedConnectionLinkStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ConnectionLinkRef" type="{http://www.siri.org.uk/siri}ConnectionLinkRefStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ConnectionName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/>
             <choice minOccurs="0">
               <element name="AllLines" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
               <sequence>
                 <group ref="{http://www.siri.org.uk/siri}LineGroup" minOccurs="0"/>
                 <element name="ConnectingStopPointRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure" minOccurs="0"/>
                 <element name="ConnectingStopPointName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/>
                 <element name="ConnectingZoneRef" type="{http://www.siri.org.uk/siri}ZoneRefStructure" minOccurs="0"/>
               </sequence>
             </choice>
             <element name="ConnectionDirection" type="{http://www.siri.org.uk/siri}ConnectionDirectionEnumeration" minOccurs="0"/>
             <element name="AffectedPathLink" type="{http://www.siri.org.uk/siri}AffectedPathLinkStructure" 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

      • AffectedConnectionLinkStructure

        public AffectedConnectionLinkStructure()
    • Method Detail

      • getConnectionLinkReves

        public List<ConnectionLinkRef> getConnectionLinkReves()
        Gets the value of the connectionLinkReves 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 connectionLinkReves property.

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

            getConnectionLinkReves().add(newItem);
         

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

      • getLineReves

        public List<LineRef> getLineReves()
        Gets the value of the lineReves 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 lineReves property.

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

            getLineReves().add(newItem);
         

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

      • getConnectingStopPointRef

        public StopPointRef getConnectingStopPointRef()
        Gets the value of the connectingStopPointRef property.
        Returns:
        possible object is StopPointRef
      • setConnectingStopPointRef

        public void setConnectingStopPointRef​(StopPointRef value)
        Sets the value of the connectingStopPointRef property.
        Parameters:
        value - allowed object is StopPointRef
      • getConnectingZoneRef

        public ZoneRefStructure getConnectingZoneRef()
        Gets the value of the connectingZoneRef property.
        Returns:
        possible object is ZoneRefStructure
      • setConnectingZoneRef

        public void setConnectingZoneRef​(ZoneRefStructure value)
        Sets the value of the connectingZoneRef property.
        Parameters:
        value - allowed object is ZoneRefStructure
      • getAllLines

        public Object getAllLines()
        Gets the value of the allLines property.
        Returns:
        possible object is Object
      • setAllLines

        public void setAllLines​(Object value)
        Sets the value of the allLines property.
        Parameters:
        value - allowed object is Object
      • getAffectedPathLinks

        public List<AffectedPathLinkStructure> getAffectedPathLinks()
        Gets the value of the affectedPathLinks 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 affectedPathLinks property.

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

            getAffectedPathLinks().add(newItem);
         

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

      • 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