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