public class ParkingAssignment extends Object
Java class for ParkingAssignment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingAssignment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="applicableForUser" type="{http://datex2.eu/schema/2/2_0}UserTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingDuration" type="{http://datex2.eu/schema/2/2_0}ParkingDurationEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="vehicleCharacteristics" type="{http://datex2.eu/schema/2/2_0}VehicleCharacteristics" maxOccurs="unbounded" minOccurs="0"/>
<element name="hazardousMaterials" type="{http://datex2.eu/schema/2/2_0}HazardousMaterials" maxOccurs="unbounded" minOccurs="0"/>
<element name="timePeriodByHour" type="{http://datex2.eu/schema/2/2_0}TimePeriodByHour" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingPermit" type="{http://datex2.eu/schema/2/2_0}ParkingPermit" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingAssignmentExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<UserTypeEnum> |
applicableForUser |
protected List<HazardousMaterials> |
hazardousMaterials |
protected ExtensionType |
parkingAssignmentExtension |
protected List<ParkingDurationEnum> |
parkingDuration |
protected List<ParkingPermit> |
parkingPermit |
protected List<TimePeriodByHour> |
timePeriodByHour |
protected List<VehicleCharacteristics> |
vehicleCharacteristics |
| Constructor and Description |
|---|
ParkingAssignment() |
| Modifier and Type | Method and Description |
|---|---|
List<UserTypeEnum> |
getApplicableForUser()
Gets the value of the applicableForUser property.
|
List<HazardousMaterials> |
getHazardousMaterials()
Gets the value of the hazardousMaterials property.
|
ExtensionType |
getParkingAssignmentExtension()
Gets the value of the parkingAssignmentExtension property.
|
List<ParkingDurationEnum> |
getParkingDuration()
Gets the value of the parkingDuration property.
|
List<ParkingPermit> |
getParkingPermit()
Gets the value of the parkingPermit property.
|
List<TimePeriodByHour> |
getTimePeriodByHour()
Gets the value of the timePeriodByHour property.
|
List<VehicleCharacteristics> |
getVehicleCharacteristics()
Gets the value of the vehicleCharacteristics property.
|
void |
setParkingAssignmentExtension(ExtensionType value)
Sets the value of the parkingAssignmentExtension property.
|
protected List<UserTypeEnum> applicableForUser
protected List<ParkingDurationEnum> parkingDuration
protected List<VehicleCharacteristics> vehicleCharacteristics
protected List<HazardousMaterials> hazardousMaterials
protected List<TimePeriodByHour> timePeriodByHour
protected List<ParkingPermit> parkingPermit
protected ExtensionType parkingAssignmentExtension
public List<UserTypeEnum> getApplicableForUser()
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 applicableForUser property.
For example, to add a new item, do as follows:
getApplicableForUser().add(newItem);
Objects of the following type(s) are allowed in the list
UserTypeEnum
public List<ParkingDurationEnum> getParkingDuration()
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 parkingDuration property.
For example, to add a new item, do as follows:
getParkingDuration().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingDurationEnum
public List<VehicleCharacteristics> getVehicleCharacteristics()
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 vehicleCharacteristics property.
For example, to add a new item, do as follows:
getVehicleCharacteristics().add(newItem);
Objects of the following type(s) are allowed in the list
VehicleCharacteristics
public List<HazardousMaterials> getHazardousMaterials()
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 hazardousMaterials property.
For example, to add a new item, do as follows:
getHazardousMaterials().add(newItem);
Objects of the following type(s) are allowed in the list
HazardousMaterials
public List<TimePeriodByHour> getTimePeriodByHour()
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 timePeriodByHour property.
For example, to add a new item, do as follows:
getTimePeriodByHour().add(newItem);
Objects of the following type(s) are allowed in the list
TimePeriodByHour
public List<ParkingPermit> getParkingPermit()
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 parkingPermit property.
For example, to add a new item, do as follows:
getParkingPermit().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingPermit
public ExtensionType getParkingAssignmentExtension()
ExtensionTypepublic void setParkingAssignmentExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.