Package uk.org.siri.siri21
Class TargetedInterchangeStructure
- java.lang.Object
-
- uk.org.siri.siri21.TargetedInterchangeStructure
-
- All Implemented Interfaces:
Serializable
public class TargetedInterchangeStructure extends Object implements Serializable
Planned Connection between two VEHICLE JOURNEYs.Java class for TargetedInterchangeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetedInterchangeStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <sequence> <element ref="{http://www.siri.org.uk/siri}InterchangeCode" minOccurs="0"/> <element name="DistributorVehicleJourneyRef" type="{http://www.siri.org.uk/siri}DatedVehicleJourneyRefStructure"/> <choice> <element name="DistributorConnectionLinkRef" type="{http://www.siri.org.uk/siri}ConnectionLinkRefStructure"/> <element name="DistributorConnectionLink" type="{http://www.siri.org.uk/siri}ContextualisedConnectionLinkStructure"/> </choice> </sequence> <element ref="{http://www.siri.org.uk/siri}DistributorVisitNumber" minOccurs="0"/> <element name="DistributorOrder" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}InterchangePropertyGroup"/> <group ref="{http://www.siri.org.uk/siri}InterchangeTimesGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanadvertisedprotected ContextualisedConnectionLinkStructuredistributorConnectionLinkprotected ConnectionLinkRefdistributorConnectionLinkRefprotected BigIntegerdistributorOrderprotected DatedVehicleJourneyRefdistributorVehicleJourneyRefprotected BigIntegerdistributorVisitNumberprotected Booleanguaranteedprotected StringinterchangeCodeprotected DurationmaximumAutomaticWaitTimeprotected DurationmaximumTransferTimeprotected DurationmaximumWaitTimeprotected DurationminimumTransferTimeprotected DurationstandardTransferTimeprotected DurationstandardWaitTimeprotected BooleanstaySeated
-
Constructor Summary
Constructors Constructor Description TargetedInterchangeStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextualisedConnectionLinkStructuregetDistributorConnectionLink()Gets the value of the distributorConnectionLink property.ConnectionLinkRefgetDistributorConnectionLinkRef()Gets the value of the distributorConnectionLinkRef property.BigIntegergetDistributorOrder()Gets the value of the distributorOrder property.DatedVehicleJourneyRefgetDistributorVehicleJourneyRef()Gets the value of the distributorVehicleJourneyRef property.BigIntegergetDistributorVisitNumber()Gets the value of the distributorVisitNumber property.StringgetInterchangeCode()Gets the value of the interchangeCode property.DurationgetMaximumAutomaticWaitTime()Gets the value of the maximumAutomaticWaitTime property.DurationgetMaximumTransferTime()Gets the value of the maximumTransferTime property.DurationgetMaximumWaitTime()Gets the value of the maximumWaitTime property.DurationgetMinimumTransferTime()Gets the value of the minimumTransferTime property.DurationgetStandardTransferTime()Gets the value of the standardTransferTime property.DurationgetStandardWaitTime()Gets the value of the standardWaitTime property.BooleanisAdvertised()Gets the value of the advertised property.BooleanisGuaranteed()Gets the value of the guaranteed property.BooleanisStaySeated()Gets the value of the staySeated property.voidsetAdvertised(Boolean value)Sets the value of the advertised property.voidsetDistributorConnectionLink(ContextualisedConnectionLinkStructure value)Sets the value of the distributorConnectionLink property.voidsetDistributorConnectionLinkRef(ConnectionLinkRef value)Sets the value of the distributorConnectionLinkRef property.voidsetDistributorOrder(BigInteger value)Sets the value of the distributorOrder property.voidsetDistributorVehicleJourneyRef(DatedVehicleJourneyRef value)Sets the value of the distributorVehicleJourneyRef property.voidsetDistributorVisitNumber(BigInteger value)Sets the value of the distributorVisitNumber property.voidsetGuaranteed(Boolean value)Sets the value of the guaranteed property.voidsetInterchangeCode(String value)Sets the value of the interchangeCode property.voidsetMaximumAutomaticWaitTime(Duration value)Sets the value of the maximumAutomaticWaitTime property.voidsetMaximumTransferTime(Duration value)Sets the value of the maximumTransferTime property.voidsetMaximumWaitTime(Duration value)Sets the value of the maximumWaitTime property.voidsetMinimumTransferTime(Duration value)Sets the value of the minimumTransferTime property.voidsetStandardTransferTime(Duration value)Sets the value of the standardTransferTime property.voidsetStandardWaitTime(Duration value)Sets the value of the standardWaitTime property.voidsetStaySeated(Boolean value)Sets the value of the staySeated property.
-
-
-
Field Detail
-
interchangeCode
protected String interchangeCode
-
distributorVehicleJourneyRef
protected DatedVehicleJourneyRef distributorVehicleJourneyRef
-
distributorConnectionLink
protected ContextualisedConnectionLinkStructure distributorConnectionLink
-
distributorConnectionLinkRef
protected ConnectionLinkRef distributorConnectionLinkRef
-
distributorVisitNumber
protected BigInteger distributorVisitNumber
-
distributorOrder
protected BigInteger distributorOrder
-
staySeated
protected Boolean staySeated
-
guaranteed
protected Boolean guaranteed
-
advertised
protected Boolean advertised
-
standardWaitTime
protected Duration standardWaitTime
-
maximumWaitTime
protected Duration maximumWaitTime
-
maximumAutomaticWaitTime
protected Duration maximumAutomaticWaitTime
-
standardTransferTime
protected Duration standardTransferTime
-
minimumTransferTime
protected Duration minimumTransferTime
-
maximumTransferTime
protected Duration maximumTransferTime
-
-
Method Detail
-
getInterchangeCode
public String getInterchangeCode()
Gets the value of the interchangeCode property.- Returns:
- possible object is
String
-
setInterchangeCode
public void setInterchangeCode(String value)
Sets the value of the interchangeCode property.- Parameters:
value- allowed object isString
-
getDistributorVehicleJourneyRef
public DatedVehicleJourneyRef getDistributorVehicleJourneyRef()
Gets the value of the distributorVehicleJourneyRef property.- Returns:
- possible object is
DatedVehicleJourneyRef
-
setDistributorVehicleJourneyRef
public void setDistributorVehicleJourneyRef(DatedVehicleJourneyRef value)
Sets the value of the distributorVehicleJourneyRef property.- Parameters:
value- allowed object isDatedVehicleJourneyRef
-
getDistributorConnectionLink
public ContextualisedConnectionLinkStructure getDistributorConnectionLink()
Gets the value of the distributorConnectionLink property.- Returns:
- possible object is
ContextualisedConnectionLinkStructure
-
setDistributorConnectionLink
public void setDistributorConnectionLink(ContextualisedConnectionLinkStructure value)
Sets the value of the distributorConnectionLink property.- Parameters:
value- allowed object isContextualisedConnectionLinkStructure
-
getDistributorConnectionLinkRef
public ConnectionLinkRef getDistributorConnectionLinkRef()
Gets the value of the distributorConnectionLinkRef property.- Returns:
- possible object is
ConnectionLinkRef
-
setDistributorConnectionLinkRef
public void setDistributorConnectionLinkRef(ConnectionLinkRef value)
Sets the value of the distributorConnectionLinkRef property.- Parameters:
value- allowed object isConnectionLinkRef
-
getDistributorVisitNumber
public BigInteger getDistributorVisitNumber()
Gets the value of the distributorVisitNumber property.- Returns:
- possible object is
BigInteger
-
setDistributorVisitNumber
public void setDistributorVisitNumber(BigInteger value)
Sets the value of the distributorVisitNumber property.- Parameters:
value- allowed object isBigInteger
-
getDistributorOrder
public BigInteger getDistributorOrder()
Gets the value of the distributorOrder property.- Returns:
- possible object is
BigInteger
-
setDistributorOrder
public void setDistributorOrder(BigInteger value)
Sets the value of the distributorOrder property.- Parameters:
value- allowed object isBigInteger
-
isStaySeated
public Boolean isStaySeated()
Gets the value of the staySeated property.- Returns:
- possible object is
Boolean
-
setStaySeated
public void setStaySeated(Boolean value)
Sets the value of the staySeated property.- Parameters:
value- allowed object isBoolean
-
isGuaranteed
public Boolean isGuaranteed()
Gets the value of the guaranteed property.- Returns:
- possible object is
Boolean
-
setGuaranteed
public void setGuaranteed(Boolean value)
Sets the value of the guaranteed property.- Parameters:
value- allowed object isBoolean
-
isAdvertised
public Boolean isAdvertised()
Gets the value of the advertised property.- Returns:
- possible object is
Boolean
-
setAdvertised
public void setAdvertised(Boolean value)
Sets the value of the advertised property.- Parameters:
value- allowed object isBoolean
-
getStandardWaitTime
public Duration getStandardWaitTime()
Gets the value of the standardWaitTime property.- Returns:
- possible object is
String
-
setStandardWaitTime
public void setStandardWaitTime(Duration value)
Sets the value of the standardWaitTime property.- Parameters:
value- allowed object isString
-
getMaximumWaitTime
public Duration getMaximumWaitTime()
Gets the value of the maximumWaitTime property.- Returns:
- possible object is
String
-
setMaximumWaitTime
public void setMaximumWaitTime(Duration value)
Sets the value of the maximumWaitTime property.- Parameters:
value- allowed object isString
-
getMaximumAutomaticWaitTime
public Duration getMaximumAutomaticWaitTime()
Gets the value of the maximumAutomaticWaitTime property.- Returns:
- possible object is
String
-
setMaximumAutomaticWaitTime
public void setMaximumAutomaticWaitTime(Duration value)
Sets the value of the maximumAutomaticWaitTime property.- Parameters:
value- allowed object isString
-
getStandardTransferTime
public Duration getStandardTransferTime()
Gets the value of the standardTransferTime property.- Returns:
- possible object is
String
-
setStandardTransferTime
public void setStandardTransferTime(Duration value)
Sets the value of the standardTransferTime property.- Parameters:
value- allowed object isString
-
getMinimumTransferTime
public Duration getMinimumTransferTime()
Gets the value of the minimumTransferTime property.- Returns:
- possible object is
String
-
setMinimumTransferTime
public void setMinimumTransferTime(Duration value)
Sets the value of the minimumTransferTime property.- Parameters:
value- allowed object isString
-
getMaximumTransferTime
public Duration getMaximumTransferTime()
Gets the value of the maximumTransferTime property.- Returns:
- possible object is
String
-
-