Class AnnotatedConnectionLinkRef

  • All Implemented Interfaces:
    Serializable

    public class AnnotatedConnectionLinkRef
    extends Object
    implements Serializable
    View of a SCHEDULED CONNECTION LINK description.

    Java class for AnnotatedConnectionLinkStructure complex type.

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

     <complexType name="AnnotatedConnectionLinkStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ConnectionLinkRef" type="{http://www.siri.org.uk/siri}ConnectionLinkRefStructure"/>
             <element name="FeederStopPointRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure" minOccurs="0"/>
             <element name="DistributorStopPointRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure" minOccurs="0"/>
             <element name="Monitored" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="ConnectionLinkName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="FeederStopPointName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="DistributorStopPointName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AnnotatedConnectionLinkRef

        public AnnotatedConnectionLinkRef()
    • Method Detail

      • setConnectionLinkRef

        public void setConnectionLinkRef​(ConnectionLinkRef value)
        Sets the value of the connectionLinkRef property.
        Parameters:
        value - allowed object is ConnectionLinkRef
      • getFeederStopPointRef

        public StopPointRef getFeederStopPointRef()
        Gets the value of the feederStopPointRef property.
        Returns:
        possible object is StopPointRef
      • setFeederStopPointRef

        public void setFeederStopPointRef​(StopPointRef value)
        Sets the value of the feederStopPointRef property.
        Parameters:
        value - allowed object is StopPointRef
      • getDistributorStopPointRef

        public StopPointRef getDistributorStopPointRef()
        Gets the value of the distributorStopPointRef property.
        Returns:
        possible object is StopPointRef
      • setDistributorStopPointRef

        public void setDistributorStopPointRef​(StopPointRef value)
        Sets the value of the distributorStopPointRef property.
        Parameters:
        value - allowed object is StopPointRef
      • isMonitored

        public Boolean isMonitored()
        Gets the value of the monitored property.
        Returns:
        possible object is Boolean
      • setMonitored

        public void setMonitored​(Boolean value)
        Sets the value of the monitored property.
        Parameters:
        value - allowed object is Boolean
      • getConnectionLinkNames

        public List<NaturalLanguageStringStructure> getConnectionLinkNames()
        Gets the value of the connectionLinkNames 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 connectionLinkNames property.

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

            getConnectionLinkNames().add(newItem);
         

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

      • getFeederStopPointNames

        public List<NaturalLanguageStringStructure> getFeederStopPointNames()
        Gets the value of the feederStopPointNames 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 feederStopPointNames property.

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

            getFeederStopPointNames().add(newItem);
         

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

      • getDistributorStopPointNames

        public List<NaturalLanguageStringStructure> getDistributorStopPointNames()
        Gets the value of the distributorStopPointNames 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 distributorStopPointNames property.

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

            getDistributorStopPointNames().add(newItem);
         

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

      • getUrl

        public String getUrl()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setUrl

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