public abstract class OpenlrBasePointLocation
extends java.lang.Object
Java-Klasse für OpenlrBasePointLocation complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="OpenlrBasePointLocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="openlrSideOfRoad" type="{http://datex2.eu/schema/2/2_0}OpenlrSideOfRoadEnum"/>
<element name="openlrOrientation" type="{http://datex2.eu/schema/2/2_0}OpenlrOrientationEnum"/>
<element name="openlrPositiveOffset" type="{http://datex2.eu/schema/2/2_0}MetresAsNonNegativeInteger" minOccurs="0"/>
<element name="openlrLocationReferencePoint" type="{http://datex2.eu/schema/2/2_0}OpenlrLocationReferencePoint"/>
<element name="openlrLastLocationReferencePoint" type="{http://datex2.eu/schema/2/2_0}OpenlrLastLocationReferencePoint"/>
<element name="openlrBasePointLocationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
openlrBasePointLocationExtension |
protected OpenlrLastLocationReferencePoint |
openlrLastLocationReferencePoint |
protected OpenlrLocationReferencePoint |
openlrLocationReferencePoint |
protected OpenlrOrientationEnum |
openlrOrientation |
protected java.math.BigInteger |
openlrPositiveOffset |
protected OpenlrSideOfRoadEnum |
openlrSideOfRoad |
| Constructor and Description |
|---|
OpenlrBasePointLocation() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getOpenlrBasePointLocationExtension()
Ruft den Wert der openlrBasePointLocationExtension-Eigenschaft ab.
|
OpenlrLastLocationReferencePoint |
getOpenlrLastLocationReferencePoint()
Ruft den Wert der openlrLastLocationReferencePoint-Eigenschaft ab.
|
OpenlrLocationReferencePoint |
getOpenlrLocationReferencePoint()
Ruft den Wert der openlrLocationReferencePoint-Eigenschaft ab.
|
OpenlrOrientationEnum |
getOpenlrOrientation()
Ruft den Wert der openlrOrientation-Eigenschaft ab.
|
java.math.BigInteger |
getOpenlrPositiveOffset()
Ruft den Wert der openlrPositiveOffset-Eigenschaft ab.
|
OpenlrSideOfRoadEnum |
getOpenlrSideOfRoad()
Ruft den Wert der openlrSideOfRoad-Eigenschaft ab.
|
void |
setOpenlrBasePointLocationExtension(ExtensionType value)
Legt den Wert der openlrBasePointLocationExtension-Eigenschaft fest.
|
void |
setOpenlrLastLocationReferencePoint(OpenlrLastLocationReferencePoint value)
Legt den Wert der openlrLastLocationReferencePoint-Eigenschaft fest.
|
void |
setOpenlrLocationReferencePoint(OpenlrLocationReferencePoint value)
Legt den Wert der openlrLocationReferencePoint-Eigenschaft fest.
|
void |
setOpenlrOrientation(OpenlrOrientationEnum value)
Legt den Wert der openlrOrientation-Eigenschaft fest.
|
void |
setOpenlrPositiveOffset(java.math.BigInteger value)
Legt den Wert der openlrPositiveOffset-Eigenschaft fest.
|
void |
setOpenlrSideOfRoad(OpenlrSideOfRoadEnum value)
Legt den Wert der openlrSideOfRoad-Eigenschaft fest.
|
protected OpenlrSideOfRoadEnum openlrSideOfRoad
protected OpenlrOrientationEnum openlrOrientation
protected java.math.BigInteger openlrPositiveOffset
protected OpenlrLocationReferencePoint openlrLocationReferencePoint
protected OpenlrLastLocationReferencePoint openlrLastLocationReferencePoint
protected ExtensionType openlrBasePointLocationExtension
public OpenlrSideOfRoadEnum getOpenlrSideOfRoad()
OpenlrSideOfRoadEnumpublic void setOpenlrSideOfRoad(OpenlrSideOfRoadEnum value)
value - allowed object is
OpenlrSideOfRoadEnumpublic OpenlrOrientationEnum getOpenlrOrientation()
OpenlrOrientationEnumpublic void setOpenlrOrientation(OpenlrOrientationEnum value)
value - allowed object is
OpenlrOrientationEnumpublic java.math.BigInteger getOpenlrPositiveOffset()
BigIntegerpublic void setOpenlrPositiveOffset(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic OpenlrLocationReferencePoint getOpenlrLocationReferencePoint()
OpenlrLocationReferencePointpublic void setOpenlrLocationReferencePoint(OpenlrLocationReferencePoint value)
value - allowed object is
OpenlrLocationReferencePointpublic OpenlrLastLocationReferencePoint getOpenlrLastLocationReferencePoint()
OpenlrLastLocationReferencePointpublic void setOpenlrLastLocationReferencePoint(OpenlrLastLocationReferencePoint value)
value - allowed object is
OpenlrLastLocationReferencePointpublic ExtensionType getOpenlrBasePointLocationExtension()
ExtensionTypepublic void setOpenlrBasePointLocationExtension(ExtensionType value)
value - allowed object is
ExtensionType