public class SupplementaryPositionalDescription
extends java.lang.Object
Java class for SupplementaryPositionalDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SupplementaryPositionalDescription"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="affectedCarriagewayAndLanes" type="{http://datex2.eu/schema/2/2_0}AffectedCarriagewayAndLanes" maxOccurs="unbounded" minOccurs="0"/> <element name="supplementaryPositionalDescriptionExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AffectedCarriagewayAndLanes> |
affectedCarriagewayAndLanes |
protected ExtensionType |
supplementaryPositionalDescriptionExtension |
Constructor and Description |
---|
SupplementaryPositionalDescription() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AffectedCarriagewayAndLanes> |
getAffectedCarriagewayAndLanes()
Gets the value of the affectedCarriagewayAndLanes property.
|
ExtensionType |
getSupplementaryPositionalDescriptionExtension()
Gets the value of the supplementaryPositionalDescriptionExtension property.
|
void |
setSupplementaryPositionalDescriptionExtension(ExtensionType value)
Sets the value of the supplementaryPositionalDescriptionExtension property.
|
protected java.util.List<AffectedCarriagewayAndLanes> affectedCarriagewayAndLanes
protected ExtensionType supplementaryPositionalDescriptionExtension
public java.util.List<AffectedCarriagewayAndLanes> getAffectedCarriagewayAndLanes()
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 affectedCarriagewayAndLanes property.
For example, to add a new item, do as follows:
getAffectedCarriagewayAndLanes().add(newItem);
Objects of the following type(s) are allowed in the list
AffectedCarriagewayAndLanes
public ExtensionType getSupplementaryPositionalDescriptionExtension()
ExtensionType
public void setSupplementaryPositionalDescriptionExtension(ExtensionType value)
value
- allowed object is
ExtensionType