Package uk.org.siri.siri21
Class FeatureRef
- java.lang.Object
-
- uk.org.siri.siri21.FeatureRef
-
- All Implemented Interfaces:
Serializable
public class FeatureRef extends Object implements Serializable
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()Type for identifier of a StopFeature.voidsetValue(String value)Sets the value of the value property.
-