Package uk.org.ifopt.siri21
Class LinkProjection
- java.lang.Object
-
- uk.org.ifopt.siri21.AbstractProjection
-
- uk.org.ifopt.siri21.LinkProjection
-
- All Implemented Interfaces:
Serializable
public class LinkProjection extends AbstractProjection implements Serializable
Type for PROJECTION as a geospatial polyline.Java class for LinkProjectionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkProjectionStructure"> <complexContent> <extension base="{http://www.ifopt.org.uk/ifopt}AbstractProjection"> <sequence> <element name="Line" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.ifopt.org.uk/ifopt}PointProjection" maxOccurs="unbounded" minOccurs="2"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLinkProjection.LineJava class for anonymous complex type.-
Nested classes/interfaces inherited from class uk.org.ifopt.siri21.AbstractProjection
AbstractProjection.Features
-
-
Field Summary
Fields Modifier and Type Field Description protected LinkProjection.Lineline-
Fields inherited from class uk.org.ifopt.siri21.AbstractProjection
features
-
-
Constructor Summary
Constructors Constructor Description LinkProjection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkProjection.LinegetLine()Gets the value of the line property.voidsetLine(LinkProjection.Line value)Sets the value of the line property.-
Methods inherited from class uk.org.ifopt.siri21.AbstractProjection
getFeatures, setFeatures
-
-
-
-
Field Detail
-
line
protected LinkProjection.Line line
-
-
Method Detail
-
getLine
public LinkProjection.Line getLine()
Gets the value of the line property.- Returns:
- possible object is
LinkProjection.Line
-
setLine
public void setLine(LinkProjection.Line value)
Sets the value of the line property.- Parameters:
value- allowed object isLinkProjection.Line
-
-