public class DistanceFromLinearElementReferent extends DistanceAlongLinearElement
Java class for DistanceFromLinearElementReferent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistanceFromLinearElementReferent"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}DistanceAlongLinearElement"> <sequence> <element name="distanceAlong" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat"/> <element name="fromReferent" type="{http://datex2.eu/schema/2/2_0}Referent"/> <element name="towardsReferent" type="{http://datex2.eu/schema/2/2_0}Referent" minOccurs="0"/> <element name="distanceFromLinearElementReferentExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected float |
distanceAlong |
protected ExtensionType |
distanceFromLinearElementReferentExtension |
protected Referent |
fromReferent |
protected Referent |
towardsReferent |
distanceAlongLinearElementExtension
Constructor and Description |
---|
DistanceFromLinearElementReferent() |
Modifier and Type | Method and Description |
---|---|
float |
getDistanceAlong()
Gets the value of the distanceAlong property.
|
ExtensionType |
getDistanceFromLinearElementReferentExtension()
Gets the value of the distanceFromLinearElementReferentExtension property.
|
Referent |
getFromReferent()
Gets the value of the fromReferent property.
|
Referent |
getTowardsReferent()
Gets the value of the towardsReferent property.
|
void |
setDistanceAlong(float value)
Sets the value of the distanceAlong property.
|
void |
setDistanceFromLinearElementReferentExtension(ExtensionType value)
Sets the value of the distanceFromLinearElementReferentExtension property.
|
void |
setFromReferent(Referent value)
Sets the value of the fromReferent property.
|
void |
setTowardsReferent(Referent value)
Sets the value of the towardsReferent property.
|
getDistanceAlongLinearElementExtension, setDistanceAlongLinearElementExtension
protected float distanceAlong
protected Referent fromReferent
protected Referent towardsReferent
protected ExtensionType distanceFromLinearElementReferentExtension
public float getDistanceAlong()
public void setDistanceAlong(float value)
value
- distanceAlongpublic Referent getFromReferent()
Referent
public void setFromReferent(Referent value)
value
- allowed object is
Referent
public Referent getTowardsReferent()
Referent
public void setTowardsReferent(Referent value)
value
- allowed object is
Referent
public ExtensionType getDistanceFromLinearElementReferentExtension()
ExtensionType
public void setDistanceFromLinearElementReferentExtension(ExtensionType value)
value
- allowed object is
ExtensionType