public class OpenlrLineLocationReference
extends java.lang.Object
Java class for OpenlrLineLocationReference complex type.
The following schema fragment specifies the expected content contained within this class.
<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> |
openlrLocationReferencePoints |
protected OpenlrOffsets |
openlrOffsets |
| Constructor and Description |
|---|
OpenlrLineLocationReference() |
| Modifier and Type | Method and Description |
|---|---|
OpenlrLastLocationReferencePoint |
getOpenlrLastLocationReferencePoint()
Gets the value of the openlrLastLocationReferencePoint property.
|
ExtensionType |
getOpenlrLineLocationReferenceExtension()
Gets the value of the openlrLineLocationReferenceExtension property.
|
java.util.List<OpenlrLocationReferencePoint> |
getOpenlrLocationReferencePoints()
Gets the value of the openlrLocationReferencePoints property.
|
OpenlrOffsets |
getOpenlrOffsets()
Gets the value of the openlrOffsets property.
|
void |
setOpenlrLastLocationReferencePoint(OpenlrLastLocationReferencePoint value)
Sets the value of the openlrLastLocationReferencePoint property.
|
void |
setOpenlrLineLocationReferenceExtension(ExtensionType value)
Sets the value of the openlrLineLocationReferenceExtension property.
|
void |
setOpenlrOffsets(OpenlrOffsets value)
Sets the value of the openlrOffsets property.
|
protected java.util.List<OpenlrLocationReferencePoint> openlrLocationReferencePoints
protected OpenlrLastLocationReferencePoint openlrLastLocationReferencePoint
protected OpenlrOffsets openlrOffsets
protected ExtensionType openlrLineLocationReferenceExtension
public java.util.List<OpenlrLocationReferencePoint> getOpenlrLocationReferencePoints()
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 openlrLocationReferencePoints property.
For example, to add a new item, do as follows:
getOpenlrLocationReferencePoints().add(newItem);
Objects of the following type(s) are allowed in the list
OpenlrLocationReferencePoint
public OpenlrLastLocationReferencePoint getOpenlrLastLocationReferencePoint()
OpenlrLastLocationReferencePointpublic void setOpenlrLastLocationReferencePoint(OpenlrLastLocationReferencePoint value)
value - allowed object is
OpenlrLastLocationReferencePointpublic OpenlrOffsets getOpenlrOffsets()
OpenlrOffsetspublic void setOpenlrOffsets(OpenlrOffsets value)
value - allowed object is
OpenlrOffsetspublic ExtensionType getOpenlrLineLocationReferenceExtension()
ExtensionTypepublic void setOpenlrLineLocationReferenceExtension(ExtensionType value)
value - allowed object is
ExtensionType