public abstract class ParkingRecord extends Object
Java class for ParkingRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingRecord">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parkingName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="parkingAlias" type="{http://datex2.eu/schema/2/2_0}MultilingualString" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingDescription" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="parkingRecordVersionTime" type="{http://datex2.eu/schema/2/2_0}DateTime"/>
<element name="parkingNumberOfSpaces" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="parkingPrincipalNumberOfSpaces" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="maximumParkingDuration" type="{http://datex2.eu/schema/2/2_0}Seconds" minOccurs="0"/>
<element name="photoUrl" type="{http://datex2.eu/schema/2/2_0}Url" minOccurs="0"/>
<element name="urlLinkAddress" type="{http://datex2.eu/schema/2/2_0}Url" minOccurs="0"/>
<element name="parkingOccupanyDetectionType" type="{http://datex2.eu/schema/2/2_0}OccupancyDetectionTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="emergencyContact" type="{http://datex2.eu/schema/2/2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="owner" type="{http://datex2.eu/schema/2/2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="responisbleAuthority" type="{http://datex2.eu/schema/2/2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="securityService" type="{http://datex2.eu/schema/2/2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="operator" type="{http://datex2.eu/schema/2/2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="servicePartner" type="{http://datex2.eu/schema/2/2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingVMS" type="{http://datex2.eu/schema/2/2_0}ParkingVMS" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingLocation" type="{http://datex2.eu/schema/2/2_0}GroupOfLocations"/>
<element name="parkingRoute" type="{http://datex2.eu/schema/2/2_0}ParkingRoute" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingColour" type="{http://datex2.eu/schema/2/2_0}RGBColour" minOccurs="0"/>
<element name="onlyAssignedParking" type="{http://datex2.eu/schema/2/2_0}ParkingAssignment" minOccurs="0"/>
<element name="assignedParkingAmongOthers" type="{http://datex2.eu/schema/2/2_0}ParkingAssignment" minOccurs="0"/>
<element name="prohibitedParking" type="{http://datex2.eu/schema/2/2_0}ParkingAssignment" minOccurs="0"/>
<element name="tariffsAndPayment" type="{http://datex2.eu/schema/2/2_0}TariffsAndPayment" minOccurs="0"/>
<element name="parkingEquipmentOrServiceFacility" type="{http://datex2.eu/schema/2/2_0}_ParkingRecordEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacility" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingSpace" type="{http://datex2.eu/schema/2/2_0}_ParkingSpace" maxOccurs="unbounded" minOccurs="0"/>
<element name="groupOfParkingSpaces" type="{http://datex2.eu/schema/2/2_0}_GroupOfParkingSpaces" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingThresholds" type="{http://datex2.eu/schema/2/2_0}ParkingThresholds" minOccurs="0"/>
<element name="permitsAndProhibitions" type="{http://datex2.eu/schema/2/2_0}PermitsAndProhibitions" maxOccurs="unbounded" minOccurs="0"/>
<element name="emergencyAssemblyPoint" type="{http://datex2.eu/schema/2/2_0}GroupOfLocations" minOccurs="0"/>
<element name="entireArea" type="{http://datex2.eu/schema/2/2_0}Area" minOccurs="0"/>
<element name="parkingRecordDimension" type="{http://datex2.eu/schema/2/2_0}Dimension" minOccurs="0"/>
<element name="parkingRecordExtension" 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>
| Constructor and Description |
|---|
ParkingRecord() |
| Modifier and Type | Method and Description |
|---|---|
ParkingAssignment |
getAssignedParkingAmongOthers()
Gets the value of the assignedParkingAmongOthers property.
|
GroupOfLocations |
getEmergencyAssemblyPoint()
Gets the value of the emergencyAssemblyPoint property.
|
List<Contact> |
getEmergencyContact()
Gets the value of the emergencyContact property.
|
Area |
getEntireArea()
Gets the value of the entireArea property.
|
List<GroupOfParkingSpaces> |
getGroupOfParkingSpaces()
Gets the value of the groupOfParkingSpaces property.
|
String |
getId()
Gets the value of the id property.
|
Float |
getMaximumParkingDuration()
Gets the value of the maximumParkingDuration property.
|
ParkingAssignment |
getOnlyAssignedParking()
Gets the value of the onlyAssignedParking property.
|
List<Contact> |
getOperator()
Gets the value of the operator property.
|
List<Contact> |
getOwner()
Gets the value of the owner property.
|
List<MultilingualString> |
getParkingAlias()
Gets the value of the parkingAlias property.
|
RGBColour |
getParkingColour()
Gets the value of the parkingColour property.
|
MultilingualString |
getParkingDescription()
Gets the value of the parkingDescription property.
|
List<ParkingRecordEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacility> |
getParkingEquipmentOrServiceFacility()
Gets the value of the parkingEquipmentOrServiceFacility property.
|
GroupOfLocations |
getParkingLocation()
Gets the value of the parkingLocation property.
|
MultilingualString |
getParkingName()
Gets the value of the parkingName property.
|
Long |
getParkingNumberOfSpaces()
Gets the value of the parkingNumberOfSpaces property.
|
List<OccupancyDetectionTypeEnum> |
getParkingOccupanyDetectionType()
Gets the value of the parkingOccupanyDetectionType property.
|
Long |
getParkingPrincipalNumberOfSpaces()
Gets the value of the parkingPrincipalNumberOfSpaces property.
|
Dimension |
getParkingRecordDimension()
Gets the value of the parkingRecordDimension property.
|
ExtensionType |
getParkingRecordExtension()
Gets the value of the parkingRecordExtension property.
|
Calendar |
getParkingRecordVersionTime()
Gets the value of the parkingRecordVersionTime property.
|
List<ParkingRoute> |
getParkingRoute()
Gets the value of the parkingRoute property.
|
List<ParkingSpace> |
getParkingSpace()
Gets the value of the parkingSpace property.
|
ParkingThresholds |
getParkingThresholds()
Gets the value of the parkingThresholds property.
|
List<ParkingVMS> |
getParkingVMS()
Gets the value of the parkingVMS property.
|
List<PermitsAndProhibitions> |
getPermitsAndProhibitions()
Gets the value of the permitsAndProhibitions property.
|
String |
getPhotoUrl()
Gets the value of the photoUrl property.
|
ParkingAssignment |
getProhibitedParking()
Gets the value of the prohibitedParking property.
|
List<Contact> |
getResponisbleAuthority()
Gets the value of the responisbleAuthority property.
|
List<Contact> |
getSecurityService()
Gets the value of the securityService property.
|
List<Contact> |
getServicePartner()
Gets the value of the servicePartner property.
|
TariffsAndPayment |
getTariffsAndPayment()
Gets the value of the tariffsAndPayment property.
|
String |
getUrlLinkAddress()
Gets the value of the urlLinkAddress property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAssignedParkingAmongOthers(ParkingAssignment value)
Sets the value of the assignedParkingAmongOthers property.
|
void |
setEmergencyAssemblyPoint(GroupOfLocations value)
Sets the value of the emergencyAssemblyPoint property.
|
void |
setEntireArea(Area value)
Sets the value of the entireArea property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMaximumParkingDuration(Float value)
Sets the value of the maximumParkingDuration property.
|
void |
setOnlyAssignedParking(ParkingAssignment value)
Sets the value of the onlyAssignedParking property.
|
void |
setParkingColour(RGBColour value)
Sets the value of the parkingColour property.
|
void |
setParkingDescription(MultilingualString value)
Sets the value of the parkingDescription property.
|
void |
setParkingLocation(GroupOfLocations value)
Sets the value of the parkingLocation property.
|
void |
setParkingName(MultilingualString value)
Sets the value of the parkingName property.
|
void |
setParkingNumberOfSpaces(Long value)
Sets the value of the parkingNumberOfSpaces property.
|
void |
setParkingPrincipalNumberOfSpaces(Long value)
Sets the value of the parkingPrincipalNumberOfSpaces property.
|
void |
setParkingRecordDimension(Dimension value)
Sets the value of the parkingRecordDimension property.
|
void |
setParkingRecordExtension(ExtensionType value)
Sets the value of the parkingRecordExtension property.
|
void |
setParkingRecordVersionTime(Calendar value)
Sets the value of the parkingRecordVersionTime property.
|
void |
setParkingThresholds(ParkingThresholds value)
Sets the value of the parkingThresholds property.
|
void |
setPhotoUrl(String value)
Sets the value of the photoUrl property.
|
void |
setProhibitedParking(ParkingAssignment value)
Sets the value of the prohibitedParking property.
|
void |
setTariffsAndPayment(TariffsAndPayment value)
Sets the value of the tariffsAndPayment property.
|
void |
setUrlLinkAddress(String value)
Sets the value of the urlLinkAddress property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected MultilingualString parkingName
protected List<MultilingualString> parkingAlias
protected MultilingualString parkingDescription
protected Calendar parkingRecordVersionTime
protected Long parkingNumberOfSpaces
protected Long parkingPrincipalNumberOfSpaces
protected Float maximumParkingDuration
protected String photoUrl
protected String urlLinkAddress
protected List<OccupancyDetectionTypeEnum> parkingOccupanyDetectionType
protected List<ParkingVMS> parkingVMS
protected GroupOfLocations parkingLocation
protected List<ParkingRoute> parkingRoute
protected RGBColour parkingColour
protected ParkingAssignment onlyAssignedParking
protected ParkingAssignment assignedParkingAmongOthers
protected ParkingAssignment prohibitedParking
protected TariffsAndPayment tariffsAndPayment
protected List<ParkingRecordEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacility> parkingEquipmentOrServiceFacility
protected List<ParkingSpace> parkingSpace
protected List<GroupOfParkingSpaces> groupOfParkingSpaces
protected ParkingThresholds parkingThresholds
protected List<PermitsAndProhibitions> permitsAndProhibitions
protected GroupOfLocations emergencyAssemblyPoint
protected Area entireArea
protected Dimension parkingRecordDimension
protected ExtensionType parkingRecordExtension
protected String id
protected String version
public MultilingualString getParkingName()
MultilingualStringpublic void setParkingName(MultilingualString value)
value - allowed object is
MultilingualStringpublic List<MultilingualString> getParkingAlias()
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 parkingAlias property.
For example, to add a new item, do as follows:
getParkingAlias().add(newItem);
Objects of the following type(s) are allowed in the list
MultilingualString
public MultilingualString getParkingDescription()
MultilingualStringpublic void setParkingDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic Calendar getParkingRecordVersionTime()
Stringpublic void setParkingRecordVersionTime(Calendar value)
value - allowed object is
Stringpublic Long getParkingNumberOfSpaces()
Stringpublic void setParkingNumberOfSpaces(Long value)
value - allowed object is
Stringpublic Long getParkingPrincipalNumberOfSpaces()
Stringpublic void setParkingPrincipalNumberOfSpaces(Long value)
value - allowed object is
Stringpublic Float getMaximumParkingDuration()
Floatpublic void setMaximumParkingDuration(Float value)
value - allowed object is
Floatpublic String getPhotoUrl()
Stringpublic void setPhotoUrl(String value)
value - allowed object is
Stringpublic String getUrlLinkAddress()
Stringpublic void setUrlLinkAddress(String value)
value - allowed object is
Stringpublic List<OccupancyDetectionTypeEnum> getParkingOccupanyDetectionType()
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 parkingOccupanyDetectionType property.
For example, to add a new item, do as follows:
getParkingOccupanyDetectionType().add(newItem);
Objects of the following type(s) are allowed in the list
OccupancyDetectionTypeEnum
public List<Contact> getEmergencyContact()
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 emergencyContact property.
For example, to add a new item, do as follows:
getEmergencyContact().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<Contact> getOwner()
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 owner property.
For example, to add a new item, do as follows:
getOwner().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<Contact> getResponisbleAuthority()
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 responisbleAuthority property.
For example, to add a new item, do as follows:
getResponisbleAuthority().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<Contact> getSecurityService()
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 securityService property.
For example, to add a new item, do as follows:
getSecurityService().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<Contact> getOperator()
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 operator property.
For example, to add a new item, do as follows:
getOperator().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<Contact> getServicePartner()
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 servicePartner property.
For example, to add a new item, do as follows:
getServicePartner().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<ParkingVMS> getParkingVMS()
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 parkingVMS property.
For example, to add a new item, do as follows:
getParkingVMS().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingVMS
public GroupOfLocations getParkingLocation()
GroupOfLocationspublic void setParkingLocation(GroupOfLocations value)
value - allowed object is
GroupOfLocationspublic List<ParkingRoute> getParkingRoute()
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 parkingRoute property.
For example, to add a new item, do as follows:
getParkingRoute().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingRoute
public RGBColour getParkingColour()
RGBColourpublic void setParkingColour(RGBColour value)
value - allowed object is
RGBColourpublic ParkingAssignment getOnlyAssignedParking()
ParkingAssignmentpublic void setOnlyAssignedParking(ParkingAssignment value)
value - allowed object is
ParkingAssignmentpublic ParkingAssignment getAssignedParkingAmongOthers()
ParkingAssignmentpublic void setAssignedParkingAmongOthers(ParkingAssignment value)
value - allowed object is
ParkingAssignmentpublic ParkingAssignment getProhibitedParking()
ParkingAssignmentpublic void setProhibitedParking(ParkingAssignment value)
value - allowed object is
ParkingAssignmentpublic TariffsAndPayment getTariffsAndPayment()
TariffsAndPaymentpublic void setTariffsAndPayment(TariffsAndPayment value)
value - allowed object is
TariffsAndPaymentpublic List<ParkingRecordEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacility> getParkingEquipmentOrServiceFacility()
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 parkingEquipmentOrServiceFacility property.
For example, to add a new item, do as follows:
getParkingEquipmentOrServiceFacility().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingRecordEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacility
public List<ParkingSpace> getParkingSpace()
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 parkingSpace property.
For example, to add a new item, do as follows:
getParkingSpace().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingSpace
public List<GroupOfParkingSpaces> getGroupOfParkingSpaces()
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 groupOfParkingSpaces property.
For example, to add a new item, do as follows:
getGroupOfParkingSpaces().add(newItem);
Objects of the following type(s) are allowed in the list
GroupOfParkingSpaces
public ParkingThresholds getParkingThresholds()
ParkingThresholdspublic void setParkingThresholds(ParkingThresholds value)
value - allowed object is
ParkingThresholdspublic List<PermitsAndProhibitions> getPermitsAndProhibitions()
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 permitsAndProhibitions property.
For example, to add a new item, do as follows:
getPermitsAndProhibitions().add(newItem);
Objects of the following type(s) are allowed in the list
PermitsAndProhibitions
public GroupOfLocations getEmergencyAssemblyPoint()
GroupOfLocationspublic void setEmergencyAssemblyPoint(GroupOfLocations value)
value - allowed object is
GroupOfLocationspublic Area getEntireArea()
Areapublic void setEntireArea(Area value)
value - allowed object is
Areapublic Dimension getParkingRecordDimension()
Dimensionpublic void setParkingRecordDimension(Dimension value)
value - allowed object is
Dimensionpublic ExtensionType getParkingRecordExtension()
ExtensionTypepublic void setParkingRecordExtension(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.