Class DatedCallStructure
- java.lang.Object
-
- uk.org.siri.siri10.DatedCallStructure
-
- All Implemented Interfaces:
Serializable
public class DatedCallStructure extends Object implements Serializable
Data 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/}StopPointInSequenceGroup"/> <group ref="{http://www.siri.org.uk/}CallPropertyGroup"/> <element name="CallNote" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}FacilityChangeElement" minOccurs="0"/> <group ref="{http://www.siri.org.uk/}AimedCallGroup"/> <element name="TargetedInterchange" type="{http://www.siri.org.uk/}TargetedInterchangeStructure" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ZonedDateTimeaimedArrivalTimeprotected ZonedDateTimeaimedDepartureTimeprotected DurationaimedHeadwayIntervalprotected ArrivalBoardingActivityEnumerationarrivalBoardingActivityprotected NaturalLanguageStringStructurearrivalPlatformNameprotected BooleanboardingStretchprotected List<NaturalLanguageStringStructure>callNoteprotected DepartureBoardingActivityEnumerationdepartureBoardingActivityprotected NaturalLanguageStringStructuredeparturePlatformNameprotected NaturalLanguageStringStructuredestinationDisplayprotected ExtensionsStructureextensionsprotected FacilityChangeStructurefacilityChangeElementprotected BigIntegerorderprotected BooleanrequestStopprotected NaturalLanguageStringStructurestopPointNameprotected StopPointRefStructurestopPointRefprotected List<TargetedInterchangeStructure>targetedInterchangeprotected BooleantimingPointprotected BigIntegervisitNumber
-
Constructor Summary
Constructors Constructor Description DatedCallStructure()
-
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.ArrivalBoardingActivityEnumerationgetArrivalBoardingActivity()Gets the value of the arrivalBoardingActivity property.NaturalLanguageStringStructuregetArrivalPlatformName()Gets the value of the arrivalPlatformName property.List<NaturalLanguageStringStructure>getCallNote()Gets the value of the callNote property.DepartureBoardingActivityEnumerationgetDepartureBoardingActivity()Gets the value of the departureBoardingActivity property.NaturalLanguageStringStructuregetDeparturePlatformName()Gets the value of the departurePlatformName property.NaturalLanguageStringStructuregetDestinationDisplay()Gets the value of the destinationDisplay property.ExtensionsStructuregetExtensions()Gets the value of the extensions property.FacilityChangeStructuregetFacilityChangeElement()Gets the value of the facilityChangeElement property.BigIntegergetOrder()Gets the value of the order property.NaturalLanguageStringStructuregetStopPointName()Gets the value of the stopPointName property.StopPointRefStructuregetStopPointRef()Gets the value of the stopPointRef property.List<TargetedInterchangeStructure>getTargetedInterchange()Gets the value of the targetedInterchange property.BigIntegergetVisitNumber()Gets the value of the visitNumber property.BooleanisBoardingStretch()Gets the value of the boardingStretch 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.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.voidsetDepartureBoardingActivity(DepartureBoardingActivityEnumeration value)Sets the value of the departureBoardingActivity property.voidsetDeparturePlatformName(NaturalLanguageStringStructure value)Sets the value of the departurePlatformName property.voidsetDestinationDisplay(NaturalLanguageStringStructure value)Sets the value of the destinationDisplay property.voidsetExtensions(ExtensionsStructure value)Sets the value of the extensions property.voidsetFacilityChangeElement(FacilityChangeStructure value)Sets the value of the facilityChangeElement property.voidsetOrder(BigInteger value)Sets the value of the order property.voidsetRequestStop(Boolean value)Sets the value of the requestStop property.voidsetStopPointName(NaturalLanguageStringStructure value)Sets the value of the stopPointName 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
-
stopPointName
protected NaturalLanguageStringStructure stopPointName
-
timingPoint
protected Boolean timingPoint
-
boardingStretch
protected Boolean boardingStretch
-
requestStop
protected Boolean requestStop
-
destinationDisplay
protected NaturalLanguageStringStructure destinationDisplay
-
callNote
protected List<NaturalLanguageStringStructure> callNote
-
facilityChangeElement
protected FacilityChangeStructure facilityChangeElement
-
aimedArrivalTime
protected ZonedDateTime aimedArrivalTime
-
arrivalPlatformName
protected NaturalLanguageStringStructure arrivalPlatformName
-
arrivalBoardingActivity
protected ArrivalBoardingActivityEnumeration arrivalBoardingActivity
-
aimedDepartureTime
protected ZonedDateTime aimedDepartureTime
-
departurePlatformName
protected NaturalLanguageStringStructure departurePlatformName
-
departureBoardingActivity
protected DepartureBoardingActivityEnumeration departureBoardingActivity
-
aimedHeadwayInterval
protected Duration aimedHeadwayInterval
-
targetedInterchange
protected List<TargetedInterchangeStructure> targetedInterchange
-
extensions
protected ExtensionsStructure 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
-
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
-
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
-
getDestinationDisplay
public NaturalLanguageStringStructure getDestinationDisplay()
Gets the value of the destinationDisplay property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDestinationDisplay
public void setDestinationDisplay(NaturalLanguageStringStructure value)
Sets the value of the destinationDisplay property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getCallNote
public List<NaturalLanguageStringStructure> getCallNote()
Gets the value of the callNote 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 callNote property.For example, to add a new item, do as follows:
getCallNote().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getFacilityChangeElement
public FacilityChangeStructure getFacilityChangeElement()
Gets the value of the facilityChangeElement property.- Returns:
- possible object is
FacilityChangeStructure
-
setFacilityChangeElement
public void setFacilityChangeElement(FacilityChangeStructure value)
Sets the value of the facilityChangeElement property.- Parameters:
value- allowed object isFacilityChangeStructure
-
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
-
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
-
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
-
getTargetedInterchange
public List<TargetedInterchangeStructure> getTargetedInterchange()
Gets the value of the targetedInterchange 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 targetedInterchange property.For example, to add a new item, do as follows:
getTargetedInterchange().add(newItem);Objects of the following type(s) are allowed in the list
TargetedInterchangeStructure
-
getExtensions
public ExtensionsStructure getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsStructure
-
setExtensions
public void setExtensions(ExtensionsStructure value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsStructure
-
-