public class PointExtended extends Object
Java class for PointExtended complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointExtended">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="junction" type="{http://datex2.eu/schema/2/2_0}Junction" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MultilingualString |
description |
protected Junction |
junction |
| Constructor and Description |
|---|
PointExtended() |
| Modifier and Type | Method and Description |
|---|---|
MultilingualString |
getDescription()
Gets the value of the description property.
|
Junction |
getJunction()
Gets the value of the junction property.
|
void |
setDescription(MultilingualString value)
Sets the value of the description property.
|
void |
setJunction(Junction value)
Sets the value of the junction property.
|
protected MultilingualString description
protected Junction junction
public MultilingualString getDescription()
MultilingualStringpublic void setDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic Junction getJunction()
JunctionCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.