public class LinearByCoordinates
extends java.lang.Object
Java class for LinearByCoordinates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinearByCoordinates"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="directed" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/> <element name="roadName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/> <element name="roadNumber" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/> <element name="start" type="{http://datex2.eu/schema/2/2_0}PointCoordinates"/> <element name="intermediate" type="{http://datex2.eu/schema/2/2_0}_Intermediate" maxOccurs="unbounded" minOccurs="0"/> <element name="end" type="{http://datex2.eu/schema/2/2_0}PointCoordinates"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
directed |
protected PointCoordinates |
end |
protected java.util.List<Intermediate> |
intermediate |
protected MultilingualString |
roadName |
protected java.lang.String |
roadNumber |
protected PointCoordinates |
start |
Constructor and Description |
---|
LinearByCoordinates() |
Modifier and Type | Method and Description |
---|---|
PointCoordinates |
getEnd()
Gets the value of the end property.
|
java.util.List<Intermediate> |
getIntermediate()
Gets the value of the intermediate property.
|
MultilingualString |
getRoadName()
Gets the value of the roadName property.
|
java.lang.String |
getRoadNumber()
Gets the value of the roadNumber property.
|
PointCoordinates |
getStart()
Gets the value of the start property.
|
java.lang.Boolean |
isDirected()
Gets the value of the directed property.
|
void |
setDirected(java.lang.Boolean value)
Sets the value of the directed property.
|
void |
setEnd(PointCoordinates value)
Sets the value of the end property.
|
void |
setRoadName(MultilingualString value)
Sets the value of the roadName property.
|
void |
setRoadNumber(java.lang.String value)
Sets the value of the roadNumber property.
|
void |
setStart(PointCoordinates value)
Sets the value of the start property.
|
protected java.lang.Boolean directed
protected MultilingualString roadName
protected java.lang.String roadNumber
protected PointCoordinates start
protected java.util.List<Intermediate> intermediate
protected PointCoordinates end
public java.lang.Boolean isDirected()
Boolean
public void setDirected(java.lang.Boolean value)
value
- allowed object is
Boolean
public MultilingualString getRoadName()
MultilingualString
public void setRoadName(MultilingualString value)
value
- allowed object is
MultilingualString
public java.lang.String getRoadNumber()
String
public void setRoadNumber(java.lang.String value)
value
- allowed object is
String
public PointCoordinates getStart()
PointCoordinates
public void setStart(PointCoordinates value)
value
- allowed object is
PointCoordinates
public java.util.List<Intermediate> getIntermediate()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the intermediate property.
For example, to add a new item, do as follows:
getIntermediate().add(newItem);
Objects of the following type(s) are allowed in the list
Intermediate
public PointCoordinates getEnd()
PointCoordinates
public void setEnd(PointCoordinates value)
value
- allowed object is
PointCoordinates