Package uk.org.siri.siri21
Class RemovedDatedVehicleJourneyStructure
- java.lang.Object
-
- uk.org.siri.siri21.RemovedDatedVehicleJourneyStructure
-
- All Implemented Interfaces:
Serializable
public class RemovedDatedVehicleJourneyStructure extends Object implements Serializable
Type for previously planned VEHICLE JOURNEY that is removed from the data producer when using incremental updates. +SIRI v2.1Java class for RemovedDatedVehicleJourneyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemovedDatedVehicleJourneyStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FramedVehicleJourneyRef" type="{http://www.siri.org.uk/siri}FramedVehicleJourneyRefStructure"/> <element name="DatedVehicleJourneyIndirectRef" type="{http://www.siri.org.uk/siri}DatedVehicleJourneyIndirectRefStructure" minOccurs="0"/> <element name="TrainNumbers" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TrainNumberRef" type="{http://www.siri.org.uk/siri}TrainNumberRefStructure" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.siri.org.uk/siri}ReasonForRemoval"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemovedDatedVehicleJourneyStructure.TrainNumbersJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected DatedVehicleJourneyIndirectRefStructuredatedVehicleJourneyIndirectRefprotected FramedVehicleJourneyRefStructureframedVehicleJourneyRefprotected NaturalLanguageStringStructurereasonForRemovalprotected RemovedDatedVehicleJourneyStructure.TrainNumberstrainNumbers
-
Constructor Summary
Constructors Constructor Description RemovedDatedVehicleJourneyStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatedVehicleJourneyIndirectRefStructuregetDatedVehicleJourneyIndirectRef()Gets the value of the datedVehicleJourneyIndirectRef property.FramedVehicleJourneyRefStructuregetFramedVehicleJourneyRef()Gets the value of the framedVehicleJourneyRef property.NaturalLanguageStringStructuregetReasonForRemoval()Gets the value of the reasonForRemoval property.RemovedDatedVehicleJourneyStructure.TrainNumbersgetTrainNumbers()Gets the value of the trainNumbers property.voidsetDatedVehicleJourneyIndirectRef(DatedVehicleJourneyIndirectRefStructure value)Sets the value of the datedVehicleJourneyIndirectRef property.voidsetFramedVehicleJourneyRef(FramedVehicleJourneyRefStructure value)Sets the value of the framedVehicleJourneyRef property.voidsetReasonForRemoval(NaturalLanguageStringStructure value)Sets the value of the reasonForRemoval property.voidsetTrainNumbers(RemovedDatedVehicleJourneyStructure.TrainNumbers value)Sets the value of the trainNumbers property.
-
-
-
Field Detail
-
framedVehicleJourneyRef
protected FramedVehicleJourneyRefStructure framedVehicleJourneyRef
-
datedVehicleJourneyIndirectRef
protected DatedVehicleJourneyIndirectRefStructure datedVehicleJourneyIndirectRef
-
trainNumbers
protected RemovedDatedVehicleJourneyStructure.TrainNumbers trainNumbers
-
reasonForRemoval
protected NaturalLanguageStringStructure reasonForRemoval
-
-
Method Detail
-
getFramedVehicleJourneyRef
public FramedVehicleJourneyRefStructure getFramedVehicleJourneyRef()
Gets the value of the framedVehicleJourneyRef property.- Returns:
- possible object is
FramedVehicleJourneyRefStructure
-
setFramedVehicleJourneyRef
public void setFramedVehicleJourneyRef(FramedVehicleJourneyRefStructure value)
Sets the value of the framedVehicleJourneyRef property.- Parameters:
value- allowed object isFramedVehicleJourneyRefStructure
-
getDatedVehicleJourneyIndirectRef
public DatedVehicleJourneyIndirectRefStructure getDatedVehicleJourneyIndirectRef()
Gets the value of the datedVehicleJourneyIndirectRef property.- Returns:
- possible object is
DatedVehicleJourneyIndirectRefStructure
-
setDatedVehicleJourneyIndirectRef
public void setDatedVehicleJourneyIndirectRef(DatedVehicleJourneyIndirectRefStructure value)
Sets the value of the datedVehicleJourneyIndirectRef property.- Parameters:
value- allowed object isDatedVehicleJourneyIndirectRefStructure
-
getTrainNumbers
public RemovedDatedVehicleJourneyStructure.TrainNumbers getTrainNumbers()
Gets the value of the trainNumbers property.- Returns:
- possible object is
RemovedDatedVehicleJourneyStructure.TrainNumbers
-
setTrainNumbers
public void setTrainNumbers(RemovedDatedVehicleJourneyStructure.TrainNumbers value)
Sets the value of the trainNumbers property.- Parameters:
value- allowed object isRemovedDatedVehicleJourneyStructure.TrainNumbers
-
getReasonForRemoval
public NaturalLanguageStringStructure getReasonForRemoval()
Gets the value of the reasonForRemoval property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setReasonForRemoval
public void setReasonForRemoval(NaturalLanguageStringStructure value)
Sets the value of the reasonForRemoval property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
-