public class LinearWithinLinearElement
extends java.lang.Object
Java class for LinearWithinLinearElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinearWithinLinearElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="linearElement" type="{http://datex2.eu/schema/2/2_0}LinearElement"/>
<element name="fromPoint" type="{http://datex2.eu/schema/2/2_0}DistanceAlongLinearElement"/>
<element name="toPoint" type="{http://datex2.eu/schema/2/2_0}DistanceAlongLinearElement"/>
<element name="linearWithinLinearElementExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DistanceAlongLinearElement |
fromPoint |
protected LinearElement |
linearElement |
protected ExtensionType |
linearWithinLinearElementExtension |
protected DistanceAlongLinearElement |
toPoint |
| Constructor and Description |
|---|
LinearWithinLinearElement() |
| Modifier and Type | Method and Description |
|---|---|
DistanceAlongLinearElement |
getFromPoint()
Gets the value of the fromPoint property.
|
LinearElement |
getLinearElement()
Gets the value of the linearElement property.
|
ExtensionType |
getLinearWithinLinearElementExtension()
Gets the value of the linearWithinLinearElementExtension property.
|
DistanceAlongLinearElement |
getToPoint()
Gets the value of the toPoint property.
|
void |
setFromPoint(DistanceAlongLinearElement value)
Sets the value of the fromPoint property.
|
void |
setLinearElement(LinearElement value)
Sets the value of the linearElement property.
|
void |
setLinearWithinLinearElementExtension(ExtensionType value)
Sets the value of the linearWithinLinearElementExtension property.
|
void |
setToPoint(DistanceAlongLinearElement value)
Sets the value of the toPoint property.
|
protected LinearElement linearElement
protected DistanceAlongLinearElement fromPoint
protected DistanceAlongLinearElement toPoint
protected ExtensionType linearWithinLinearElementExtension
public LinearElement getLinearElement()
LinearElementpublic void setLinearElement(LinearElement value)
value - allowed object is
LinearElementpublic DistanceAlongLinearElement getFromPoint()
DistanceAlongLinearElementpublic void setFromPoint(DistanceAlongLinearElement value)
value - allowed object is
DistanceAlongLinearElementpublic DistanceAlongLinearElement getToPoint()
DistanceAlongLinearElementpublic void setToPoint(DistanceAlongLinearElement value)
value - allowed object is
DistanceAlongLinearElementpublic ExtensionType getLinearWithinLinearElementExtension()
ExtensionTypepublic void setLinearWithinLinearElementExtension(ExtensionType value)
value - allowed object is
ExtensionType