public class GroupOfParkingSites extends ParkingRecord
Java class for GroupOfParkingSites complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupOfParkingSites">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}ParkingRecord">
<sequence>
<element name="groupOfParkingSitesType" type="{http://datex2.eu/schema/2/2_0}GroupOfParkingSitesTypeEnum" minOccurs="0"/>
<element name="parkingSiteByReference" type="{http://datex2.eu/schema/2/2_0}_ParkingRecordVersionedReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingSite" type="{http://datex2.eu/schema/2/2_0}ParkingSite" maxOccurs="unbounded" minOccurs="0"/>
<element name="groupOfParkingSitesExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
groupOfParkingSitesExtension |
protected GroupOfParkingSitesTypeEnum |
groupOfParkingSitesType |
protected List<ParkingSite> |
parkingSite |
protected List<ParkingRecordVersionedReference> |
parkingSiteByReference |
assignedParkingAmongOthers, emergencyAssemblyPoint, emergencyContact, entireArea, groupOfParkingSpaces, id, maximumParkingDuration, onlyAssignedParking, operator, owner, parkingAlias, parkingColour, parkingDescription, parkingEquipmentOrServiceFacility, parkingLocation, parkingName, parkingNumberOfSpaces, parkingOccupanyDetectionType, parkingPrincipalNumberOfSpaces, parkingRecordDimension, parkingRecordExtension, parkingRecordVersionTime, parkingRoute, parkingSpace, parkingThresholds, parkingVMS, permitsAndProhibitions, photoUrl, prohibitedParking, responisbleAuthority, securityService, servicePartner, tariffsAndPayment, urlLinkAddress, version| Constructor and Description |
|---|
GroupOfParkingSites() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getGroupOfParkingSitesExtension()
Gets the value of the groupOfParkingSitesExtension property.
|
GroupOfParkingSitesTypeEnum |
getGroupOfParkingSitesType()
Gets the value of the groupOfParkingSitesType property.
|
List<ParkingSite> |
getParkingSite()
Gets the value of the parkingSite property.
|
List<ParkingRecordVersionedReference> |
getParkingSiteByReference()
Gets the value of the parkingSiteByReference property.
|
void |
setGroupOfParkingSitesExtension(ExtensionType value)
Sets the value of the groupOfParkingSitesExtension property.
|
void |
setGroupOfParkingSitesType(GroupOfParkingSitesTypeEnum value)
Sets the value of the groupOfParkingSitesType property.
|
getAssignedParkingAmongOthers, getEmergencyAssemblyPoint, getEmergencyContact, getEntireArea, getGroupOfParkingSpaces, getId, getMaximumParkingDuration, getOnlyAssignedParking, getOperator, getOwner, getParkingAlias, getParkingColour, getParkingDescription, getParkingEquipmentOrServiceFacility, getParkingLocation, getParkingName, getParkingNumberOfSpaces, getParkingOccupanyDetectionType, getParkingPrincipalNumberOfSpaces, getParkingRecordDimension, getParkingRecordExtension, getParkingRecordVersionTime, getParkingRoute, getParkingSpace, getParkingThresholds, getParkingVMS, getPermitsAndProhibitions, getPhotoUrl, getProhibitedParking, getResponisbleAuthority, getSecurityService, getServicePartner, getTariffsAndPayment, getUrlLinkAddress, getVersion, setAssignedParkingAmongOthers, setEmergencyAssemblyPoint, setEntireArea, setId, setMaximumParkingDuration, setOnlyAssignedParking, setParkingColour, setParkingDescription, setParkingLocation, setParkingName, setParkingNumberOfSpaces, setParkingPrincipalNumberOfSpaces, setParkingRecordDimension, setParkingRecordExtension, setParkingRecordVersionTime, setParkingThresholds, setPhotoUrl, setProhibitedParking, setTariffsAndPayment, setUrlLinkAddress, setVersionprotected GroupOfParkingSitesTypeEnum groupOfParkingSitesType
protected List<ParkingRecordVersionedReference> parkingSiteByReference
protected List<ParkingSite> parkingSite
protected ExtensionType groupOfParkingSitesExtension
public GroupOfParkingSitesTypeEnum getGroupOfParkingSitesType()
GroupOfParkingSitesTypeEnumpublic void setGroupOfParkingSitesType(GroupOfParkingSitesTypeEnum value)
value - allowed object is
GroupOfParkingSitesTypeEnumpublic List<ParkingRecordVersionedReference> getParkingSiteByReference()
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 parkingSiteByReference property.
For example, to add a new item, do as follows:
getParkingSiteByReference().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingRecordVersionedReference
public List<ParkingSite> getParkingSite()
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 parkingSite property.
For example, to add a new item, do as follows:
getParkingSite().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingSite
public ExtensionType getGroupOfParkingSitesExtension()
ExtensionTypepublic void setGroupOfParkingSitesExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.