Package uk.org.siri.siri21
Class DriverRefStructure
- java.lang.Object
-
- uk.org.siri.siri21.DriverRefStructure
-
- All Implemented Interfaces:
Serializable
public class DriverRefStructure extends Object implements Serializable
Reference to a DRIVER.Java class for DriverRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DriverRefStructure"> <simpleContent> <extension base="<http://www.siri.org.uk/siri>DriverCodeType"> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DriverRefStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Identifier of a DRIVERvoidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
-