public class PointAlongLinearElement
extends java.lang.Object
Java class for PointAlongLinearElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointAlongLinearElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="administrativeAreaOfPoint" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="directionBoundAtPoint" type="{http://datex2.eu/schema/2/2_0}DirectionEnum" minOccurs="0"/>
<element name="directionRelativeAtPoint" type="{http://datex2.eu/schema/2/2_0}LinearReferencingDirectionEnum" minOccurs="0"/>
<element name="heightGradeOfPoint" type="{http://datex2.eu/schema/2/2_0}HeightGradeEnum" minOccurs="0"/>
<element name="linearElement" type="{http://datex2.eu/schema/2/2_0}LinearElement"/>
<element name="distanceAlongLinearElement" type="{http://datex2.eu/schema/2/2_0}DistanceAlongLinearElement"/>
<element name="pointAlongLinearElementExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MultilingualString |
administrativeAreaOfPoint |
protected DirectionEnum |
directionBoundAtPoint |
protected LinearReferencingDirectionEnum |
directionRelativeAtPoint |
protected DistanceAlongLinearElement |
distanceAlongLinearElement |
protected HeightGradeEnum |
heightGradeOfPoint |
protected LinearElement |
linearElement |
protected ExtensionType |
pointAlongLinearElementExtension |
| Constructor and Description |
|---|
PointAlongLinearElement() |
| Modifier and Type | Method and Description |
|---|---|
MultilingualString |
getAdministrativeAreaOfPoint()
Gets the value of the administrativeAreaOfPoint property.
|
DirectionEnum |
getDirectionBoundAtPoint()
Gets the value of the directionBoundAtPoint property.
|
LinearReferencingDirectionEnum |
getDirectionRelativeAtPoint()
Gets the value of the directionRelativeAtPoint property.
|
DistanceAlongLinearElement |
getDistanceAlongLinearElement()
Gets the value of the distanceAlongLinearElement property.
|
HeightGradeEnum |
getHeightGradeOfPoint()
Gets the value of the heightGradeOfPoint property.
|
LinearElement |
getLinearElement()
Gets the value of the linearElement property.
|
ExtensionType |
getPointAlongLinearElementExtension()
Gets the value of the pointAlongLinearElementExtension property.
|
void |
setAdministrativeAreaOfPoint(MultilingualString value)
Sets the value of the administrativeAreaOfPoint property.
|
void |
setDirectionBoundAtPoint(DirectionEnum value)
Sets the value of the directionBoundAtPoint property.
|
void |
setDirectionRelativeAtPoint(LinearReferencingDirectionEnum value)
Sets the value of the directionRelativeAtPoint property.
|
void |
setDistanceAlongLinearElement(DistanceAlongLinearElement value)
Sets the value of the distanceAlongLinearElement property.
|
void |
setHeightGradeOfPoint(HeightGradeEnum value)
Sets the value of the heightGradeOfPoint property.
|
void |
setLinearElement(LinearElement value)
Sets the value of the linearElement property.
|
void |
setPointAlongLinearElementExtension(ExtensionType value)
Sets the value of the pointAlongLinearElementExtension property.
|
protected MultilingualString administrativeAreaOfPoint
protected DirectionEnum directionBoundAtPoint
protected LinearReferencingDirectionEnum directionRelativeAtPoint
protected HeightGradeEnum heightGradeOfPoint
protected LinearElement linearElement
protected DistanceAlongLinearElement distanceAlongLinearElement
protected ExtensionType pointAlongLinearElementExtension
public MultilingualString getAdministrativeAreaOfPoint()
MultilingualStringpublic void setAdministrativeAreaOfPoint(MultilingualString value)
value - allowed object is
MultilingualStringpublic DirectionEnum getDirectionBoundAtPoint()
DirectionEnumpublic void setDirectionBoundAtPoint(DirectionEnum value)
value - allowed object is
DirectionEnumpublic LinearReferencingDirectionEnum getDirectionRelativeAtPoint()
LinearReferencingDirectionEnumpublic void setDirectionRelativeAtPoint(LinearReferencingDirectionEnum value)
value - allowed object is
LinearReferencingDirectionEnumpublic HeightGradeEnum getHeightGradeOfPoint()
HeightGradeEnumpublic void setHeightGradeOfPoint(HeightGradeEnum value)
value - allowed object is
HeightGradeEnumpublic LinearElement getLinearElement()
LinearElementpublic void setLinearElement(LinearElement value)
value - allowed object is
LinearElementpublic DistanceAlongLinearElement getDistanceAlongLinearElement()
DistanceAlongLinearElementpublic void setDistanceAlongLinearElement(DistanceAlongLinearElement value)
value - allowed object is
DistanceAlongLinearElementpublic ExtensionType getPointAlongLinearElementExtension()
ExtensionTypepublic void setPointAlongLinearElementExtension(ExtensionType value)
value - allowed object is
ExtensionType