Class TimetabledStopVisitStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractItemStructure
-
- uk.org.siri.siri10.AbstractIdentifiedItemStructure
-
- uk.org.siri.siri10.TimetabledStopVisitStructure
-
- All Implemented Interfaces:
Serializable
public class TimetabledStopVisitStructure extends AbstractIdentifiedItemStructure implements Serializable
Data type for Timetabled Visit of a vehicle to a stop. May provide information about the arrival, the departure or both.Java class for TimetabledStopVisitStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimetabledStopVisitStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractIdentifiedItemStructure"> <sequence> <element name="MonitoringRef" type="{http://www.siri.org.uk/}MonitoringRefStructure"/> <choice> <element name="TargetedVehicleJourney" type="{http://www.siri.org.uk/}TargetedVehicleJourneyStructure"/> <group ref="{http://www.siri.org.uk/}TargetedVehicleJourneyAsFlatGroup"/> </choice> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<jakarta.xml.bind.JAXBElement<?>>rest-
Fields inherited from class uk.org.siri.siri10.AbstractIdentifiedItemStructure
itemIdentifier
-
Fields inherited from class uk.org.siri.siri10.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description TimetabledStopVisitStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<jakarta.xml.bind.JAXBElement<?>>getRest()Gets the rest of the content model.-
Methods inherited from class uk.org.siri.siri10.AbstractIdentifiedItemStructure
getItemIdentifier, setItemIdentifier
-
Methods inherited from class uk.org.siri.siri10.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
rest
protected List<jakarta.xml.bind.JAXBElement<?>> rest
-
-
Method Detail
-
getRest
public List<jakarta.xml.bind.JAXBElement<?>> getRest()
Gets the rest of the content model.You are getting this "catch-all" property because of the following reason: The field name "OperatorRef" is used by two different parts of a schema. See: line 523 of file:/home/circleci/project/src/main/resources/siri-1.0/xsd/ref/siri_reference-v1.0.xsd line 523 of file:/home/circleci/project/src/main/resources/siri-1.0/xsd/ref/siri_reference-v1.0.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest 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 rest property.For example, to add a new item, do as follows:
getRest().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<Boolean>JAXBElement<Boolean>JAXBElement<BigInteger>JAXBElement<BigInteger>JAXBElement<Duration>JAXBElement<ZonedDateTime>JAXBElement<ZonedDateTime>JAXBElement<ZonedDateTime>JAXBElement<ZonedDateTime>JAXBElement<ArrivalBoardingActivityEnumeration>JAXBElement<BlockRefStructure>JAXBElement<CourseOfJourneyStructure>JAXBElement<DepartureBoardingActivityEnumeration>JAXBElement<DestinationRefStructure>JAXBElement<DirectionRefStructure>JAXBElement<ExtensionsStructure>JAXBElement<FramedVehicleJourneyRefStructure>JAXBElement<JourneyPatternRefStructure>JAXBElement<JourneyPlaceRefStructure>JAXBElement<LineRefStructure>JAXBElement<LineRefStructure>JAXBElement<MonitoringRefStructure>JAXBElement<NaturalLanguagePlaceNameStructure>JAXBElement<NaturalLanguagePlaceNameStructure>JAXBElement<NaturalLanguagePlaceNameStructure>JAXBElement<NaturalLanguageStringStructure>JAXBElement<NaturalLanguageStringStructure>JAXBElement<NaturalLanguageStringStructure>JAXBElement<NaturalLanguageStringStructure>JAXBElement<NaturalLanguageStringStructure>JAXBElement<NaturalLanguageStringStructure>JAXBElement<NaturalLanguageStringStructure>JAXBElement<OperatorRefStructure>JAXBElement<PlaceNameStructure>JAXBElement<ProductCategoryRefStructure>JAXBElement<RouteRefStructure>JAXBElement<ServiceFeatureRefStructure>JAXBElement<StopPointRefStructure>JAXBElement<TargetedVehicleJourneyStructure>JAXBElement<VehicleFeatureRefStructure>JAXBElement<VehicleModesEnumeration>
-
-