Package uk.org.ifopt.siri13
Class FeatureRefStructure
- java.lang.Object
-
- uk.org.ifopt.siri13.FeatureRefStructure
-
- All Implemented Interfaces:
Serializable
public class FeatureRefStructure extends Object implements Serializable
Type for Reference to a FeatureJava class for FeatureRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeatureRefStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FeatureIdRef" type="{http://www.ifopt.org.uk/ifopt}FeatureIdRefStructure"/> <element name="FeatureType" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FeatureIdRefStructurefeatureIdRefprotected StringfeatureType
-
Constructor Summary
Constructors Constructor Description FeatureRefStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureIdRefStructuregetFeatureIdRef()Gets the value of the featureIdRef property.StringgetFeatureType()Gets the value of the featureType property.voidsetFeatureIdRef(FeatureIdRefStructure value)Sets the value of the featureIdRef property.voidsetFeatureType(String value)Sets the value of the featureType property.
-
-
-
Field Detail
-
featureIdRef
protected FeatureIdRefStructure featureIdRef
-
featureType
protected String featureType
-
-
Method Detail
-
getFeatureIdRef
public FeatureIdRefStructure getFeatureIdRef()
Gets the value of the featureIdRef property.- Returns:
- possible object is
FeatureIdRefStructure
-
setFeatureIdRef
public void setFeatureIdRef(FeatureIdRefStructure value)
Sets the value of the featureIdRef property.- Parameters:
value- allowed object isFeatureIdRefStructure
-
getFeatureType
public String getFeatureType()
Gets the value of the featureType property.- Returns:
- possible object is
String
-
-