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