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