public class LinearElementByPoints extends LinearElement
Java class for LinearElementByPoints complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinearElementByPoints"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}LinearElement"> <sequence> <element name="startPointOfLinearElement" type="{http://datex2.eu/schema/2/2_0}Referent"/> <element name="intermediatePointOnLinearElement" type="{http://datex2.eu/schema/2/2_0}_IntermediatePointOnLinearElement" maxOccurs="unbounded" minOccurs="0"/> <element name="endPointOfLinearElement" type="{http://datex2.eu/schema/2/2_0}Referent"/> <element name="linearElementByPointsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Referent |
endPointOfLinearElement |
protected java.util.List<IntermediatePointOnLinearElement> |
intermediatePointOnLinearElements |
protected ExtensionType |
linearElementByPointsExtension |
protected Referent |
startPointOfLinearElement |
linearElementExtension, linearElementReferenceModel, linearElementReferenceModelVersion, roadName, roadNumber
Constructor and Description |
---|
LinearElementByPoints() |
Modifier and Type | Method and Description |
---|---|
Referent |
getEndPointOfLinearElement()
Gets the value of the endPointOfLinearElement property.
|
java.util.List<IntermediatePointOnLinearElement> |
getIntermediatePointOnLinearElements()
Gets the value of the intermediatePointOnLinearElements property.
|
ExtensionType |
getLinearElementByPointsExtension()
Gets the value of the linearElementByPointsExtension property.
|
Referent |
getStartPointOfLinearElement()
Gets the value of the startPointOfLinearElement property.
|
void |
setEndPointOfLinearElement(Referent value)
Sets the value of the endPointOfLinearElement property.
|
void |
setLinearElementByPointsExtension(ExtensionType value)
Sets the value of the linearElementByPointsExtension property.
|
void |
setStartPointOfLinearElement(Referent value)
Sets the value of the startPointOfLinearElement property.
|
getLinearElementExtension, getLinearElementReferenceModel, getLinearElementReferenceModelVersion, getRoadName, getRoadNumber, setLinearElementExtension, setLinearElementReferenceModel, setLinearElementReferenceModelVersion, setRoadName, setRoadNumber
protected Referent startPointOfLinearElement
protected java.util.List<IntermediatePointOnLinearElement> intermediatePointOnLinearElements
protected Referent endPointOfLinearElement
protected ExtensionType linearElementByPointsExtension
public Referent getStartPointOfLinearElement()
Referent
public void setStartPointOfLinearElement(Referent value)
value
- allowed object is
Referent
public java.util.List<IntermediatePointOnLinearElement> getIntermediatePointOnLinearElements()
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 intermediatePointOnLinearElements property.
For example, to add a new item, do as follows:
getIntermediatePointOnLinearElements().add(newItem);
Objects of the following type(s) are allowed in the list
IntermediatePointOnLinearElement
public Referent getEndPointOfLinearElement()
Referent
public void setEndPointOfLinearElement(Referent value)
value
- allowed object is
Referent
public ExtensionType getLinearElementByPointsExtension()
ExtensionType
public void setLinearElementByPointsExtension(ExtensionType value)
value
- allowed object is
ExtensionType