public class ParkingTable extends Object
Java class for ParkingTable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingTable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parkingTableName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="parkingTableVersionTime" type="{http://datex2.eu/schema/2/2_0}DateTime"/>
<element name="parkingRecord" type="{http://datex2.eu/schema/2/2_0}ParkingRecord" maxOccurs="unbounded"/>
<element name="parkingTableExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<ParkingRecord> |
parkingRecord |
protected ExtensionType |
parkingTableExtension |
protected MultilingualString |
parkingTableName |
protected Calendar |
parkingTableVersionTime |
protected String |
version |
| Constructor and Description |
|---|
ParkingTable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
List<ParkingRecord> |
getParkingRecord()
Gets the value of the parkingRecord property.
|
ExtensionType |
getParkingTableExtension()
Gets the value of the parkingTableExtension property.
|
MultilingualString |
getParkingTableName()
Gets the value of the parkingTableName property.
|
Calendar |
getParkingTableVersionTime()
Gets the value of the parkingTableVersionTime property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setParkingTableExtension(ExtensionType value)
Sets the value of the parkingTableExtension property.
|
void |
setParkingTableName(MultilingualString value)
Sets the value of the parkingTableName property.
|
void |
setParkingTableVersionTime(Calendar value)
Sets the value of the parkingTableVersionTime property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected MultilingualString parkingTableName
protected Calendar parkingTableVersionTime
protected List<ParkingRecord> parkingRecord
protected ExtensionType parkingTableExtension
protected String id
protected String version
public MultilingualString getParkingTableName()
MultilingualStringpublic void setParkingTableName(MultilingualString value)
value - allowed object is
MultilingualStringpublic Calendar getParkingTableVersionTime()
Stringpublic void setParkingTableVersionTime(Calendar value)
value - allowed object is
Stringpublic List<ParkingRecord> getParkingRecord()
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 parkingRecord property.
For example, to add a new item, do as follows:
getParkingRecord().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingRecord
public ExtensionType getParkingTableExtension()
ExtensionTypepublic void setParkingTableExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic void setId(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.