public class ParkingStandardsAndSecurity extends Object
Java class for ParkingStandardsAndSecurity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingStandardsAndSecurity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="labelSecurityLevel" type="{http://datex2.eu/schema/2/2_0}LABELSecurityLevelEnum" minOccurs="0"/>
<element name="labelServiceLevel" type="{http://datex2.eu/schema/2/2_0}LABELServiceLevelEnum" minOccurs="0"/>
<element name="labelSecurityLevelSelfAssessment" type="{http://datex2.eu/schema/2/2_0}LABELSecurityLevelEnum" minOccurs="0"/>
<element name="labelServiceLevelSelfAssessment" type="{http://datex2.eu/schema/2/2_0}LABELServiceLevelEnum" minOccurs="0"/>
<element name="parkingSecurity" type="{http://datex2.eu/schema/2/2_0}ParkingSecurityEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingAdditionalSecurity" type="{http://datex2.eu/schema/2/2_0}MultilingualString" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingSupervision" type="{http://datex2.eu/schema/2/2_0}ParkingSupervisionEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingSecurityNationalClassification" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="certifiedSecureParking" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="dateOfCertification" type="{http://datex2.eu/schema/2/2_0}Date" minOccurs="0"/>
<element name="parkingStandardsAndSecurityExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
certifiedSecureParking |
protected XMLGregorianCalendar |
dateOfCertification |
protected LABELSecurityLevelEnum |
labelSecurityLevel |
protected LABELSecurityLevelEnum |
labelSecurityLevelSelfAssessment |
protected LABELServiceLevelEnum |
labelServiceLevel |
protected LABELServiceLevelEnum |
labelServiceLevelSelfAssessment |
protected List<MultilingualString> |
parkingAdditionalSecurity |
protected List<ParkingSecurityEnum> |
parkingSecurity |
protected MultilingualString |
parkingSecurityNationalClassification |
protected ExtensionType |
parkingStandardsAndSecurityExtension |
protected List<ParkingSupervisionEnum> |
parkingSupervision |
| Constructor and Description |
|---|
ParkingStandardsAndSecurity() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateOfCertification()
Gets the value of the dateOfCertification property.
|
LABELSecurityLevelEnum |
getLabelSecurityLevel()
Gets the value of the labelSecurityLevel property.
|
LABELSecurityLevelEnum |
getLabelSecurityLevelSelfAssessment()
Gets the value of the labelSecurityLevelSelfAssessment property.
|
LABELServiceLevelEnum |
getLabelServiceLevel()
Gets the value of the labelServiceLevel property.
|
LABELServiceLevelEnum |
getLabelServiceLevelSelfAssessment()
Gets the value of the labelServiceLevelSelfAssessment property.
|
List<MultilingualString> |
getParkingAdditionalSecurity()
Gets the value of the parkingAdditionalSecurity property.
|
List<ParkingSecurityEnum> |
getParkingSecurity()
Gets the value of the parkingSecurity property.
|
MultilingualString |
getParkingSecurityNationalClassification()
Gets the value of the parkingSecurityNationalClassification property.
|
ExtensionType |
getParkingStandardsAndSecurityExtension()
Gets the value of the parkingStandardsAndSecurityExtension property.
|
List<ParkingSupervisionEnum> |
getParkingSupervision()
Gets the value of the parkingSupervision property.
|
Boolean |
isCertifiedSecureParking()
Gets the value of the certifiedSecureParking property.
|
void |
setCertifiedSecureParking(Boolean value)
Sets the value of the certifiedSecureParking property.
|
void |
setDateOfCertification(XMLGregorianCalendar value)
Sets the value of the dateOfCertification property.
|
void |
setLabelSecurityLevel(LABELSecurityLevelEnum value)
Sets the value of the labelSecurityLevel property.
|
void |
setLabelSecurityLevelSelfAssessment(LABELSecurityLevelEnum value)
Sets the value of the labelSecurityLevelSelfAssessment property.
|
void |
setLabelServiceLevel(LABELServiceLevelEnum value)
Sets the value of the labelServiceLevel property.
|
void |
setLabelServiceLevelSelfAssessment(LABELServiceLevelEnum value)
Sets the value of the labelServiceLevelSelfAssessment property.
|
void |
setParkingSecurityNationalClassification(MultilingualString value)
Sets the value of the parkingSecurityNationalClassification property.
|
void |
setParkingStandardsAndSecurityExtension(ExtensionType value)
Sets the value of the parkingStandardsAndSecurityExtension property.
|
protected LABELSecurityLevelEnum labelSecurityLevel
protected LABELServiceLevelEnum labelServiceLevel
protected LABELSecurityLevelEnum labelSecurityLevelSelfAssessment
protected LABELServiceLevelEnum labelServiceLevelSelfAssessment
protected List<ParkingSecurityEnum> parkingSecurity
protected List<MultilingualString> parkingAdditionalSecurity
protected List<ParkingSupervisionEnum> parkingSupervision
protected MultilingualString parkingSecurityNationalClassification
protected Boolean certifiedSecureParking
protected XMLGregorianCalendar dateOfCertification
protected ExtensionType parkingStandardsAndSecurityExtension
public LABELSecurityLevelEnum getLabelSecurityLevel()
LABELSecurityLevelEnumpublic void setLabelSecurityLevel(LABELSecurityLevelEnum value)
value - allowed object is
LABELSecurityLevelEnumpublic LABELServiceLevelEnum getLabelServiceLevel()
LABELServiceLevelEnumpublic void setLabelServiceLevel(LABELServiceLevelEnum value)
value - allowed object is
LABELServiceLevelEnumpublic LABELSecurityLevelEnum getLabelSecurityLevelSelfAssessment()
LABELSecurityLevelEnumpublic void setLabelSecurityLevelSelfAssessment(LABELSecurityLevelEnum value)
value - allowed object is
LABELSecurityLevelEnumpublic LABELServiceLevelEnum getLabelServiceLevelSelfAssessment()
LABELServiceLevelEnumpublic void setLabelServiceLevelSelfAssessment(LABELServiceLevelEnum value)
value - allowed object is
LABELServiceLevelEnumpublic List<ParkingSecurityEnum> getParkingSecurity()
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 parkingSecurity property.
For example, to add a new item, do as follows:
getParkingSecurity().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingSecurityEnum
public List<MultilingualString> getParkingAdditionalSecurity()
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 parkingAdditionalSecurity property.
For example, to add a new item, do as follows:
getParkingAdditionalSecurity().add(newItem);
Objects of the following type(s) are allowed in the list
MultilingualString
public List<ParkingSupervisionEnum> getParkingSupervision()
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 parkingSupervision property.
For example, to add a new item, do as follows:
getParkingSupervision().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingSupervisionEnum
public MultilingualString getParkingSecurityNationalClassification()
MultilingualStringpublic void setParkingSecurityNationalClassification(MultilingualString value)
value - allowed object is
MultilingualStringpublic Boolean isCertifiedSecureParking()
Booleanpublic void setCertifiedSecureParking(Boolean value)
value - allowed object is
Booleanpublic XMLGregorianCalendar getDateOfCertification()
XMLGregorianCalendarpublic void setDateOfCertification(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ExtensionType getParkingStandardsAndSecurityExtension()
ExtensionTypepublic void setParkingStandardsAndSecurityExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.