Class AnnotatedConnectionLinkRef
- java.lang.Object
-
- uk.org.siri.siri21.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
-
-
Field Summary
Fields Modifier and Type Field Description protected List<NaturalLanguageStringStructure>connectionLinkNamesprotected ConnectionLinkRefconnectionLinkRefprotected List<NaturalLanguageStringStructure>distributorStopPointNamesprotected StopPointRefStructuredistributorStopPointRefprotected List<NaturalLanguageStringStructure>feederStopPointNamesprotected StopPointRefStructurefeederStopPointRefprotected Booleanmonitoredprotected Stringurl
-
Constructor Summary
Constructors Constructor Description AnnotatedConnectionLinkRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NaturalLanguageStringStructure>getConnectionLinkNames()Gets the value of the connectionLinkNames property.ConnectionLinkRefgetConnectionLinkRef()Gets the value of the connectionLinkRef property.List<NaturalLanguageStringStructure>getDistributorStopPointNames()Gets the value of the distributorStopPointNames property.StopPointRefStructuregetDistributorStopPointRef()Gets the value of the distributorStopPointRef property.List<NaturalLanguageStringStructure>getFeederStopPointNames()Gets the value of the feederStopPointNames property.StopPointRefStructuregetFeederStopPointRef()Gets the value of the feederStopPointRef property.StringgetUrl()Gets the value of the url property.BooleanisMonitored()Gets the value of the monitored property.voidsetConnectionLinkRef(ConnectionLinkRef value)Sets the value of the connectionLinkRef property.voidsetDistributorStopPointRef(StopPointRefStructure value)Sets the value of the distributorStopPointRef property.voidsetFeederStopPointRef(StopPointRefStructure value)Sets the value of the feederStopPointRef property.voidsetMonitored(Boolean value)Sets the value of the monitored property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
Field Detail
-
connectionLinkRef
protected ConnectionLinkRef connectionLinkRef
-
feederStopPointRef
protected StopPointRefStructure feederStopPointRef
-
distributorStopPointRef
protected StopPointRefStructure distributorStopPointRef
-
monitored
protected Boolean monitored
-
connectionLinkNames
protected List<NaturalLanguageStringStructure> connectionLinkNames
-
feederStopPointNames
protected List<NaturalLanguageStringStructure> feederStopPointNames
-
distributorStopPointNames
protected List<NaturalLanguageStringStructure> distributorStopPointNames
-
url
protected String url
-
-
Method Detail
-
getConnectionLinkRef
public ConnectionLinkRef getConnectionLinkRef()
Gets the value of the connectionLinkRef property.- Returns:
- possible object is
ConnectionLinkRef
-
setConnectionLinkRef
public void setConnectionLinkRef(ConnectionLinkRef value)
Sets the value of the connectionLinkRef property.- Parameters:
value- allowed object isConnectionLinkRef
-
getFeederStopPointRef
public StopPointRefStructure getFeederStopPointRef()
Gets the value of the feederStopPointRef property.- Returns:
- possible object is
StopPointRefStructure
-
setFeederStopPointRef
public void setFeederStopPointRef(StopPointRefStructure value)
Sets the value of the feederStopPointRef property.- Parameters:
value- allowed object isStopPointRefStructure
-
getDistributorStopPointRef
public StopPointRefStructure getDistributorStopPointRef()
Gets the value of the distributorStopPointRef property.- Returns:
- possible object is
StopPointRefStructure
-
setDistributorStopPointRef
public void setDistributorStopPointRef(StopPointRefStructure value)
Sets the value of the distributorStopPointRef property.- Parameters:
value- allowed object isStopPointRefStructure
-
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 isBoolean
-
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
setmethod 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
setmethod 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
setmethod 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
-
-