Package uk.org.siri.siri20
Class EstimatedServiceJourneyInterchange
- java.lang.Object
-
- uk.org.siri.siri20.EstimatedServiceJourneyInterchange
-
- All Implemented Interfaces:
Serializable
public class EstimatedServiceJourneyInterchange extends Object implements Serializable
Type for Estimated SERVICE JOURNEY INTERCHANGE.Java class for EstimatedServiceJourneyInterchangeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EstimatedServiceJourneyInterchangeStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://www.siri.org.uk/siri}InterchangeRef"/> <sequence> <element name="FeederJourneyRef" type="{http://www.siri.org.uk/siri}ConnectingJourneyRefStructure"/> <element name="DistributorJourneyRef" type="{http://www.siri.org.uk/siri}ConnectingJourneyRefStructure"/> </sequence> </choice> <choice> <element name="WillNotWait" type="{http://www.siri.org.uk/siri}EmptyType"/> <element name="WillWait" type="{http://www.siri.org.uk/siri}WillWaitStructure"/> </choice> <element name="ExpectedDepartureTimeOfDistributor" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ConnectionMonitoring" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanconnectionMonitoringprotected ConnectingJourneyRefStructuredistributorJourneyRefprotected ZonedDateTimeexpectedDepartureTimeOfDistributorprotected ConnectingJourneyRefStructurefeederJourneyRefprotected InterchangeRefinterchangeRefprotected StringwillNotWaitprotected WillWaitStructurewillWait
-
Constructor Summary
Constructors Constructor Description EstimatedServiceJourneyInterchange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectingJourneyRefStructuregetDistributorJourneyRef()Gets the value of the distributorJourneyRef property.ZonedDateTimegetExpectedDepartureTimeOfDistributor()Gets the value of the expectedDepartureTimeOfDistributor property.ConnectingJourneyRefStructuregetFeederJourneyRef()Gets the value of the feederJourneyRef property.InterchangeRefgetInterchangeRef()Gets the value of the interchangeRef property.StringgetWillNotWait()Gets the value of the willNotWait property.WillWaitStructuregetWillWait()Gets the value of the willWait property.BooleanisConnectionMonitoring()Gets the value of the connectionMonitoring property.voidsetConnectionMonitoring(Boolean value)Sets the value of the connectionMonitoring property.voidsetDistributorJourneyRef(ConnectingJourneyRefStructure value)Sets the value of the distributorJourneyRef property.voidsetExpectedDepartureTimeOfDistributor(ZonedDateTime value)Sets the value of the expectedDepartureTimeOfDistributor property.voidsetFeederJourneyRef(ConnectingJourneyRefStructure value)Sets the value of the feederJourneyRef property.voidsetInterchangeRef(InterchangeRef value)Sets the value of the interchangeRef property.voidsetWillNotWait(String value)Sets the value of the willNotWait property.voidsetWillWait(WillWaitStructure value)Sets the value of the willWait property.
-
-
-
Field Detail
-
feederJourneyRef
protected ConnectingJourneyRefStructure feederJourneyRef
-
distributorJourneyRef
protected ConnectingJourneyRefStructure distributorJourneyRef
-
interchangeRef
protected InterchangeRef interchangeRef
-
willWait
protected WillWaitStructure willWait
-
willNotWait
protected String willNotWait
-
expectedDepartureTimeOfDistributor
protected ZonedDateTime expectedDepartureTimeOfDistributor
-
connectionMonitoring
protected Boolean connectionMonitoring
-
-
Method Detail
-
getFeederJourneyRef
public ConnectingJourneyRefStructure getFeederJourneyRef()
Gets the value of the feederJourneyRef property.- Returns:
- possible object is
ConnectingJourneyRefStructure
-
setFeederJourneyRef
public void setFeederJourneyRef(ConnectingJourneyRefStructure value)
Sets the value of the feederJourneyRef property.- Parameters:
value- allowed object isConnectingJourneyRefStructure
-
getDistributorJourneyRef
public ConnectingJourneyRefStructure getDistributorJourneyRef()
Gets the value of the distributorJourneyRef property.- Returns:
- possible object is
ConnectingJourneyRefStructure
-
setDistributorJourneyRef
public void setDistributorJourneyRef(ConnectingJourneyRefStructure value)
Sets the value of the distributorJourneyRef property.- Parameters:
value- allowed object isConnectingJourneyRefStructure
-
getInterchangeRef
public InterchangeRef getInterchangeRef()
Gets the value of the interchangeRef property.- Returns:
- possible object is
InterchangeRef
-
setInterchangeRef
public void setInterchangeRef(InterchangeRef value)
Sets the value of the interchangeRef property.- Parameters:
value- allowed object isInterchangeRef
-
getWillWait
public WillWaitStructure getWillWait()
Gets the value of the willWait property.- Returns:
- possible object is
WillWaitStructure
-
setWillWait
public void setWillWait(WillWaitStructure value)
Sets the value of the willWait property.- Parameters:
value- allowed object isWillWaitStructure
-
getWillNotWait
public String getWillNotWait()
Gets the value of the willNotWait property.- Returns:
- possible object is
String
-
setWillNotWait
public void setWillNotWait(String value)
Sets the value of the willNotWait property.- Parameters:
value- allowed object isString
-
getExpectedDepartureTimeOfDistributor
public ZonedDateTime getExpectedDepartureTimeOfDistributor()
Gets the value of the expectedDepartureTimeOfDistributor property.- Returns:
- possible object is
String
-
setExpectedDepartureTimeOfDistributor
public void setExpectedDepartureTimeOfDistributor(ZonedDateTime value)
Sets the value of the expectedDepartureTimeOfDistributor property.- Parameters:
value- allowed object isString
-
isConnectionMonitoring
public Boolean isConnectionMonitoring()
Gets the value of the connectionMonitoring property.- Returns:
- possible object is
Boolean
-
-