public abstract class OpenlrBaseLocationReferencePoint
extends java.lang.Object
Java class for OpenlrBaseLocationReferencePoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpenlrBaseLocationReferencePoint"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="openlrCoordinate" type="{http://datex2.eu/schema/2/2_0}PointCoordinates"/> <element name="openlrLineAttributes" type="{http://datex2.eu/schema/2/2_0}OpenlrLineAttributes"/> <element name="openlrBaseLocationReferencePointExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
openlrBaseLocationReferencePointExtension |
protected PointCoordinates |
openlrCoordinate |
protected OpenlrLineAttributes |
openlrLineAttributes |
Constructor and Description |
---|
OpenlrBaseLocationReferencePoint() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getOpenlrBaseLocationReferencePointExtension()
Gets the value of the openlrBaseLocationReferencePointExtension property.
|
PointCoordinates |
getOpenlrCoordinate()
Gets the value of the openlrCoordinate property.
|
OpenlrLineAttributes |
getOpenlrLineAttributes()
Gets the value of the openlrLineAttributes property.
|
void |
setOpenlrBaseLocationReferencePointExtension(ExtensionType value)
Sets the value of the openlrBaseLocationReferencePointExtension property.
|
void |
setOpenlrCoordinate(PointCoordinates value)
Sets the value of the openlrCoordinate property.
|
void |
setOpenlrLineAttributes(OpenlrLineAttributes value)
Sets the value of the openlrLineAttributes property.
|
protected PointCoordinates openlrCoordinate
protected OpenlrLineAttributes openlrLineAttributes
protected ExtensionType openlrBaseLocationReferencePointExtension
public PointCoordinates getOpenlrCoordinate()
PointCoordinates
public void setOpenlrCoordinate(PointCoordinates value)
value
- allowed object is
PointCoordinates
public OpenlrLineAttributes getOpenlrLineAttributes()
OpenlrLineAttributes
public void setOpenlrLineAttributes(OpenlrLineAttributes value)
value
- allowed object is
OpenlrLineAttributes
public ExtensionType getOpenlrBaseLocationReferencePointExtension()
ExtensionType
public void setOpenlrBaseLocationReferencePointExtension(ExtensionType value)
value
- allowed object is
ExtensionType