public class VmsTablePublication extends PayloadPublication
Java class for VmsTablePublication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmsTablePublication">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}PayloadPublication">
<sequence>
<element name="headerInformation" type="{http://datex2.eu/schema/2/2_0}HeaderInformation"/>
<element name="vmsUnitTable" type="{http://datex2.eu/schema/2/2_0}VmsUnitTable" maxOccurs="unbounded"/>
<element name="vmsTablePublicationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HeaderInformation |
headerInformation |
protected ExtensionType |
vmsTablePublicationExtension |
protected java.util.List<VmsUnitTable> |
vmsUnitTables |
lang, payloadPublicationExtension, publicationCreator, publicationTime| Constructor and Description |
|---|
VmsTablePublication() |
| Modifier and Type | Method and Description |
|---|---|
HeaderInformation |
getHeaderInformation()
Gets the value of the headerInformation property.
|
ExtensionType |
getVmsTablePublicationExtension()
Gets the value of the vmsTablePublicationExtension property.
|
java.util.List<VmsUnitTable> |
getVmsUnitTables()
Gets the value of the vmsUnitTables property.
|
void |
setHeaderInformation(HeaderInformation value)
Sets the value of the headerInformation property.
|
void |
setVmsTablePublicationExtension(ExtensionType value)
Sets the value of the vmsTablePublicationExtension property.
|
getLang, getPayloadPublicationExtension, getPublicationCreator, getPublicationTime, setLang, setPayloadPublicationExtension, setPublicationCreator, setPublicationTimeprotected HeaderInformation headerInformation
protected java.util.List<VmsUnitTable> vmsUnitTables
protected ExtensionType vmsTablePublicationExtension
public HeaderInformation getHeaderInformation()
HeaderInformationpublic void setHeaderInformation(HeaderInformation value)
value - allowed object is
HeaderInformationpublic java.util.List<VmsUnitTable> getVmsUnitTables()
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 vmsUnitTables property.
For example, to add a new item, do as follows:
getVmsUnitTables().add(newItem);
Objects of the following type(s) are allowed in the list
VmsUnitTable
public ExtensionType getVmsTablePublicationExtension()
ExtensionTypepublic void setVmsTablePublicationExtension(ExtensionType value)
value - allowed object is
ExtensionType