public class OpenlrPathAttributes
extends java.lang.Object
Java-Klasse für OpenlrPathAttributes complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="OpenlrPathAttributes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="openlrLowestFRCToNextLRPoint" type="{http://datex2.eu/schema/2/2_0}OpenlrFunctionalRoadClassEnum"/>
<element name="openlrDistanceToNextLRPoint" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger"/>
<element name="openlrPathAttributesExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
openlrDistanceToNextLRPoint |
protected OpenlrFunctionalRoadClassEnum |
openlrLowestFRCToNextLRPoint |
protected ExtensionType |
openlrPathAttributesExtension |
| Constructor and Description |
|---|
OpenlrPathAttributes() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getOpenlrDistanceToNextLRPoint()
Ruft den Wert der openlrDistanceToNextLRPoint-Eigenschaft ab.
|
OpenlrFunctionalRoadClassEnum |
getOpenlrLowestFRCToNextLRPoint()
Ruft den Wert der openlrLowestFRCToNextLRPoint-Eigenschaft ab.
|
ExtensionType |
getOpenlrPathAttributesExtension()
Ruft den Wert der openlrPathAttributesExtension-Eigenschaft ab.
|
void |
setOpenlrDistanceToNextLRPoint(java.math.BigInteger value)
Legt den Wert der openlrDistanceToNextLRPoint-Eigenschaft fest.
|
void |
setOpenlrLowestFRCToNextLRPoint(OpenlrFunctionalRoadClassEnum value)
Legt den Wert der openlrLowestFRCToNextLRPoint-Eigenschaft fest.
|
void |
setOpenlrPathAttributesExtension(ExtensionType value)
Legt den Wert der openlrPathAttributesExtension-Eigenschaft fest.
|
protected OpenlrFunctionalRoadClassEnum openlrLowestFRCToNextLRPoint
protected java.math.BigInteger openlrDistanceToNextLRPoint
protected ExtensionType openlrPathAttributesExtension
public OpenlrFunctionalRoadClassEnum getOpenlrLowestFRCToNextLRPoint()
OpenlrFunctionalRoadClassEnumpublic void setOpenlrLowestFRCToNextLRPoint(OpenlrFunctionalRoadClassEnum value)
value - allowed object is
OpenlrFunctionalRoadClassEnumpublic java.math.BigInteger getOpenlrDistanceToNextLRPoint()
BigIntegerpublic void setOpenlrDistanceToNextLRPoint(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic ExtensionType getOpenlrPathAttributesExtension()
ExtensionTypepublic void setOpenlrPathAttributesExtension(ExtensionType value)
value - allowed object is
ExtensionType