public class OpenlrExtendedLinear
extends java.lang.Object
Java-Klasse für OpenlrExtendedLinear complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="OpenlrExtendedLinear">
<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="firstDirection" type="{http://datex2.eu/schema/2/2_0}OpenlrLineLocationReference"/>
<element name="oppositeDirection" type="{http://datex2.eu/schema/2/2_0}OpenlrLineLocationReference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LinearReferencingDirectionEnum |
directionRelativeOnLinearSection |
protected OpenlrLineLocationReference |
firstDirection |
protected OpenlrLineLocationReference |
oppositeDirection |
| Constructor and Description |
|---|
OpenlrExtendedLinear() |
| Modifier and Type | Method and Description |
|---|---|
LinearReferencingDirectionEnum |
getDirectionRelativeOnLinearSection()
Ruft den Wert der directionRelativeOnLinearSection-Eigenschaft ab.
|
OpenlrLineLocationReference |
getFirstDirection()
Ruft den Wert der firstDirection-Eigenschaft ab.
|
OpenlrLineLocationReference |
getOppositeDirection()
Ruft den Wert der oppositeDirection-Eigenschaft ab.
|
void |
setDirectionRelativeOnLinearSection(LinearReferencingDirectionEnum value)
Legt den Wert der directionRelativeOnLinearSection-Eigenschaft fest.
|
void |
setFirstDirection(OpenlrLineLocationReference value)
Legt den Wert der firstDirection-Eigenschaft fest.
|
void |
setOppositeDirection(OpenlrLineLocationReference value)
Legt den Wert der oppositeDirection-Eigenschaft fest.
|
protected LinearReferencingDirectionEnum directionRelativeOnLinearSection
protected OpenlrLineLocationReference firstDirection
protected OpenlrLineLocationReference oppositeDirection
public LinearReferencingDirectionEnum getDirectionRelativeOnLinearSection()
LinearReferencingDirectionEnumpublic void setDirectionRelativeOnLinearSection(LinearReferencingDirectionEnum value)
value - allowed object is
LinearReferencingDirectionEnumpublic OpenlrLineLocationReference getFirstDirection()
OpenlrLineLocationReferencepublic void setFirstDirection(OpenlrLineLocationReference value)
value - allowed object is
OpenlrLineLocationReferencepublic OpenlrLineLocationReference getOppositeDirection()
OpenlrLineLocationReferencepublic void setOppositeDirection(OpenlrLineLocationReference value)
value - allowed object is
OpenlrLineLocationReference