public class ParkingTablePublication extends Object
Java class for ParkingTablePublication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingTablePublication">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="headerInformation" type="{http://datex2.eu/schema/2/2_0}HeaderInformation" minOccurs="0"/>
<element name="parkingTable" type="{http://datex2.eu/schema/2/2_0}ParkingTable" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HeaderInformation |
headerInformation |
protected List<ParkingTable> |
parkingTable |
| Constructor and Description |
|---|
ParkingTablePublication() |
| Modifier and Type | Method and Description |
|---|---|
HeaderInformation |
getHeaderInformation()
Gets the value of the headerInformation property.
|
List<ParkingTable> |
getParkingTable()
Gets the value of the parkingTable property.
|
void |
setHeaderInformation(HeaderInformation value)
Sets the value of the headerInformation property.
|
protected HeaderInformation headerInformation
protected List<ParkingTable> parkingTable
public HeaderInformation getHeaderInformation()
HeaderInformationpublic void setHeaderInformation(HeaderInformation value)
value - allowed object is
HeaderInformationpublic List<ParkingTable> getParkingTable()
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 parkingTable property.
For example, to add a new item, do as follows:
getParkingTable().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingTable
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.