public abstract class ParkingEquipmentOrServiceFacility extends Object
Java class for ParkingEquipmentOrServiceFacility complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingEquipmentOrServiceFacility">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="equipmentOrServiceFacilityIdentifier" type="{http://datex2.eu/schema/2/2_0}String" maxOccurs="unbounded" minOccurs="0"/>
<element name="availability" type="{http://datex2.eu/schema/2/2_0}AvailabilityEnum" minOccurs="0"/>
<element name="numberOfEquipmentOrServiceFacility" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="additionalDescription" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="otherEquipmentOrServiceFacility" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="accessibility" type="{http://datex2.eu/schema/2/2_0}AccessibilityEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="nameOrBrand" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="comment" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="photoUrl" type="{http://datex2.eu/schema/2/2_0}Url" minOccurs="0"/>
<element name="applicableForUser" type="{http://datex2.eu/schema/2/2_0}UserTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="availabilityAndOpeningTimes" type="{http://datex2.eu/schema/2/2_0}OpeningTimes" minOccurs="0"/>
<element name="tariffsAndPayment" type="{http://datex2.eu/schema/2/2_0}TariffsAndPayment" minOccurs="0"/>
<element name="groupOfLocations" type="{http://datex2.eu/schema/2/2_0}GroupOfLocations" minOccurs="0"/>
<element name="applicableForVehicles" type="{http://datex2.eu/schema/2/2_0}VehicleCharacteristics" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingEquipmentOrServiceFacilityExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AccessibilityEnum> |
accessibility |
protected MultilingualString |
additionalDescription |
protected List<UserTypeEnum> |
applicableForUser |
protected List<VehicleCharacteristics> |
applicableForVehicles |
protected AvailabilityEnum |
availability |
protected OpeningTimes |
availabilityAndOpeningTimes |
protected MultilingualString |
comment |
protected List<String> |
equipmentOrServiceFacilityIdentifier |
protected GroupOfLocations |
groupOfLocations |
protected MultilingualString |
nameOrBrand |
protected Long |
numberOfEquipmentOrServiceFacility |
protected MultilingualString |
otherEquipmentOrServiceFacility |
protected ExtensionType |
parkingEquipmentOrServiceFacilityExtension |
protected String |
photoUrl |
protected TariffsAndPayment |
tariffsAndPayment |
| Constructor and Description |
|---|
ParkingEquipmentOrServiceFacility() |
| Modifier and Type | Method and Description |
|---|---|
List<AccessibilityEnum> |
getAccessibility()
Gets the value of the accessibility property.
|
MultilingualString |
getAdditionalDescription()
Gets the value of the additionalDescription property.
|
List<UserTypeEnum> |
getApplicableForUser()
Gets the value of the applicableForUser property.
|
List<VehicleCharacteristics> |
getApplicableForVehicles()
Gets the value of the applicableForVehicles property.
|
AvailabilityEnum |
getAvailability()
Gets the value of the availability property.
|
OpeningTimes |
getAvailabilityAndOpeningTimes()
Gets the value of the availabilityAndOpeningTimes property.
|
MultilingualString |
getComment()
Gets the value of the comment property.
|
List<String> |
getEquipmentOrServiceFacilityIdentifier()
Gets the value of the equipmentOrServiceFacilityIdentifier property.
|
GroupOfLocations |
getGroupOfLocations()
Gets the value of the groupOfLocations property.
|
MultilingualString |
getNameOrBrand()
Gets the value of the nameOrBrand property.
|
Long |
getNumberOfEquipmentOrServiceFacility()
Gets the value of the numberOfEquipmentOrServiceFacility property.
|
MultilingualString |
getOtherEquipmentOrServiceFacility()
Gets the value of the otherEquipmentOrServiceFacility property.
|
ExtensionType |
getParkingEquipmentOrServiceFacilityExtension()
Gets the value of the parkingEquipmentOrServiceFacilityExtension property.
|
String |
getPhotoUrl()
Gets the value of the photoUrl property.
|
TariffsAndPayment |
getTariffsAndPayment()
Gets the value of the tariffsAndPayment property.
|
void |
setAdditionalDescription(MultilingualString value)
Sets the value of the additionalDescription property.
|
void |
setAvailability(AvailabilityEnum value)
Sets the value of the availability property.
|
void |
setAvailabilityAndOpeningTimes(OpeningTimes value)
Sets the value of the availabilityAndOpeningTimes property.
|
void |
setComment(MultilingualString value)
Sets the value of the comment property.
|
void |
setGroupOfLocations(GroupOfLocations value)
Sets the value of the groupOfLocations property.
|
void |
setNameOrBrand(MultilingualString value)
Sets the value of the nameOrBrand property.
|
void |
setNumberOfEquipmentOrServiceFacility(Long value)
Sets the value of the numberOfEquipmentOrServiceFacility property.
|
void |
setOtherEquipmentOrServiceFacility(MultilingualString value)
Sets the value of the otherEquipmentOrServiceFacility property.
|
void |
setParkingEquipmentOrServiceFacilityExtension(ExtensionType value)
Sets the value of the parkingEquipmentOrServiceFacilityExtension property.
|
void |
setPhotoUrl(String value)
Sets the value of the photoUrl property.
|
void |
setTariffsAndPayment(TariffsAndPayment value)
Sets the value of the tariffsAndPayment property.
|
protected AvailabilityEnum availability
protected Long numberOfEquipmentOrServiceFacility
protected MultilingualString additionalDescription
protected MultilingualString otherEquipmentOrServiceFacility
protected List<AccessibilityEnum> accessibility
protected MultilingualString nameOrBrand
protected MultilingualString comment
protected String photoUrl
protected List<UserTypeEnum> applicableForUser
protected OpeningTimes availabilityAndOpeningTimes
protected TariffsAndPayment tariffsAndPayment
protected GroupOfLocations groupOfLocations
protected List<VehicleCharacteristics> applicableForVehicles
protected ExtensionType parkingEquipmentOrServiceFacilityExtension
public List<String> getEquipmentOrServiceFacilityIdentifier()
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 equipmentOrServiceFacilityIdentifier property.
For example, to add a new item, do as follows:
getEquipmentOrServiceFacilityIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
String
public AvailabilityEnum getAvailability()
AvailabilityEnumpublic void setAvailability(AvailabilityEnum value)
value - allowed object is
AvailabilityEnumpublic Long getNumberOfEquipmentOrServiceFacility()
Stringpublic void setNumberOfEquipmentOrServiceFacility(Long value)
value - allowed object is
Stringpublic MultilingualString getAdditionalDescription()
MultilingualStringpublic void setAdditionalDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic MultilingualString getOtherEquipmentOrServiceFacility()
MultilingualStringpublic void setOtherEquipmentOrServiceFacility(MultilingualString value)
value - allowed object is
MultilingualStringpublic List<AccessibilityEnum> getAccessibility()
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 accessibility property.
For example, to add a new item, do as follows:
getAccessibility().add(newItem);
Objects of the following type(s) are allowed in the list
AccessibilityEnum
public MultilingualString getNameOrBrand()
MultilingualStringpublic void setNameOrBrand(MultilingualString value)
value - allowed object is
MultilingualStringpublic MultilingualString getComment()
MultilingualStringpublic void setComment(MultilingualString value)
value - allowed object is
MultilingualStringpublic String getPhotoUrl()
Stringpublic void setPhotoUrl(String value)
value - allowed object is
Stringpublic 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 OpeningTimes getAvailabilityAndOpeningTimes()
OpeningTimespublic void setAvailabilityAndOpeningTimes(OpeningTimes value)
value - allowed object is
OpeningTimespublic TariffsAndPayment getTariffsAndPayment()
TariffsAndPaymentpublic void setTariffsAndPayment(TariffsAndPayment value)
value - allowed object is
TariffsAndPaymentpublic GroupOfLocations getGroupOfLocations()
GroupOfLocationspublic void setGroupOfLocations(GroupOfLocations value)
value - allowed object is
GroupOfLocationspublic List<VehicleCharacteristics> getApplicableForVehicles()
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 applicableForVehicles property.
For example, to add a new item, do as follows:
getApplicableForVehicles().add(newItem);
Objects of the following type(s) are allowed in the list
VehicleCharacteristics
public ExtensionType getParkingEquipmentOrServiceFacilityExtension()
ExtensionTypepublic void setParkingEquipmentOrServiceFacilityExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.