public class SupplementaryPositionalDescription
extends java.lang.Object
Java-Klasse für SupplementaryPositionalDescription complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="SupplementaryPositionalDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sequentialRampNumber" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<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 java.math.BigInteger |
sequentialRampNumber |
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.
|
java.math.BigInteger |
getSequentialRampNumber()
Ruft den Wert der sequentialRampNumber-Eigenschaft ab.
|
ExtensionType |
getSupplementaryPositionalDescriptionExtension()
Ruft den Wert der supplementaryPositionalDescriptionExtension-Eigenschaft ab.
|
void |
setSequentialRampNumber(java.math.BigInteger value)
Legt den Wert der sequentialRampNumber-Eigenschaft fest.
|
void |
setSupplementaryPositionalDescriptionExtension(ExtensionType value)
Legt den Wert der supplementaryPositionalDescriptionExtension-Eigenschaft fest.
|
protected java.math.BigInteger sequentialRampNumber
protected java.util.List<AffectedCarriagewayAndLanes> affectedCarriagewayAndLanes
protected ExtensionType supplementaryPositionalDescriptionExtension
public java.math.BigInteger getSequentialRampNumber()
BigIntegerpublic void setSequentialRampNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic 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()
ExtensionTypepublic void setSupplementaryPositionalDescriptionExtension(ExtensionType value)
value - allowed object is
ExtensionType