public class OpenlrLineLocationReference
extends java.lang.Object
Java-Klasse für OpenlrLineLocationReference complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="OpenlrLineLocationReference"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="openlrLocationReferencePoint" type="{http://datex2.eu/schema/2/2_0}OpenlrLocationReferencePoint" maxOccurs="unbounded"/> <element name="openlrLastLocationReferencePoint" type="{http://datex2.eu/schema/2/2_0}OpenlrLastLocationReferencePoint"/> <element name="openlrOffsets" type="{http://datex2.eu/schema/2/2_0}OpenlrOffsets" minOccurs="0"/> <element name="openlrLineLocationReferenceExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected OpenlrLastLocationReferencePoint |
openlrLastLocationReferencePoint |
protected ExtensionType |
openlrLineLocationReferenceExtension |
protected java.util.List<OpenlrLocationReferencePoint> |
openlrLocationReferencePoint |
protected OpenlrOffsets |
openlrOffsets |
Constructor and Description |
---|
OpenlrLineLocationReference() |
Modifier and Type | Method and Description |
---|---|
OpenlrLastLocationReferencePoint |
getOpenlrLastLocationReferencePoint()
Ruft den Wert der openlrLastLocationReferencePoint-Eigenschaft ab.
|
ExtensionType |
getOpenlrLineLocationReferenceExtension()
Ruft den Wert der openlrLineLocationReferenceExtension-Eigenschaft ab.
|
java.util.List<OpenlrLocationReferencePoint> |
getOpenlrLocationReferencePoint()
Gets the value of the openlrLocationReferencePoint property.
|
OpenlrOffsets |
getOpenlrOffsets()
Ruft den Wert der openlrOffsets-Eigenschaft ab.
|
void |
setOpenlrLastLocationReferencePoint(OpenlrLastLocationReferencePoint value)
Legt den Wert der openlrLastLocationReferencePoint-Eigenschaft fest.
|
void |
setOpenlrLineLocationReferenceExtension(ExtensionType value)
Legt den Wert der openlrLineLocationReferenceExtension-Eigenschaft fest.
|
void |
setOpenlrOffsets(OpenlrOffsets value)
Legt den Wert der openlrOffsets-Eigenschaft fest.
|
protected java.util.List<OpenlrLocationReferencePoint> openlrLocationReferencePoint
protected OpenlrLastLocationReferencePoint openlrLastLocationReferencePoint
protected OpenlrOffsets openlrOffsets
protected ExtensionType openlrLineLocationReferenceExtension
public java.util.List<OpenlrLocationReferencePoint> getOpenlrLocationReferencePoint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the openlrLocationReferencePoint property.
For example, to add a new item, do as follows:
getOpenlrLocationReferencePoint().add(newItem);
Objects of the following type(s) are allowed in the list
OpenlrLocationReferencePoint
public OpenlrLastLocationReferencePoint getOpenlrLastLocationReferencePoint()
OpenlrLastLocationReferencePoint
public void setOpenlrLastLocationReferencePoint(OpenlrLastLocationReferencePoint value)
value
- allowed object is
OpenlrLastLocationReferencePoint
public OpenlrOffsets getOpenlrOffsets()
OpenlrOffsets
public void setOpenlrOffsets(OpenlrOffsets value)
value
- allowed object is
OpenlrOffsets
public ExtensionType getOpenlrLineLocationReferenceExtension()
ExtensionType
public void setOpenlrLineLocationReferenceExtension(ExtensionType value)
value
- allowed object is
ExtensionType