public class SupplementaryPositionalDescription extends 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="locationDescriptor" type="{http://datex2.eu/schema/2/2_0}LocationDescriptorEnum" maxOccurs="unbounded" minOccurs="0"/>
<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>
<attribute name="locationPrecision" type="{http://datex2.eu/schema/2/2_0}MetresAsNonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AffectedCarriagewayAndLanes> |
affectedCarriagewayAndLanes |
protected List<LocationDescriptorEnum> |
locationDescriptor |
protected Long |
locationPrecision |
protected Long |
sequentialRampNumber |
protected ExtensionType |
supplementaryPositionalDescriptionExtension |
| Constructor and Description |
|---|
SupplementaryPositionalDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<AffectedCarriagewayAndLanes> |
getAffectedCarriagewayAndLanes()
Gets the value of the affectedCarriagewayAndLanes property.
|
List<LocationDescriptorEnum> |
getLocationDescriptor()
Gets the value of the locationDescriptor property.
|
Long |
getLocationPrecision()
Gets the value of the locationPrecision property.
|
Long |
getSequentialRampNumber()
Gets the value of the sequentialRampNumber property.
|
ExtensionType |
getSupplementaryPositionalDescriptionExtension()
Gets the value of the supplementaryPositionalDescriptionExtension property.
|
void |
setLocationPrecision(Long value)
Sets the value of the locationPrecision property.
|
void |
setSequentialRampNumber(Long value)
Sets the value of the sequentialRampNumber property.
|
void |
setSupplementaryPositionalDescriptionExtension(ExtensionType value)
Sets the value of the supplementaryPositionalDescriptionExtension property.
|
protected List<LocationDescriptorEnum> locationDescriptor
protected Long sequentialRampNumber
protected List<AffectedCarriagewayAndLanes> affectedCarriagewayAndLanes
protected ExtensionType supplementaryPositionalDescriptionExtension
protected Long locationPrecision
public List<LocationDescriptorEnum> getLocationDescriptor()
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 locationDescriptor property.
For example, to add a new item, do as follows:
getLocationDescriptor().add(newItem);
Objects of the following type(s) are allowed in the list
LocationDescriptorEnum
public Long getSequentialRampNumber()
Stringpublic void setSequentialRampNumber(Long value)
value - allowed object is
Stringpublic 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
ExtensionTypepublic Long getLocationPrecision()
StringCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.