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