public class OpenlrPointLocationReference
extends java.lang.Object
Java-Klasse für OpenlrPointLocationReference complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der openlrGeoCoordinate-Eigenschaft ab.
|
OpenlrPointAlongLine |
getOpenlrPointAlongLine()
Ruft den Wert der openlrPointAlongLine-Eigenschaft ab.
|
ExtensionType |
getOpenlrPointLocationReferenceExtension()
Ruft den Wert der openlrPointLocationReferenceExtension-Eigenschaft ab.
|
OpenlrPoiWithAccessPoint |
getOpenlrPoiWithAccessPoint()
Ruft den Wert der openlrPoiWithAccessPoint-Eigenschaft ab.
|
void |
setOpenlrGeoCoordinate(OpenlrGeoCoordinate value)
Legt den Wert der openlrGeoCoordinate-Eigenschaft fest.
|
void |
setOpenlrPointAlongLine(OpenlrPointAlongLine value)
Legt den Wert der openlrPointAlongLine-Eigenschaft fest.
|
void |
setOpenlrPointLocationReferenceExtension(ExtensionType value)
Legt den Wert der openlrPointLocationReferenceExtension-Eigenschaft fest.
|
void |
setOpenlrPoiWithAccessPoint(OpenlrPoiWithAccessPoint value)
Legt den Wert der openlrPoiWithAccessPoint-Eigenschaft fest.
|
protected OpenlrGeoCoordinate openlrGeoCoordinate
protected OpenlrPoiWithAccessPoint openlrPoiWithAccessPoint
protected OpenlrPointAlongLine openlrPointAlongLine
protected ExtensionType openlrPointLocationReferenceExtension
public OpenlrGeoCoordinate getOpenlrGeoCoordinate()
OpenlrGeoCoordinate
public void setOpenlrGeoCoordinate(OpenlrGeoCoordinate value)
value
- allowed object is
OpenlrGeoCoordinate
public OpenlrPoiWithAccessPoint getOpenlrPoiWithAccessPoint()
OpenlrPoiWithAccessPoint
public void setOpenlrPoiWithAccessPoint(OpenlrPoiWithAccessPoint value)
value
- allowed object is
OpenlrPoiWithAccessPoint
public OpenlrPointAlongLine getOpenlrPointAlongLine()
OpenlrPointAlongLine
public void setOpenlrPointAlongLine(OpenlrPointAlongLine value)
value
- allowed object is
OpenlrPointAlongLine
public ExtensionType getOpenlrPointLocationReferenceExtension()
ExtensionType
public void setOpenlrPointLocationReferenceExtension(ExtensionType value)
value
- allowed object is
ExtensionType