public class VmsMessage
extends java.lang.Object
Java class for VmsMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmsMessage"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="timeLastSet" type="{http://datex2.eu/schema/2/2_0}DateTime"/> <element name="textPage" type="{http://datex2.eu/schema/2/2_0}_TextPage" maxOccurs="unbounded" minOccurs="0"/> <element name="vmsMessageExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<TextPage> |
textPages |
protected javax.xml.datatype.XMLGregorianCalendar |
timeLastSet |
protected ExtensionType |
vmsMessageExtension |
Constructor and Description |
---|
VmsMessage() |
Modifier and Type | Method and Description |
---|---|
java.util.List<TextPage> |
getTextPages()
Gets the value of the textPages property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTimeLastSet()
Gets the value of the timeLastSet property.
|
ExtensionType |
getVmsMessageExtension()
Gets the value of the vmsMessageExtension property.
|
void |
setTimeLastSet(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timeLastSet property.
|
void |
setVmsMessageExtension(ExtensionType value)
Sets the value of the vmsMessageExtension property.
|
protected javax.xml.datatype.XMLGregorianCalendar timeLastSet
protected java.util.List<TextPage> textPages
protected ExtensionType vmsMessageExtension
public javax.xml.datatype.XMLGregorianCalendar getTimeLastSet()
XMLGregorianCalendar
public void setTimeLastSet(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.util.List<TextPage> getTextPages()
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 textPages property.
For example, to add a new item, do as follows:
getTextPages().add(newItem);
Objects of the following type(s) are allowed in the list
TextPage
public ExtensionType getVmsMessageExtension()
ExtensionType
public void setVmsMessageExtension(ExtensionType value)
value
- allowed object is
ExtensionType