Class TrainInCompoundTrain
- java.lang.Object
-
- uk.org.siri.siri21.TrainInCompoundTrain
-
- All Implemented Interfaces:
Serializable
public class TrainInCompoundTrain extends Object implements Serializable
Type for a TRAIN IN COMPOUND TRAIN. +SIRI v2.1Java class for TrainInCompoundTrainStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrainInCompoundTrainStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TrainInCompoundTrainCode" type="{http://www.siri.org.uk/siri}TrainInCompoundTrainCodeType" minOccurs="0"/> <element name="Order" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <group ref="{http://www.siri.org.uk/siri}TrainInCompoundTrainGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrainInCompoundTrain.PassagesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected NaturalLanguageStringStructuredescriptionprotected List<NaturalLanguagePlaceNameStructure>destinationDisplayAtOriginsprotected List<NaturalLanguageStringStructure>destinationNamesprotected DestinationRefdestinationRefprotected List<NaturalLanguagePlaceNameStructure>destinationShortNamesprotected NaturalLanguageStringStructurelabelprotected BigIntegerorderprotected List<NaturalLanguagePlaceNameStructure>originDisplayAtDestinationsprotected List<NaturalLanguagePlaceNameStructure>originNamesprotected JourneyPlaceRefStructureoriginRefprotected List<NaturalLanguagePlaceNameStructure>originShortNamesprotected TrainInCompoundTrain.Passagespassagesprotected BooleanreversedOrientationprotected Traintrainprotected StringtrainInCompoundTrainCodeprotected TrainReftrainRefprotected List<ViaNameStructure>vias
-
Constructor Summary
Constructors Constructor Description TrainInCompoundTrain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NaturalLanguageStringStructuregetDescription()Gets the value of the description property.List<NaturalLanguagePlaceNameStructure>getDestinationDisplayAtOrigins()Gets the value of the destinationDisplayAtOrigins property.List<NaturalLanguageStringStructure>getDestinationNames()Gets the value of the destinationNames property.DestinationRefgetDestinationRef()Reference to a DESTINATION.List<NaturalLanguagePlaceNameStructure>getDestinationShortNames()Gets the value of the destinationShortNames property.NaturalLanguageStringStructuregetLabel()Gets the value of the label property.BigIntegergetOrder()Gets the value of the order property.List<NaturalLanguagePlaceNameStructure>getOriginDisplayAtDestinations()Gets the value of the originDisplayAtDestinations property.List<NaturalLanguagePlaceNameStructure>getOriginNames()Gets the value of the originNames property.JourneyPlaceRefStructuregetOriginRef()Gets the value of the originRef property.List<NaturalLanguagePlaceNameStructure>getOriginShortNames()Gets the value of the originShortNames property.TrainInCompoundTrain.PassagesgetPassages()Gets the value of the passages property.TraingetTrain()Gets the value of the train property.StringgetTrainInCompoundTrainCode()Gets the value of the trainInCompoundTrainCode property.TrainRefgetTrainRef()Gets the value of the trainRef property.List<ViaNameStructure>getVias()Gets the value of the vias property.BooleanisReversedOrientation()Gets the value of the reversedOrientation property.voidsetDescription(NaturalLanguageStringStructure value)Sets the value of the description property.voidsetDestinationRef(DestinationRef value)Sets the value of the destinationRef property.voidsetLabel(NaturalLanguageStringStructure value)Sets the value of the label property.voidsetOrder(BigInteger value)Sets the value of the order property.voidsetOriginRef(JourneyPlaceRefStructure value)Sets the value of the originRef property.voidsetPassages(TrainInCompoundTrain.Passages value)Sets the value of the passages property.voidsetReversedOrientation(Boolean value)Sets the value of the reversedOrientation property.voidsetTrain(Train value)Sets the value of the train property.voidsetTrainInCompoundTrainCode(String value)Sets the value of the trainInCompoundTrainCode property.voidsetTrainRef(TrainRef value)Sets the value of the trainRef property.
-
-
-
Field Detail
-
trainInCompoundTrainCode
protected String trainInCompoundTrainCode
-
order
protected BigInteger order
-
label
protected NaturalLanguageStringStructure label
-
description
protected NaturalLanguageStringStructure description
-
train
protected Train train
-
trainRef
protected TrainRef trainRef
-
originRef
protected JourneyPlaceRefStructure originRef
-
originNames
protected List<NaturalLanguagePlaceNameStructure> originNames
-
originShortNames
protected List<NaturalLanguagePlaceNameStructure> originShortNames
-
destinationDisplayAtOrigins
protected List<NaturalLanguagePlaceNameStructure> destinationDisplayAtOrigins
-
vias
protected List<ViaNameStructure> vias
-
destinationRef
protected DestinationRef destinationRef
-
destinationNames
protected List<NaturalLanguageStringStructure> destinationNames
-
destinationShortNames
protected List<NaturalLanguagePlaceNameStructure> destinationShortNames
-
originDisplayAtDestinations
protected List<NaturalLanguagePlaceNameStructure> originDisplayAtDestinations
-
reversedOrientation
protected Boolean reversedOrientation
-
passages
protected TrainInCompoundTrain.Passages passages
-
-
Method Detail
-
getTrainInCompoundTrainCode
public String getTrainInCompoundTrainCode()
Gets the value of the trainInCompoundTrainCode property.- Returns:
- possible object is
String
-
setTrainInCompoundTrainCode
public void setTrainInCompoundTrainCode(String value)
Sets the value of the trainInCompoundTrainCode property.- Parameters:
value- allowed object isString
-
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
-
getLabel
public NaturalLanguageStringStructure getLabel()
Gets the value of the label property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setLabel
public void setLabel(NaturalLanguageStringStructure value)
Sets the value of the label property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getDescription
public NaturalLanguageStringStructure getDescription()
Gets the value of the description property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDescription
public void setDescription(NaturalLanguageStringStructure value)
Sets the value of the description property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getTrain
public Train getTrain()
Gets the value of the train property.- Returns:
- possible object is
Train
-
setTrain
public void setTrain(Train value)
Sets the value of the train property.- Parameters:
value- allowed object isTrain
-
getTrainRef
public TrainRef getTrainRef()
Gets the value of the trainRef property.- Returns:
- possible object is
TrainRef
-
setTrainRef
public void setTrainRef(TrainRef value)
Sets the value of the trainRef property.- Parameters:
value- allowed object isTrainRef
-
getOriginRef
public JourneyPlaceRefStructure getOriginRef()
Gets the value of the originRef property.- Returns:
- possible object is
JourneyPlaceRefStructure
-
setOriginRef
public void setOriginRef(JourneyPlaceRefStructure value)
Sets the value of the originRef property.- Parameters:
value- allowed object isJourneyPlaceRefStructure
-
getOriginNames
public List<NaturalLanguagePlaceNameStructure> getOriginNames()
Gets the value of the originNames 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 JAXB object. This is why there is not a
setmethod for the originNames property.For example, to add a new item, do as follows:
getOriginNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguagePlaceNameStructure
-
getOriginShortNames
public List<NaturalLanguagePlaceNameStructure> getOriginShortNames()
Gets the value of the originShortNames 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 JAXB object. This is why there is not a
setmethod for the originShortNames property.For example, to add a new item, do as follows:
getOriginShortNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguagePlaceNameStructure
-
getDestinationDisplayAtOrigins
public List<NaturalLanguagePlaceNameStructure> getDestinationDisplayAtOrigins()
Gets the value of the destinationDisplayAtOrigins 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 JAXB object. This is why there is not a
setmethod for the destinationDisplayAtOrigins property.For example, to add a new item, do as follows:
getDestinationDisplayAtOrigins().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguagePlaceNameStructure
-
getVias
public List<ViaNameStructure> getVias()
Gets the value of the vias 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 JAXB object. This is why there is not a
setmethod for the vias property.For example, to add a new item, do as follows:
getVias().add(newItem);Objects of the following type(s) are allowed in the list
ViaNameStructure
-
getDestinationRef
public DestinationRef getDestinationRef()
Reference to a DESTINATION.- Returns:
- possible object is
DestinationRef
-
setDestinationRef
public void setDestinationRef(DestinationRef value)
Sets the value of the destinationRef property.- Parameters:
value- allowed object isDestinationRef
-
getDestinationNames
public List<NaturalLanguageStringStructure> getDestinationNames()
Gets the value of the destinationNames 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 JAXB object. This is why there is not a
setmethod for the destinationNames property.For example, to add a new item, do as follows:
getDestinationNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getDestinationShortNames
public List<NaturalLanguagePlaceNameStructure> getDestinationShortNames()
Gets the value of the destinationShortNames 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 JAXB object. This is why there is not a
setmethod for the destinationShortNames property.For example, to add a new item, do as follows:
getDestinationShortNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguagePlaceNameStructure
-
getOriginDisplayAtDestinations
public List<NaturalLanguagePlaceNameStructure> getOriginDisplayAtDestinations()
Gets the value of the originDisplayAtDestinations 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 JAXB object. This is why there is not a
setmethod for the originDisplayAtDestinations property.For example, to add a new item, do as follows:
getOriginDisplayAtDestinations().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguagePlaceNameStructure
-
isReversedOrientation
public Boolean isReversedOrientation()
Gets the value of the reversedOrientation property.- Returns:
- possible object is
Boolean
-
setReversedOrientation
public void setReversedOrientation(Boolean value)
Sets the value of the reversedOrientation property.- Parameters:
value- allowed object isBoolean
-
getPassages
public TrainInCompoundTrain.Passages getPassages()
Gets the value of the passages property.- Returns:
- possible object is
TrainInCompoundTrain.Passages
-
setPassages
public void setPassages(TrainInCompoundTrain.Passages value)
Sets the value of the passages property.- Parameters:
value- allowed object isTrainInCompoundTrain.Passages
-
-