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