Package uk.org.siri.siri21
Class ContextualisedConnectionLinkStructure
- java.lang.Object
-
- uk.org.siri.siri21.ContextualisedConnectionLinkStructure
-
- All Implemented Interfaces:
Serializable
public class ContextualisedConnectionLinkStructure extends Object implements Serializable
Connection between two stops within a connection area. Used within the context of one or other end.Java class for ContextualisedConnectionLinkStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContextualisedConnectionLinkStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ConnectionLinkCode" type="{http://www.siri.org.uk/siri}ConnectionLinkCodeType" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}StopPointRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}StopPointName" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}ConnectionDurationGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringconnectionLinkCodeprotected DurationdefaultDurationprotected DurationfrequentTravellerDurationprotected DurationimpairedAccessDurationprotected DurationoccasionalTravellerDurationprotected NaturalLanguageStringStructurestopPointNameprotected StopPointRefStructurestopPointRef
-
Constructor Summary
Constructors Constructor Description ContextualisedConnectionLinkStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConnectionLinkCode()Gets the value of the connectionLinkCode property.DurationgetDefaultDuration()Gets the value of the defaultDuration property.DurationgetFrequentTravellerDuration()Gets the value of the frequentTravellerDuration property.DurationgetImpairedAccessDuration()Gets the value of the impairedAccessDuration property.DurationgetOccasionalTravellerDuration()Gets the value of the occasionalTravellerDuration property.NaturalLanguageStringStructuregetStopPointName()Gets the value of the stopPointName property.StopPointRefStructuregetStopPointRef()Gets the value of the stopPointRef property.voidsetConnectionLinkCode(String value)Sets the value of the connectionLinkCode property.voidsetDefaultDuration(Duration value)Sets the value of the defaultDuration property.voidsetFrequentTravellerDuration(Duration value)Sets the value of the frequentTravellerDuration property.voidsetImpairedAccessDuration(Duration value)Sets the value of the impairedAccessDuration property.voidsetOccasionalTravellerDuration(Duration value)Sets the value of the occasionalTravellerDuration property.voidsetStopPointName(NaturalLanguageStringStructure value)Sets the value of the stopPointName property.voidsetStopPointRef(StopPointRefStructure value)Sets the value of the stopPointRef property.
-
-
-
Field Detail
-
connectionLinkCode
protected String connectionLinkCode
-
stopPointRef
protected StopPointRefStructure stopPointRef
-
stopPointName
protected NaturalLanguageStringStructure stopPointName
-
defaultDuration
protected Duration defaultDuration
-
frequentTravellerDuration
protected Duration frequentTravellerDuration
-
occasionalTravellerDuration
protected Duration occasionalTravellerDuration
-
impairedAccessDuration
protected Duration impairedAccessDuration
-
-
Method Detail
-
getConnectionLinkCode
public String getConnectionLinkCode()
Gets the value of the connectionLinkCode property.- Returns:
- possible object is
String
-
setConnectionLinkCode
public void setConnectionLinkCode(String value)
Sets the value of the connectionLinkCode property.- Parameters:
value- allowed object isString
-
getStopPointRef
public StopPointRefStructure getStopPointRef()
Gets the value of the stopPointRef property.- Returns:
- possible object is
StopPointRefStructure
-
setStopPointRef
public void setStopPointRef(StopPointRefStructure value)
Sets the value of the stopPointRef property.- Parameters:
value- allowed object isStopPointRefStructure
-
getStopPointName
public NaturalLanguageStringStructure getStopPointName()
Gets the value of the stopPointName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setStopPointName
public void setStopPointName(NaturalLanguageStringStructure value)
Sets the value of the stopPointName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getDefaultDuration
public Duration getDefaultDuration()
Gets the value of the defaultDuration property.- Returns:
- possible object is
Duration
-
setDefaultDuration
public void setDefaultDuration(Duration value)
Sets the value of the defaultDuration property.- Parameters:
value- allowed object isDuration
-
getFrequentTravellerDuration
public Duration getFrequentTravellerDuration()
Gets the value of the frequentTravellerDuration property.- Returns:
- possible object is
Duration
-
setFrequentTravellerDuration
public void setFrequentTravellerDuration(Duration value)
Sets the value of the frequentTravellerDuration property.- Parameters:
value- allowed object isDuration
-
getOccasionalTravellerDuration
public Duration getOccasionalTravellerDuration()
Gets the value of the occasionalTravellerDuration property.- Returns:
- possible object is
Duration
-
setOccasionalTravellerDuration
public void setOccasionalTravellerDuration(Duration value)
Sets the value of the occasionalTravellerDuration property.- Parameters:
value- allowed object isDuration
-
getImpairedAccessDuration
public Duration getImpairedAccessDuration()
Gets the value of the impairedAccessDuration property.- Returns:
- possible object is
Duration
-
-