public class LinearWithinLinearElement
extends java.lang.Object
Java-Klasse für LinearWithinLinearElement complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="LinearWithinLinearElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="directionRelativeOnLinearSection" type="{http://datex2.eu/schema/2/2_0}LinearReferencingDirectionEnum" minOccurs="0"/> <element name="linearElement" type="{http://datex2.eu/schema/2/2_0}LinearElement"/> <element name="fromPoint" type="{http://datex2.eu/schema/2/2_0}DistanceAlongLinearElement"/> <element name="toPoint" type="{http://datex2.eu/schema/2/2_0}DistanceAlongLinearElement"/> <element name="linearWithinLinearElementExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected LinearReferencingDirectionEnum |
directionRelativeOnLinearSection |
protected DistanceAlongLinearElement |
fromPoint |
protected LinearElement |
linearElement |
protected ExtensionType |
linearWithinLinearElementExtension |
protected DistanceAlongLinearElement |
toPoint |
Constructor and Description |
---|
LinearWithinLinearElement() |
Modifier and Type | Method and Description |
---|---|
LinearReferencingDirectionEnum |
getDirectionRelativeOnLinearSection()
Ruft den Wert der directionRelativeOnLinearSection-Eigenschaft ab.
|
DistanceAlongLinearElement |
getFromPoint()
Ruft den Wert der fromPoint-Eigenschaft ab.
|
LinearElement |
getLinearElement()
Ruft den Wert der linearElement-Eigenschaft ab.
|
ExtensionType |
getLinearWithinLinearElementExtension()
Ruft den Wert der linearWithinLinearElementExtension-Eigenschaft ab.
|
DistanceAlongLinearElement |
getToPoint()
Ruft den Wert der toPoint-Eigenschaft ab.
|
void |
setDirectionRelativeOnLinearSection(LinearReferencingDirectionEnum value)
Legt den Wert der directionRelativeOnLinearSection-Eigenschaft fest.
|
void |
setFromPoint(DistanceAlongLinearElement value)
Legt den Wert der fromPoint-Eigenschaft fest.
|
void |
setLinearElement(LinearElement value)
Legt den Wert der linearElement-Eigenschaft fest.
|
void |
setLinearWithinLinearElementExtension(ExtensionType value)
Legt den Wert der linearWithinLinearElementExtension-Eigenschaft fest.
|
void |
setToPoint(DistanceAlongLinearElement value)
Legt den Wert der toPoint-Eigenschaft fest.
|
protected LinearReferencingDirectionEnum directionRelativeOnLinearSection
protected LinearElement linearElement
protected DistanceAlongLinearElement fromPoint
protected DistanceAlongLinearElement toPoint
protected ExtensionType linearWithinLinearElementExtension
public LinearReferencingDirectionEnum getDirectionRelativeOnLinearSection()
LinearReferencingDirectionEnum
public void setDirectionRelativeOnLinearSection(LinearReferencingDirectionEnum value)
value
- allowed object is
LinearReferencingDirectionEnum
public LinearElement getLinearElement()
LinearElement
public void setLinearElement(LinearElement value)
value
- allowed object is
LinearElement
public DistanceAlongLinearElement getFromPoint()
DistanceAlongLinearElement
public void setFromPoint(DistanceAlongLinearElement value)
value
- allowed object is
DistanceAlongLinearElement
public DistanceAlongLinearElement getToPoint()
DistanceAlongLinearElement
public void setToPoint(DistanceAlongLinearElement value)
value
- allowed object is
DistanceAlongLinearElement
public ExtensionType getLinearWithinLinearElementExtension()
ExtensionType
public void setLinearWithinLinearElementExtension(ExtensionType value)
value
- allowed object is
ExtensionType