public class Vms
extends java.lang.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="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="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 TextDisplayAreaSettings |
textDisplayAreaSettings |
protected ExtensionType |
vmsExtension |
protected java.util.List<VmsFault> |
vmsFaults |
protected java.util.List<VmsMessageIndexVmsMessage> |
vmsMessages |
protected boolean |
vmsWorking |
Constructor and Description |
---|
Vms() |
Modifier and Type | Method and Description |
---|---|
TextDisplayAreaSettings |
getTextDisplayAreaSettings()
Gets the value of the textDisplayAreaSettings property.
|
ExtensionType |
getVmsExtension()
Gets the value of the vmsExtension property.
|
java.util.List<VmsFault> |
getVmsFaults()
Gets the value of the vmsFaults property.
|
java.util.List<VmsMessageIndexVmsMessage> |
getVmsMessages()
Gets the value of the vmsMessages property.
|
boolean |
isVmsWorking()
Gets the value of the vmsWorking property.
|
void |
setTextDisplayAreaSettings(TextDisplayAreaSettings value)
Sets the value of the textDisplayAreaSettings property.
|
void |
setVmsExtension(ExtensionType value)
Sets the value of the vmsExtension property.
|
void |
setVmsWorking(boolean value)
Sets the value of the vmsWorking property.
|
protected boolean vmsWorking
protected java.util.List<VmsMessageIndexVmsMessage> vmsMessages
protected TextDisplayAreaSettings textDisplayAreaSettings
protected java.util.List<VmsFault> vmsFaults
protected ExtensionType vmsExtension
public boolean isVmsWorking()
public void setVmsWorking(boolean value)
public java.util.List<VmsMessageIndexVmsMessage> getVmsMessages()
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 vmsMessages property.
For example, to add a new item, do as follows:
getVmsMessages().add(newItem);
Objects of the following type(s) are allowed in the list
VmsMessageIndexVmsMessage
public TextDisplayAreaSettings getTextDisplayAreaSettings()
TextDisplayAreaSettings
public void setTextDisplayAreaSettings(TextDisplayAreaSettings value)
value
- allowed object is
TextDisplayAreaSettings
public java.util.List<VmsFault> getVmsFaults()
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 vmsFaults property.
For example, to add a new item, do as follows:
getVmsFaults().add(newItem);
Objects of the following type(s) are allowed in the list
VmsFault
public ExtensionType getVmsExtension()
ExtensionType
public void setVmsExtension(ExtensionType value)
value
- allowed object is
ExtensionType