Package | Description |
---|---|
eu.datex2.schema.dynamisch.tmcmeldungen |
Modifier and Type | Field and Description |
---|---|
protected Referent |
LinearElementByPoints.endPointOfLinearElement |
protected Referent |
DistanceFromLinearElementReferent.fromReferent |
protected Referent |
IntermediatePointOnLinearElement.referent |
protected Referent |
LinearElementByPoints.startPointOfLinearElement |
protected Referent |
DistanceFromLinearElementReferent.towardsReferent |
Modifier and Type | Method and Description |
---|---|
Referent |
ObjectFactory.createReferent()
Create an instance of
Referent |
Referent |
LinearElementByPoints.getEndPointOfLinearElement()
Gets the value of the endPointOfLinearElement property.
|
Referent |
DistanceFromLinearElementReferent.getFromReferent()
Gets the value of the fromReferent property.
|
Referent |
IntermediatePointOnLinearElement.getReferent()
Gets the value of the referent property.
|
Referent |
LinearElementByPoints.getStartPointOfLinearElement()
Gets the value of the startPointOfLinearElement property.
|
Referent |
DistanceFromLinearElementReferent.getTowardsReferent()
Gets the value of the towardsReferent property.
|
Modifier and Type | Method and Description |
---|---|
void |
LinearElementByPoints.setEndPointOfLinearElement(Referent value)
Sets the value of the endPointOfLinearElement property.
|
void |
DistanceFromLinearElementReferent.setFromReferent(Referent value)
Sets the value of the fromReferent property.
|
void |
IntermediatePointOnLinearElement.setReferent(Referent value)
Sets the value of the referent property.
|
void |
LinearElementByPoints.setStartPointOfLinearElement(Referent value)
Sets the value of the startPointOfLinearElement property.
|
void |
DistanceFromLinearElementReferent.setTowardsReferent(Referent value)
Sets the value of the towardsReferent property.
|