public class ParkingAccessStatus extends Object
Java class for ParkingAccessStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingAccessStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accessReference" type="{http://datex2.eu/schema/2/2_0}_ParkingAccessReference"/>
<element name="accessOpeningStatus" type="{http://datex2.eu/schema/2/2_0}OpeningStatusEnum" minOccurs="0"/>
<element name="accessFault" type="{http://datex2.eu/schema/2/2_0}ParkingFaultEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingAccessStatusExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ParkingFaultEnum> |
accessFault |
protected OpeningStatusEnum |
accessOpeningStatus |
protected ParkingAccessReference |
accessReference |
protected ExtensionType |
parkingAccessStatusExtension |
| Constructor and Description |
|---|
ParkingAccessStatus() |
| Modifier and Type | Method and Description |
|---|---|
List<ParkingFaultEnum> |
getAccessFault()
Gets the value of the accessFault property.
|
OpeningStatusEnum |
getAccessOpeningStatus()
Gets the value of the accessOpeningStatus property.
|
ParkingAccessReference |
getAccessReference()
Gets the value of the accessReference property.
|
ExtensionType |
getParkingAccessStatusExtension()
Gets the value of the parkingAccessStatusExtension property.
|
void |
setAccessOpeningStatus(OpeningStatusEnum value)
Sets the value of the accessOpeningStatus property.
|
void |
setAccessReference(ParkingAccessReference value)
Sets the value of the accessReference property.
|
void |
setParkingAccessStatusExtension(ExtensionType value)
Sets the value of the parkingAccessStatusExtension property.
|
protected ParkingAccessReference accessReference
protected OpeningStatusEnum accessOpeningStatus
protected List<ParkingFaultEnum> accessFault
protected ExtensionType parkingAccessStatusExtension
public ParkingAccessReference getAccessReference()
ParkingAccessReferencepublic void setAccessReference(ParkingAccessReference value)
value - allowed object is
ParkingAccessReferencepublic OpeningStatusEnum getAccessOpeningStatus()
OpeningStatusEnumpublic void setAccessOpeningStatus(OpeningStatusEnum value)
value - allowed object is
OpeningStatusEnumpublic List<ParkingFaultEnum> getAccessFault()
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 accessFault property.
For example, to add a new item, do as follows:
getAccessFault().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingFaultEnum
public ExtensionType getParkingAccessStatusExtension()
ExtensionTypepublic void setParkingAccessStatusExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.