public class OpenlrLineAttributes
extends java.lang.Object
Java class for OpenlrLineAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpenlrLineAttributes"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="openlrFunctionalRoadClass" type="{http://datex2.eu/schema/2/2_0}OpenlrFunctionalRoadClassEnum"/> <element name="openlrFormOfWay" type="{http://datex2.eu/schema/2/2_0}OpenlrFormOfWayEnum"/> <element name="openlrBearing" type="{http://datex2.eu/schema/2/2_0}AngleInDegreesRestrictedRange"/> <element name="openlrLineAttributesExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
openlrBearing |
protected OpenlrFormOfWayEnum |
openlrFormOfWay |
protected OpenlrFunctionalRoadClassEnum |
openlrFunctionalRoadClass |
protected ExtensionType |
openlrLineAttributesExtension |
Constructor and Description |
---|
OpenlrLineAttributes() |
Modifier and Type | Method and Description |
---|---|
int |
getOpenlrBearing()
Gets the value of the openlrBearing property.
|
OpenlrFormOfWayEnum |
getOpenlrFormOfWay()
Gets the value of the openlrFormOfWay property.
|
OpenlrFunctionalRoadClassEnum |
getOpenlrFunctionalRoadClass()
Gets the value of the openlrFunctionalRoadClass property.
|
ExtensionType |
getOpenlrLineAttributesExtension()
Gets the value of the openlrLineAttributesExtension property.
|
void |
setOpenlrBearing(int value)
Sets the value of the openlrBearing property.
|
void |
setOpenlrFormOfWay(OpenlrFormOfWayEnum value)
Sets the value of the openlrFormOfWay property.
|
void |
setOpenlrFunctionalRoadClass(OpenlrFunctionalRoadClassEnum value)
Sets the value of the openlrFunctionalRoadClass property.
|
void |
setOpenlrLineAttributesExtension(ExtensionType value)
Sets the value of the openlrLineAttributesExtension property.
|
protected OpenlrFunctionalRoadClassEnum openlrFunctionalRoadClass
protected OpenlrFormOfWayEnum openlrFormOfWay
protected int openlrBearing
protected ExtensionType openlrLineAttributesExtension
public OpenlrFunctionalRoadClassEnum getOpenlrFunctionalRoadClass()
OpenlrFunctionalRoadClassEnum
public void setOpenlrFunctionalRoadClass(OpenlrFunctionalRoadClassEnum value)
value
- allowed object is
OpenlrFunctionalRoadClassEnum
public OpenlrFormOfWayEnum getOpenlrFormOfWay()
OpenlrFormOfWayEnum
public void setOpenlrFormOfWay(OpenlrFormOfWayEnum value)
value
- allowed object is
OpenlrFormOfWayEnum
public int getOpenlrBearing()
public void setOpenlrBearing(int value)
value
- openlrBearingpublic ExtensionType getOpenlrLineAttributesExtension()
ExtensionType
public void setOpenlrLineAttributesExtension(ExtensionType value)
value
- allowed object is
ExtensionType