public class VmsDynamicCharacteristics extends Object
Java class for VmsDynamicCharacteristics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmsDynamicCharacteristics">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numberOfPictogramDisplayAreas" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="vmsTextDisplayCharacteristics" type="{http://datex2.eu/schema/2/2_0}VmsTextDisplayCharacteristics" minOccurs="0"/>
<element name="vmsPictogramDisplayCharacteristics" type="{http://datex2.eu/schema/2/2_0}_VmsDynamicCharacteristicsPictogramDisplayAreaIndexVmsPictogramDisplayCharacteristics" maxOccurs="unbounded" minOccurs="0"/>
<element name="vmsDynamicCharacteristicsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
numberOfPictogramDisplayAreas |
protected ExtensionType |
vmsDynamicCharacteristicsExtension |
protected List<VmsDynamicCharacteristicsPictogramDisplayAreaIndexVmsPictogramDisplayCharacteristics> |
vmsPictogramDisplayCharacteristics |
protected VmsTextDisplayCharacteristics |
vmsTextDisplayCharacteristics |
| Constructor and Description |
|---|
VmsDynamicCharacteristics() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getNumberOfPictogramDisplayAreas()
Gets the value of the numberOfPictogramDisplayAreas property.
|
ExtensionType |
getVmsDynamicCharacteristicsExtension()
Gets the value of the vmsDynamicCharacteristicsExtension property.
|
List<VmsDynamicCharacteristicsPictogramDisplayAreaIndexVmsPictogramDisplayCharacteristics> |
getVmsPictogramDisplayCharacteristics()
Gets the value of the vmsPictogramDisplayCharacteristics property.
|
VmsTextDisplayCharacteristics |
getVmsTextDisplayCharacteristics()
Gets the value of the vmsTextDisplayCharacteristics property.
|
void |
setNumberOfPictogramDisplayAreas(Long value)
Sets the value of the numberOfPictogramDisplayAreas property.
|
void |
setVmsDynamicCharacteristicsExtension(ExtensionType value)
Sets the value of the vmsDynamicCharacteristicsExtension property.
|
void |
setVmsTextDisplayCharacteristics(VmsTextDisplayCharacteristics value)
Sets the value of the vmsTextDisplayCharacteristics property.
|
protected Long numberOfPictogramDisplayAreas
protected VmsTextDisplayCharacteristics vmsTextDisplayCharacteristics
protected List<VmsDynamicCharacteristicsPictogramDisplayAreaIndexVmsPictogramDisplayCharacteristics> vmsPictogramDisplayCharacteristics
protected ExtensionType vmsDynamicCharacteristicsExtension
public Long getNumberOfPictogramDisplayAreas()
Stringpublic void setNumberOfPictogramDisplayAreas(Long value)
value - allowed object is
Stringpublic VmsTextDisplayCharacteristics getVmsTextDisplayCharacteristics()
VmsTextDisplayCharacteristicspublic void setVmsTextDisplayCharacteristics(VmsTextDisplayCharacteristics value)
value - allowed object is
VmsTextDisplayCharacteristicspublic List<VmsDynamicCharacteristicsPictogramDisplayAreaIndexVmsPictogramDisplayCharacteristics> getVmsPictogramDisplayCharacteristics()
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 vmsPictogramDisplayCharacteristics property.
For example, to add a new item, do as follows:
getVmsPictogramDisplayCharacteristics().add(newItem);
Objects of the following type(s) are allowed in the list
VmsDynamicCharacteristicsPictogramDisplayAreaIndexVmsPictogramDisplayCharacteristics
public ExtensionType getVmsDynamicCharacteristicsExtension()
ExtensionTypepublic void setVmsDynamicCharacteristicsExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.