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