public class PointAlongLinearElement
extends java.lang.Object
Java-Klasse für PointAlongLinearElement complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PointAlongLinearElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="directionRelativeAtPoint" type="{http://datex2.eu/schema/2/2_0}LinearReferencingDirectionEnum"/> <element name="linearElement" type="{http://datex2.eu/schema/2/2_0}LinearElement"/> <element name="distanceAlongLinearElement" type="{http://datex2.eu/schema/2/2_0}DistanceAlongLinearElement"/> <element name="pointAlongLinearElementExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected LinearReferencingDirectionEnum |
directionRelativeAtPoint |
protected DistanceAlongLinearElement |
distanceAlongLinearElement |
protected LinearElement |
linearElement |
protected ExtensionType |
pointAlongLinearElementExtension |
Constructor and Description |
---|
PointAlongLinearElement() |
Modifier and Type | Method and Description |
---|---|
LinearReferencingDirectionEnum |
getDirectionRelativeAtPoint()
Ruft den Wert der directionRelativeAtPoint-Eigenschaft ab.
|
DistanceAlongLinearElement |
getDistanceAlongLinearElement()
Ruft den Wert der distanceAlongLinearElement-Eigenschaft ab.
|
LinearElement |
getLinearElement()
Ruft den Wert der linearElement-Eigenschaft ab.
|
ExtensionType |
getPointAlongLinearElementExtension()
Ruft den Wert der pointAlongLinearElementExtension-Eigenschaft ab.
|
void |
setDirectionRelativeAtPoint(LinearReferencingDirectionEnum value)
Legt den Wert der directionRelativeAtPoint-Eigenschaft fest.
|
void |
setDistanceAlongLinearElement(DistanceAlongLinearElement value)
Legt den Wert der distanceAlongLinearElement-Eigenschaft fest.
|
void |
setLinearElement(LinearElement value)
Legt den Wert der linearElement-Eigenschaft fest.
|
void |
setPointAlongLinearElementExtension(ExtensionType value)
Legt den Wert der pointAlongLinearElementExtension-Eigenschaft fest.
|
protected LinearReferencingDirectionEnum directionRelativeAtPoint
protected LinearElement linearElement
protected DistanceAlongLinearElement distanceAlongLinearElement
protected ExtensionType pointAlongLinearElementExtension
public LinearReferencingDirectionEnum getDirectionRelativeAtPoint()
LinearReferencingDirectionEnum
public void setDirectionRelativeAtPoint(LinearReferencingDirectionEnum value)
value
- allowed object is
LinearReferencingDirectionEnum
public LinearElement getLinearElement()
LinearElement
public void setLinearElement(LinearElement value)
value
- allowed object is
LinearElement
public DistanceAlongLinearElement getDistanceAlongLinearElement()
DistanceAlongLinearElement
public void setDistanceAlongLinearElement(DistanceAlongLinearElement value)
value
- allowed object is
DistanceAlongLinearElement
public ExtensionType getPointAlongLinearElementExtension()
ExtensionType
public void setPointAlongLinearElementExtension(ExtensionType value)
value
- allowed object is
ExtensionType