public class OpenlrPointLocationReference
extends java.lang.Object
Java class for OpenlrPointLocationReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpenlrPointLocationReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="openlrGeoCoordinate" type="{http://datex2.eu/schema/2/2_0}OpenlrGeoCoordinate" minOccurs="0"/>
<element name="openlrPoiWithAccessPoint" type="{http://datex2.eu/schema/2/2_0}OpenlrPoiWithAccessPoint" minOccurs="0"/>
<element name="openlrPointAlongLine" type="{http://datex2.eu/schema/2/2_0}OpenlrPointAlongLine" minOccurs="0"/>
<element name="openlrPointLocationReferenceExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OpenlrGeoCoordinate |
openlrGeoCoordinate |
protected OpenlrPointAlongLine |
openlrPointAlongLine |
protected ExtensionType |
openlrPointLocationReferenceExtension |
protected OpenlrPoiWithAccessPoint |
openlrPoiWithAccessPoint |
| Constructor and Description |
|---|
OpenlrPointLocationReference() |
| Modifier and Type | Method and Description |
|---|---|
OpenlrGeoCoordinate |
getOpenlrGeoCoordinate()
Gets the value of the openlrGeoCoordinate property.
|
OpenlrPointAlongLine |
getOpenlrPointAlongLine()
Gets the value of the openlrPointAlongLine property.
|
ExtensionType |
getOpenlrPointLocationReferenceExtension()
Gets the value of the openlrPointLocationReferenceExtension property.
|
OpenlrPoiWithAccessPoint |
getOpenlrPoiWithAccessPoint()
Gets the value of the openlrPoiWithAccessPoint property.
|
void |
setOpenlrGeoCoordinate(OpenlrGeoCoordinate value)
Sets the value of the openlrGeoCoordinate property.
|
void |
setOpenlrPointAlongLine(OpenlrPointAlongLine value)
Sets the value of the openlrPointAlongLine property.
|
void |
setOpenlrPointLocationReferenceExtension(ExtensionType value)
Sets the value of the openlrPointLocationReferenceExtension property.
|
void |
setOpenlrPoiWithAccessPoint(OpenlrPoiWithAccessPoint value)
Sets the value of the openlrPoiWithAccessPoint property.
|
protected OpenlrGeoCoordinate openlrGeoCoordinate
protected OpenlrPoiWithAccessPoint openlrPoiWithAccessPoint
protected OpenlrPointAlongLine openlrPointAlongLine
protected ExtensionType openlrPointLocationReferenceExtension
public OpenlrGeoCoordinate getOpenlrGeoCoordinate()
OpenlrGeoCoordinatepublic void setOpenlrGeoCoordinate(OpenlrGeoCoordinate value)
value - allowed object is
OpenlrGeoCoordinatepublic OpenlrPoiWithAccessPoint getOpenlrPoiWithAccessPoint()
OpenlrPoiWithAccessPointpublic void setOpenlrPoiWithAccessPoint(OpenlrPoiWithAccessPoint value)
value - allowed object is
OpenlrPoiWithAccessPointpublic OpenlrPointAlongLine getOpenlrPointAlongLine()
OpenlrPointAlongLinepublic void setOpenlrPointAlongLine(OpenlrPointAlongLine value)
value - allowed object is
OpenlrPointAlongLinepublic ExtensionType getOpenlrPointLocationReferenceExtension()
ExtensionTypepublic void setOpenlrPointLocationReferenceExtension(ExtensionType value)
value - allowed object is
ExtensionType