public class ExtendedLinear
extends java.lang.Object
Java class for ExtendedLinear complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtendedLinear"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="linearByCoordinates" type="{http://datex2.eu/schema/2/2_0}LinearByCoordinates" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected LinearByCoordinates |
linearByCoordinates |
Constructor and Description |
---|
ExtendedLinear() |
Modifier and Type | Method and Description |
---|---|
LinearByCoordinates |
getLinearByCoordinates()
Gets the value of the linearByCoordinates property.
|
void |
setLinearByCoordinates(LinearByCoordinates value)
Sets the value of the linearByCoordinates property.
|
protected LinearByCoordinates linearByCoordinates
public LinearByCoordinates getLinearByCoordinates()
LinearByCoordinates
public void setLinearByCoordinates(LinearByCoordinates value)
value
- allowed object is
LinearByCoordinates