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