public class VmsPictogramDisplayArea extends Object
Java class for VmsPictogramDisplayArea complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmsPictogramDisplayArea">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="synchronizedSequencingWithTextPages" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="vmsPictogram" type="{http://datex2.eu/schema/2/2_0}_VmsPictogramDisplayAreaPictogramSequencingIndexVmsPictogram" maxOccurs="unbounded" minOccurs="0"/>
<element name="vmsPictogramDisplayAreaExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
synchronizedSequencingWithTextPages |
protected List<VmsPictogramDisplayAreaPictogramSequencingIndexVmsPictogram> |
vmsPictogram |
protected ExtensionType |
vmsPictogramDisplayAreaExtension |
| Constructor and Description |
|---|
VmsPictogramDisplayArea() |
| Modifier and Type | Method and Description |
|---|---|
List<VmsPictogramDisplayAreaPictogramSequencingIndexVmsPictogram> |
getVmsPictogram()
Gets the value of the vmsPictogram property.
|
ExtensionType |
getVmsPictogramDisplayAreaExtension()
Gets the value of the vmsPictogramDisplayAreaExtension property.
|
Boolean |
isSynchronizedSequencingWithTextPages()
Gets the value of the synchronizedSequencingWithTextPages property.
|
void |
setSynchronizedSequencingWithTextPages(Boolean value)
Sets the value of the synchronizedSequencingWithTextPages property.
|
void |
setVmsPictogramDisplayAreaExtension(ExtensionType value)
Sets the value of the vmsPictogramDisplayAreaExtension property.
|
protected Boolean synchronizedSequencingWithTextPages
protected List<VmsPictogramDisplayAreaPictogramSequencingIndexVmsPictogram> vmsPictogram
protected ExtensionType vmsPictogramDisplayAreaExtension
public Boolean isSynchronizedSequencingWithTextPages()
Booleanpublic void setSynchronizedSequencingWithTextPages(Boolean value)
value - allowed object is
Booleanpublic List<VmsPictogramDisplayAreaPictogramSequencingIndexVmsPictogram> getVmsPictogram()
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 vmsPictogram property.
For example, to add a new item, do as follows:
getVmsPictogram().add(newItem);
Objects of the following type(s) are allowed in the list
VmsPictogramDisplayAreaPictogramSequencingIndexVmsPictogram
public ExtensionType getVmsPictogramDisplayAreaExtension()
ExtensionTypepublic void setVmsPictogramDisplayAreaExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.