public class VmsText
extends java.lang.Object
Java class for VmsText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmsText"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="vmsTextLine" type="{http://datex2.eu/schema/2/2_0}_VmsTextLineIndexVmsTextLine" maxOccurs="unbounded" minOccurs="0"/> <element name="vmsTextExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
vmsTextExtension |
protected java.util.List<VmsTextLineIndexVmsTextLine> |
vmsTextLines |
Constructor and Description |
---|
VmsText() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getVmsTextExtension()
Gets the value of the vmsTextExtension property.
|
java.util.List<VmsTextLineIndexVmsTextLine> |
getVmsTextLines()
Gets the value of the vmsTextLines property.
|
void |
setVmsTextExtension(ExtensionType value)
Sets the value of the vmsTextExtension property.
|
protected java.util.List<VmsTextLineIndexVmsTextLine> vmsTextLines
protected ExtensionType vmsTextExtension
public java.util.List<VmsTextLineIndexVmsTextLine> getVmsTextLines()
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 vmsTextLines property.
For example, to add a new item, do as follows:
getVmsTextLines().add(newItem);
Objects of the following type(s) are allowed in the list
VmsTextLineIndexVmsTextLine
public ExtensionType getVmsTextExtension()
ExtensionType
public void setVmsTextExtension(ExtensionType value)
value
- allowed object is
ExtensionType