Package uk.org.siri.siri21
Class CompoundTrain.TrainsInCompoundTrain
- java.lang.Object
-
- uk.org.siri.siri21.CompoundTrain.TrainsInCompoundTrain
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CompoundTrain
public static class CompoundTrain.TrainsInCompoundTrain extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element ref="{http://www.siri.org.uk/siri}TrainInCompoundTrainRef"/> <element ref="{http://www.siri.org.uk/siri}TrainInCompoundTrain"/> </choice> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Serializable>trainInCompoundTrainRevesAndTrainInCompoundTrains
-
Constructor Summary
Constructors Constructor Description TrainsInCompoundTrain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Serializable>getTrainInCompoundTrainRevesAndTrainInCompoundTrains()Gets the value of the trainInCompoundTrainRevesAndTrainInCompoundTrains property.
-
-
-
Field Detail
-
trainInCompoundTrainRevesAndTrainInCompoundTrains
protected List<Serializable> trainInCompoundTrainRevesAndTrainInCompoundTrains
-
-
Method Detail
-
getTrainInCompoundTrainRevesAndTrainInCompoundTrains
public List<Serializable> getTrainInCompoundTrainRevesAndTrainInCompoundTrains()
Gets the value of the trainInCompoundTrainRevesAndTrainInCompoundTrains 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 trainInCompoundTrainRevesAndTrainInCompoundTrains property.For example, to add a new item, do as follows:
getTrainInCompoundTrainRevesAndTrainInCompoundTrains().add(newItem);Objects of the following type(s) are allowed in the list
TrainInCompoundTrainRefTrainInCompoundTrain
-
-