public class SituationPublication extends PayloadPublication
Java class for SituationPublication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SituationPublication">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}PayloadPublication">
<sequence>
<element name="situation" type="{http://datex2.eu/schema/2/2_0}Situation" maxOccurs="unbounded" minOccurs="0"/>
<element name="situationPublicationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Situation> |
situation |
protected ExtensionType |
situationPublicationExtension |
feedDescription, feedType, lang, payloadPublicationExtension, publicationCreator, publicationTime| Constructor and Description |
|---|
SituationPublication() |
| Modifier and Type | Method and Description |
|---|---|
List<Situation> |
getSituation()
Gets the value of the situation property.
|
ExtensionType |
getSituationPublicationExtension()
Gets the value of the situationPublicationExtension property.
|
void |
setSituationPublicationExtension(ExtensionType value)
Sets the value of the situationPublicationExtension property.
|
getFeedDescription, getFeedType, getLang, getPayloadPublicationExtension, getPublicationCreator, getPublicationTime, setFeedDescription, setFeedType, setLang, setPayloadPublicationExtension, setPublicationCreator, setPublicationTimeprotected ExtensionType situationPublicationExtension
public List<Situation> getSituation()
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 situation property.
For example, to add a new item, do as follows:
getSituation().add(newItem);
Objects of the following type(s) are allowed in the list
Situation
public ExtensionType getSituationPublicationExtension()
ExtensionTypepublic void setSituationPublicationExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.