Package uk.org.ifopt.siri14
Class AbstractProjection
- java.lang.Object
-
- uk.org.ifopt.siri14.AbstractProjection
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LinkProjection,PointProjection,ZoneProjection
public class AbstractProjection extends Object implements Serializable
Java class for AbstractProjection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractProjection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Features" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GisFeatureRef" type="{http://www.ifopt.org.uk/ifopt}FeatureRefStructure" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractProjection.FeaturesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AbstractProjection.Featuresfeatures
-
Constructor Summary
Constructors Constructor Description AbstractProjection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractProjection.FeaturesgetFeatures()Gets the value of the features property.voidsetFeatures(AbstractProjection.Features value)Sets the value of the features property.
-
-
-
Field Detail
-
features
protected AbstractProjection.Features features
-
-
Method Detail
-
getFeatures
public AbstractProjection.Features getFeatures()
Gets the value of the features property.- Returns:
- possible object is
AbstractProjection.Features
-
setFeatures
public void setFeatures(AbstractProjection.Features value)
Sets the value of the features property.- Parameters:
value- allowed object isAbstractProjection.Features
-
-