Package uk.org.siri.siri21
Class TrainInCompoundTrainRef
- java.lang.Object
-
- uk.org.siri.siri21.TrainInCompoundTrainRef
-
- All Implemented Interfaces:
Serializable
public class TrainInCompoundTrainRef extends Object implements Serializable
Type for reference to a TRAIN IN COMPOUND TRAIN. +SIRI v2.1Java class for TrainInCompoundTrainRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrainInCompoundTrainRefStructure"> <simpleContent> <extension base="<http://www.siri.org.uk/siri>TrainInCompoundTrainCodeType"> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrainInCompoundTrainRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Type for identifier of a TRAIN IN COMPOUND TRAIN.voidsetValue(String value)Sets the value of the value property.
-