public abstract class OpenlrBasePointLocation
extends java.lang.Object
Java class for OpenlrBasePointLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the openlrBasePointLocationExtension property.
|
OpenlrLastLocationReferencePoint |
getOpenlrLastLocationReferencePoint()
Gets the value of the openlrLastLocationReferencePoint property.
|
OpenlrLocationReferencePoint |
getOpenlrLocationReferencePoint()
Gets the value of the openlrLocationReferencePoint property.
|
OpenlrOrientationEnum |
getOpenlrOrientation()
Gets the value of the openlrOrientation property.
|
java.math.BigInteger |
getOpenlrPositiveOffset()
Gets the value of the openlrPositiveOffset property.
|
OpenlrSideOfRoadEnum |
getOpenlrSideOfRoad()
Gets the value of the openlrSideOfRoad property.
|
void |
setOpenlrBasePointLocationExtension(ExtensionType value)
Sets the value of the openlrBasePointLocationExtension property.
|
void |
setOpenlrLastLocationReferencePoint(OpenlrLastLocationReferencePoint value)
Sets the value of the openlrLastLocationReferencePoint property.
|
void |
setOpenlrLocationReferencePoint(OpenlrLocationReferencePoint value)
Sets the value of the openlrLocationReferencePoint property.
|
void |
setOpenlrOrientation(OpenlrOrientationEnum value)
Sets the value of the openlrOrientation property.
|
void |
setOpenlrPositiveOffset(java.math.BigInteger value)
Sets the value of the openlrPositiveOffset property.
|
void |
setOpenlrSideOfRoad(OpenlrSideOfRoadEnum value)
Sets the value of the openlrSideOfRoad property.
|
protected OpenlrSideOfRoadEnum openlrSideOfRoad
protected OpenlrOrientationEnum openlrOrientation
protected java.math.BigInteger openlrPositiveOffset
protected OpenlrLocationReferencePoint openlrLocationReferencePoint
protected OpenlrLastLocationReferencePoint openlrLastLocationReferencePoint
protected ExtensionType openlrBasePointLocationExtension
public OpenlrSideOfRoadEnum getOpenlrSideOfRoad()
OpenlrSideOfRoadEnum
public void setOpenlrSideOfRoad(OpenlrSideOfRoadEnum value)
value
- allowed object is
OpenlrSideOfRoadEnum
public OpenlrOrientationEnum getOpenlrOrientation()
OpenlrOrientationEnum
public void setOpenlrOrientation(OpenlrOrientationEnum value)
value
- allowed object is
OpenlrOrientationEnum
public java.math.BigInteger getOpenlrPositiveOffset()
BigInteger
public void setOpenlrPositiveOffset(java.math.BigInteger value)
value
- allowed object is
BigInteger
public OpenlrLocationReferencePoint getOpenlrLocationReferencePoint()
OpenlrLocationReferencePoint
public void setOpenlrLocationReferencePoint(OpenlrLocationReferencePoint value)
value
- allowed object is
OpenlrLocationReferencePoint
public OpenlrLastLocationReferencePoint getOpenlrLastLocationReferencePoint()
OpenlrLastLocationReferencePoint
public void setOpenlrLastLocationReferencePoint(OpenlrLastLocationReferencePoint value)
value
- allowed object is
OpenlrLastLocationReferencePoint
public ExtensionType getOpenlrBasePointLocationExtension()
ExtensionType
public void setOpenlrBasePointLocationExtension(ExtensionType value)
value
- allowed object is
ExtensionType