public class Vms extends Object
Java class for Vms complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Vms">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vmsWorking" type="{http://datex2.eu/schema/2/2_0}Boolean"/>
<element name="vmsMessageSequencingInterval" type="{http://datex2.eu/schema/2/2_0}Seconds" minOccurs="0"/>
<element name="vmsMessage" type="{http://datex2.eu/schema/2/2_0}_VmsMessageIndexVmsMessage" maxOccurs="unbounded" minOccurs="0"/>
<element name="textDisplayAreaSettings" type="{http://datex2.eu/schema/2/2_0}TextDisplayAreaSettings" minOccurs="0"/>
<element name="pictogramDisplayAreaSettings" type="{http://datex2.eu/schema/2/2_0}_VmsPictogramDisplayAreaIndexPictogramDisplayAreaSettings" maxOccurs="unbounded" minOccurs="0"/>
<element name="vmsLocationOverride" type="{http://datex2.eu/schema/2/2_0}Location" minOccurs="0"/>
<element name="managedLogicalLocationOverride" type="{http://datex2.eu/schema/2/2_0}VmsManagedLogicalLocation" minOccurs="0"/>
<element name="vmsDynamicCharacteristics" type="{http://datex2.eu/schema/2/2_0}VmsDynamicCharacteristics" minOccurs="0"/>
<element name="vmsFault" type="{http://datex2.eu/schema/2/2_0}VmsFault" maxOccurs="unbounded" minOccurs="0"/>
<element name="vmsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VmsManagedLogicalLocation |
managedLogicalLocationOverride |
protected List<VmsPictogramDisplayAreaIndexPictogramDisplayAreaSettings> |
pictogramDisplayAreaSettings |
protected TextDisplayAreaSettings |
textDisplayAreaSettings |
protected VmsDynamicCharacteristics |
vmsDynamicCharacteristics |
protected ExtensionType |
vmsExtension |
protected List<VmsFault> |
vmsFault |
protected Location |
vmsLocationOverride |
protected List<VmsMessageIndexVmsMessage> |
vmsMessage |
protected Float |
vmsMessageSequencingInterval |
protected boolean |
vmsWorking |
| Constructor and Description |
|---|
Vms() |
| Modifier and Type | Method and Description |
|---|---|
VmsManagedLogicalLocation |
getManagedLogicalLocationOverride()
Gets the value of the managedLogicalLocationOverride property.
|
List<VmsPictogramDisplayAreaIndexPictogramDisplayAreaSettings> |
getPictogramDisplayAreaSettings()
Gets the value of the pictogramDisplayAreaSettings property.
|
TextDisplayAreaSettings |
getTextDisplayAreaSettings()
Gets the value of the textDisplayAreaSettings property.
|
VmsDynamicCharacteristics |
getVmsDynamicCharacteristics()
Gets the value of the vmsDynamicCharacteristics property.
|
ExtensionType |
getVmsExtension()
Gets the value of the vmsExtension property.
|
List<VmsFault> |
getVmsFault()
Gets the value of the vmsFault property.
|
Location |
getVmsLocationOverride()
Gets the value of the vmsLocationOverride property.
|
List<VmsMessageIndexVmsMessage> |
getVmsMessage()
Gets the value of the vmsMessage property.
|
Float |
getVmsMessageSequencingInterval()
Gets the value of the vmsMessageSequencingInterval property.
|
boolean |
isVmsWorking()
Gets the value of the vmsWorking property.
|
void |
setManagedLogicalLocationOverride(VmsManagedLogicalLocation value)
Sets the value of the managedLogicalLocationOverride property.
|
void |
setTextDisplayAreaSettings(TextDisplayAreaSettings value)
Sets the value of the textDisplayAreaSettings property.
|
void |
setVmsDynamicCharacteristics(VmsDynamicCharacteristics value)
Sets the value of the vmsDynamicCharacteristics property.
|
void |
setVmsExtension(ExtensionType value)
Sets the value of the vmsExtension property.
|
void |
setVmsLocationOverride(Location value)
Sets the value of the vmsLocationOverride property.
|
void |
setVmsMessageSequencingInterval(Float value)
Sets the value of the vmsMessageSequencingInterval property.
|
void |
setVmsWorking(boolean value)
Sets the value of the vmsWorking property.
|
protected boolean vmsWorking
protected Float vmsMessageSequencingInterval
protected List<VmsMessageIndexVmsMessage> vmsMessage
protected TextDisplayAreaSettings textDisplayAreaSettings
protected List<VmsPictogramDisplayAreaIndexPictogramDisplayAreaSettings> pictogramDisplayAreaSettings
protected Location vmsLocationOverride
protected VmsManagedLogicalLocation managedLogicalLocationOverride
protected VmsDynamicCharacteristics vmsDynamicCharacteristics
protected ExtensionType vmsExtension
public boolean isVmsWorking()
public void setVmsWorking(boolean value)
public Float getVmsMessageSequencingInterval()
Floatpublic void setVmsMessageSequencingInterval(Float value)
value - allowed object is
Floatpublic List<VmsMessageIndexVmsMessage> getVmsMessage()
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 vmsMessage property.
For example, to add a new item, do as follows:
getVmsMessage().add(newItem);
Objects of the following type(s) are allowed in the list
VmsMessageIndexVmsMessage
public TextDisplayAreaSettings getTextDisplayAreaSettings()
TextDisplayAreaSettingspublic void setTextDisplayAreaSettings(TextDisplayAreaSettings value)
value - allowed object is
TextDisplayAreaSettingspublic List<VmsPictogramDisplayAreaIndexPictogramDisplayAreaSettings> getPictogramDisplayAreaSettings()
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 pictogramDisplayAreaSettings property.
For example, to add a new item, do as follows:
getPictogramDisplayAreaSettings().add(newItem);
Objects of the following type(s) are allowed in the list
VmsPictogramDisplayAreaIndexPictogramDisplayAreaSettings
public Location getVmsLocationOverride()
Locationpublic void setVmsLocationOverride(Location value)
value - allowed object is
Locationpublic VmsManagedLogicalLocation getManagedLogicalLocationOverride()
VmsManagedLogicalLocationpublic void setManagedLogicalLocationOverride(VmsManagedLogicalLocation value)
value - allowed object is
VmsManagedLogicalLocationpublic VmsDynamicCharacteristics getVmsDynamicCharacteristics()
VmsDynamicCharacteristicspublic void setVmsDynamicCharacteristics(VmsDynamicCharacteristics value)
value - allowed object is
VmsDynamicCharacteristicspublic List<VmsFault> getVmsFault()
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 vmsFault property.
For example, to add a new item, do as follows:
getVmsFault().add(newItem);
Objects of the following type(s) are allowed in the list
VmsFault
public ExtensionType getVmsExtension()
ExtensionTypepublic void setVmsExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.