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