Class DatedCall
- java.lang.Object
-
- uk.org.siri.siri21.DatedCall
-
- All Implemented Interfaces:
Serializable
public class DatedCall extends Object implements Serializable
Type for Planned VEHICLE JOURNEY Stop (Production Timetable Service).Java class for DatedCallStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatedCallStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/siri}StopPointInSequenceGroup"/> <choice minOccurs="0"> <element name="ExtraCall" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Cancellation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </choice> <group ref="{http://www.siri.org.uk/siri}CallPropertyGroup"/> <element name="CallNote" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}AimedCallGroup"/> <element name="TargetedInterchange" type="{http://www.siri.org.uk/siri}TargetedInterchangeStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="FromServiceJourneyInterchange" type="{http://www.siri.org.uk/siri}FromServiceJourneyInterchangeStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="ToServiceJourneyInterchange" type="{http://www.siri.org.uk/siri}ToServiceJourneyInterchangeStructure" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DatedCall()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetAimedArrivalTime()Gets the value of the aimedArrivalTime property.ZonedDateTimegetAimedDepartureTime()Gets the value of the aimedDepartureTime property.DurationgetAimedHeadwayInterval()Gets the value of the aimedHeadwayInterval property.ZonedDateTimegetAimedLatestPassengerAccessTime()Gets the value of the aimedLatestPassengerAccessTime property.ArrivalBoardingActivityEnumerationgetArrivalBoardingActivity()Gets the value of the arrivalBoardingActivity property.List<FormationAssignmentStructure>getArrivalFormationAssignments()Gets the value of the arrivalFormationAssignments property.List<OperatorRefStructure>getArrivalOperatorRefs()Gets the value of the arrivalOperatorRefs property.NaturalLanguageStringStructuregetArrivalPlatformName()Gets the value of the arrivalPlatformName property.List<PlannedStopAssignmentStructure>getArrivalStopAssignments()Gets the value of the arrivalStopAssignments property.List<NaturalLanguageStringStructure>getCallNotes()Gets the value of the callNotes property.DepartureBoardingActivityEnumerationgetDepartureBoardingActivity()Gets the value of the departureBoardingActivity property.List<FormationAssignmentStructure>getDepartureFormationAssignments()Gets the value of the departureFormationAssignments property.List<OperatorRefStructure>getDepartureOperatorRefs()Gets the value of the departureOperatorRefs property.NaturalLanguageStringStructuregetDeparturePlatformName()Gets the value of the departurePlatformName property.List<PlannedStopAssignmentStructure>getDepartureStopAssignments()Gets the value of the departureStopAssignments property.List<NaturalLanguageStringStructure>getDestinationDisplaies()Gets the value of the destinationDisplaies property.ExtensionsgetExtensions()Gets the value of the extensions property.List<FromServiceJourneyInterchangeStructure>getFromServiceJourneyInterchanges()Gets the value of the fromServiceJourneyInterchanges property.BigIntegergetOrder()Gets the value of the order property.List<NaturalLanguageStringStructure>getOriginDisplaies()Gets the value of the originDisplaies property.List<NaturalLanguageStringStructure>getStopPointNames()Name of SCHEDULED STOP POINT.StopPointRefStructuregetStopPointRef()Gets the value of the stopPointRef property.List<TargetedInterchangeStructure>getTargetedInterchanges()Gets the value of the targetedInterchanges property.List<ToServiceJourneyInterchangeStructure>getToServiceJourneyInterchanges()Gets the value of the toServiceJourneyInterchanges property.BigIntegergetVisitNumber()Gets the value of the visitNumber property.BooleanisBoardingStretch()Gets the value of the boardingStretch property.BooleanisCancellation()Gets the value of the cancellation property.BooleanisExtraCall()Gets the value of the extraCall property.BooleanisRequestStop()Gets the value of the requestStop property.BooleanisTimingPoint()Gets the value of the timingPoint property.voidsetAimedArrivalTime(ZonedDateTime value)Sets the value of the aimedArrivalTime property.voidsetAimedDepartureTime(ZonedDateTime value)Sets the value of the aimedDepartureTime property.voidsetAimedHeadwayInterval(Duration value)Sets the value of the aimedHeadwayInterval property.voidsetAimedLatestPassengerAccessTime(ZonedDateTime value)Sets the value of the aimedLatestPassengerAccessTime property.voidsetArrivalBoardingActivity(ArrivalBoardingActivityEnumeration value)Sets the value of the arrivalBoardingActivity property.voidsetArrivalPlatformName(NaturalLanguageStringStructure value)Sets the value of the arrivalPlatformName property.voidsetBoardingStretch(Boolean value)Sets the value of the boardingStretch property.voidsetCancellation(Boolean value)Sets the value of the cancellation property.voidsetDepartureBoardingActivity(DepartureBoardingActivityEnumeration value)Sets the value of the departureBoardingActivity property.voidsetDeparturePlatformName(NaturalLanguageStringStructure value)Sets the value of the departurePlatformName property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetExtraCall(Boolean value)Sets the value of the extraCall property.voidsetOrder(BigInteger value)Sets the value of the order property.voidsetRequestStop(Boolean value)Sets the value of the requestStop property.voidsetStopPointRef(StopPointRefStructure value)Sets the value of the stopPointRef property.voidsetTimingPoint(Boolean value)Sets the value of the timingPoint property.voidsetVisitNumber(BigInteger value)Sets the value of the visitNumber property.
-
-
-
Field Detail
-
stopPointRef
protected StopPointRefStructure stopPointRef
-
visitNumber
protected BigInteger visitNumber
-
order
protected BigInteger order
-
stopPointNames
protected List<NaturalLanguageStringStructure> stopPointNames
-
cancellation
protected Boolean cancellation
-
extraCall
protected Boolean extraCall
-
timingPoint
protected Boolean timingPoint
-
boardingStretch
protected Boolean boardingStretch
-
requestStop
protected Boolean requestStop
-
originDisplaies
protected List<NaturalLanguageStringStructure> originDisplaies
-
destinationDisplaies
protected List<NaturalLanguageStringStructure> destinationDisplaies
-
callNotes
protected List<NaturalLanguageStringStructure> callNotes
-
aimedArrivalTime
protected ZonedDateTime aimedArrivalTime
-
arrivalPlatformName
protected NaturalLanguageStringStructure arrivalPlatformName
-
arrivalBoardingActivity
protected ArrivalBoardingActivityEnumeration arrivalBoardingActivity
-
arrivalStopAssignments
protected List<PlannedStopAssignmentStructure> arrivalStopAssignments
-
arrivalFormationAssignments
protected List<FormationAssignmentStructure> arrivalFormationAssignments
-
arrivalOperatorRefs
protected List<OperatorRefStructure> arrivalOperatorRefs
-
aimedDepartureTime
protected ZonedDateTime aimedDepartureTime
-
departurePlatformName
protected NaturalLanguageStringStructure departurePlatformName
-
departureBoardingActivity
protected DepartureBoardingActivityEnumeration departureBoardingActivity
-
departureStopAssignments
protected List<PlannedStopAssignmentStructure> departureStopAssignments
-
departureFormationAssignments
protected List<FormationAssignmentStructure> departureFormationAssignments
-
departureOperatorRefs
protected List<OperatorRefStructure> departureOperatorRefs
-
aimedLatestPassengerAccessTime
protected ZonedDateTime aimedLatestPassengerAccessTime
-
aimedHeadwayInterval
protected Duration aimedHeadwayInterval
-
targetedInterchanges
protected List<TargetedInterchangeStructure> targetedInterchanges
-
fromServiceJourneyInterchanges
protected List<FromServiceJourneyInterchangeStructure> fromServiceJourneyInterchanges
-
toServiceJourneyInterchanges
protected List<ToServiceJourneyInterchangeStructure> toServiceJourneyInterchanges
-
extensions
protected Extensions extensions
-
-
Method Detail
-
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
-
getVisitNumber
public BigInteger getVisitNumber()
Gets the value of the visitNumber property.- Returns:
- possible object is
BigInteger
-
setVisitNumber
public void setVisitNumber(BigInteger value)
Sets the value of the visitNumber property.- Parameters:
value- allowed object isBigInteger
-
getOrder
public BigInteger getOrder()
Gets the value of the order property.- Returns:
- possible object is
BigInteger
-
setOrder
public void setOrder(BigInteger value)
Sets the value of the order property.- Parameters:
value- allowed object isBigInteger
-
getStopPointNames
public List<NaturalLanguageStringStructure> getStopPointNames()
Name of SCHEDULED STOP POINT. (Unbounded since SIRI 2.0) Gets the value of the stopPointNames 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 Jakarta XML Binding object. This is why there is not a
setmethod for the stopPointNames property.For example, to add a new item, do as follows:
getStopPointNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
isCancellation
public Boolean isCancellation()
Gets the value of the cancellation property.- Returns:
- possible object is
Boolean
-
setCancellation
public void setCancellation(Boolean value)
Sets the value of the cancellation property.- Parameters:
value- allowed object isBoolean
-
isExtraCall
public Boolean isExtraCall()
Gets the value of the extraCall property.- Returns:
- possible object is
Boolean
-
setExtraCall
public void setExtraCall(Boolean value)
Sets the value of the extraCall property.- Parameters:
value- allowed object isBoolean
-
isTimingPoint
public Boolean isTimingPoint()
Gets the value of the timingPoint property.- Returns:
- possible object is
Boolean
-
setTimingPoint
public void setTimingPoint(Boolean value)
Sets the value of the timingPoint property.- Parameters:
value- allowed object isBoolean
-
isBoardingStretch
public Boolean isBoardingStretch()
Gets the value of the boardingStretch property.- Returns:
- possible object is
Boolean
-
setBoardingStretch
public void setBoardingStretch(Boolean value)
Sets the value of the boardingStretch property.- Parameters:
value- allowed object isBoolean
-
isRequestStop
public Boolean isRequestStop()
Gets the value of the requestStop property.- Returns:
- possible object is
Boolean
-
setRequestStop
public void setRequestStop(Boolean value)
Sets the value of the requestStop property.- Parameters:
value- allowed object isBoolean
-
getOriginDisplaies
public List<NaturalLanguageStringStructure> getOriginDisplaies()
Gets the value of the originDisplaies 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 Jakarta XML Binding object. This is why there is not a
setmethod for the originDisplaies property.For example, to add a new item, do as follows:
getOriginDisplaies().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getDestinationDisplaies
public List<NaturalLanguageStringStructure> getDestinationDisplaies()
Gets the value of the destinationDisplaies 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 Jakarta XML Binding object. This is why there is not a
setmethod for the destinationDisplaies property.For example, to add a new item, do as follows:
getDestinationDisplaies().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getCallNotes
public List<NaturalLanguageStringStructure> getCallNotes()
Gets the value of the callNotes 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 Jakarta XML Binding object. This is why there is not a
setmethod for the callNotes property.For example, to add a new item, do as follows:
getCallNotes().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getAimedArrivalTime
public ZonedDateTime getAimedArrivalTime()
Gets the value of the aimedArrivalTime property.- Returns:
- possible object is
String
-
setAimedArrivalTime
public void setAimedArrivalTime(ZonedDateTime value)
Sets the value of the aimedArrivalTime property.- Parameters:
value- allowed object isString
-
getArrivalPlatformName
public NaturalLanguageStringStructure getArrivalPlatformName()
Gets the value of the arrivalPlatformName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setArrivalPlatformName
public void setArrivalPlatformName(NaturalLanguageStringStructure value)
Sets the value of the arrivalPlatformName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getArrivalBoardingActivity
public ArrivalBoardingActivityEnumeration getArrivalBoardingActivity()
Gets the value of the arrivalBoardingActivity property.- Returns:
- possible object is
ArrivalBoardingActivityEnumeration
-
setArrivalBoardingActivity
public void setArrivalBoardingActivity(ArrivalBoardingActivityEnumeration value)
Sets the value of the arrivalBoardingActivity property.- Parameters:
value- allowed object isArrivalBoardingActivityEnumeration
-
getArrivalStopAssignments
public List<PlannedStopAssignmentStructure> getArrivalStopAssignments()
Gets the value of the arrivalStopAssignments 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 Jakarta XML Binding object. This is why there is not a
setmethod for the arrivalStopAssignments property.For example, to add a new item, do as follows:
getArrivalStopAssignments().add(newItem);Objects of the following type(s) are allowed in the list
PlannedStopAssignmentStructure
-
getArrivalFormationAssignments
public List<FormationAssignmentStructure> getArrivalFormationAssignments()
Gets the value of the arrivalFormationAssignments 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 Jakarta XML Binding object. This is why there is not a
setmethod for the arrivalFormationAssignments property.For example, to add a new item, do as follows:
getArrivalFormationAssignments().add(newItem);Objects of the following type(s) are allowed in the list
FormationAssignmentStructure
-
getArrivalOperatorRefs
public List<OperatorRefStructure> getArrivalOperatorRefs()
Gets the value of the arrivalOperatorRefs 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 Jakarta XML Binding object. This is why there is not a
setmethod for the arrivalOperatorRefs property.For example, to add a new item, do as follows:
getArrivalOperatorRefs().add(newItem);Objects of the following type(s) are allowed in the list
OperatorRefStructure
-
getAimedDepartureTime
public ZonedDateTime getAimedDepartureTime()
Gets the value of the aimedDepartureTime property.- Returns:
- possible object is
String
-
setAimedDepartureTime
public void setAimedDepartureTime(ZonedDateTime value)
Sets the value of the aimedDepartureTime property.- Parameters:
value- allowed object isString
-
getDeparturePlatformName
public NaturalLanguageStringStructure getDeparturePlatformName()
Gets the value of the departurePlatformName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDeparturePlatformName
public void setDeparturePlatformName(NaturalLanguageStringStructure value)
Sets the value of the departurePlatformName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getDepartureBoardingActivity
public DepartureBoardingActivityEnumeration getDepartureBoardingActivity()
Gets the value of the departureBoardingActivity property.- Returns:
- possible object is
DepartureBoardingActivityEnumeration
-
setDepartureBoardingActivity
public void setDepartureBoardingActivity(DepartureBoardingActivityEnumeration value)
Sets the value of the departureBoardingActivity property.- Parameters:
value- allowed object isDepartureBoardingActivityEnumeration
-
getDepartureStopAssignments
public List<PlannedStopAssignmentStructure> getDepartureStopAssignments()
Gets the value of the departureStopAssignments 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 Jakarta XML Binding object. This is why there is not a
setmethod for the departureStopAssignments property.For example, to add a new item, do as follows:
getDepartureStopAssignments().add(newItem);Objects of the following type(s) are allowed in the list
PlannedStopAssignmentStructure
-
getDepartureFormationAssignments
public List<FormationAssignmentStructure> getDepartureFormationAssignments()
Gets the value of the departureFormationAssignments 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 Jakarta XML Binding object. This is why there is not a
setmethod for the departureFormationAssignments property.For example, to add a new item, do as follows:
getDepartureFormationAssignments().add(newItem);Objects of the following type(s) are allowed in the list
FormationAssignmentStructure
-
getDepartureOperatorRefs
public List<OperatorRefStructure> getDepartureOperatorRefs()
Gets the value of the departureOperatorRefs 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 Jakarta XML Binding object. This is why there is not a
setmethod for the departureOperatorRefs property.For example, to add a new item, do as follows:
getDepartureOperatorRefs().add(newItem);Objects of the following type(s) are allowed in the list
OperatorRefStructure
-
getAimedLatestPassengerAccessTime
public ZonedDateTime getAimedLatestPassengerAccessTime()
Gets the value of the aimedLatestPassengerAccessTime property.- Returns:
- possible object is
String
-
setAimedLatestPassengerAccessTime
public void setAimedLatestPassengerAccessTime(ZonedDateTime value)
Sets the value of the aimedLatestPassengerAccessTime property.- Parameters:
value- allowed object isString
-
getAimedHeadwayInterval
public Duration getAimedHeadwayInterval()
Gets the value of the aimedHeadwayInterval property.- Returns:
- possible object is
String
-
setAimedHeadwayInterval
public void setAimedHeadwayInterval(Duration value)
Sets the value of the aimedHeadwayInterval property.- Parameters:
value- allowed object isString
-
getTargetedInterchanges
public List<TargetedInterchangeStructure> getTargetedInterchanges()
Gets the value of the targetedInterchanges 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 Jakarta XML Binding object. This is why there is not a
setmethod for the targetedInterchanges property.For example, to add a new item, do as follows:
getTargetedInterchanges().add(newItem);Objects of the following type(s) are allowed in the list
TargetedInterchangeStructure
-
getFromServiceJourneyInterchanges
public List<FromServiceJourneyInterchangeStructure> getFromServiceJourneyInterchanges()
Gets the value of the fromServiceJourneyInterchanges 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 Jakarta XML Binding object. This is why there is not a
setmethod for the fromServiceJourneyInterchanges property.For example, to add a new item, do as follows:
getFromServiceJourneyInterchanges().add(newItem);Objects of the following type(s) are allowed in the list
FromServiceJourneyInterchangeStructure
-
getToServiceJourneyInterchanges
public List<ToServiceJourneyInterchangeStructure> getToServiceJourneyInterchanges()
Gets the value of the toServiceJourneyInterchanges 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 Jakarta XML Binding object. This is why there is not a
setmethod for the toServiceJourneyInterchanges property.For example, to add a new item, do as follows:
getToServiceJourneyInterchanges().add(newItem);Objects of the following type(s) are allowed in the list
ToServiceJourneyInterchangeStructure
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-