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