public class MaintenanceWorks extends Roadworks
Java class for MaintenanceWorks complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaintenanceWorks">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}Roadworks">
<sequence>
<element name="roadMaintenanceType" type="{http://datex2.eu/schema/2/2_0}RoadMaintenanceTypeEnum" maxOccurs="unbounded"/>
<element name="maintenanceWorksExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
maintenanceWorksExtension |
protected List<RoadMaintenanceTypeEnum> |
roadMaintenanceType |
maintenanceVehicles, mobility, roadworksDuration, roadworksExtension, roadworksScale, subjects, underTraffic, urgentRoadworksactionOrigin, actionPlanIdentifier, operatorActionExtension, operatorActionStatuscause, confidentialityOverride, generalPublicComment, groupOfLocations, id, impact, management, nonGeneralPublicComment, probabilityOfOccurrence, severity, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersionTime, source, urlLink, validity, version| Constructor and Description |
|---|
MaintenanceWorks() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getMaintenanceWorksExtension()
Gets the value of the maintenanceWorksExtension property.
|
List<RoadMaintenanceTypeEnum> |
getRoadMaintenanceType()
Gets the value of the roadMaintenanceType property.
|
void |
setMaintenanceWorksExtension(ExtensionType value)
Sets the value of the maintenanceWorksExtension property.
|
getMaintenanceVehicles, getMobility, getRoadworksDuration, getRoadworksExtension, getRoadworksScale, getSubjects, isUnderTraffic, isUrgentRoadworks, setMaintenanceVehicles, setMobility, setRoadworksDuration, setRoadworksExtension, setRoadworksScale, setSubjects, setUnderTraffic, setUrgentRoadworksgetActionOrigin, getActionPlanIdentifier, getOperatorActionExtension, getOperatorActionStatus, setActionOrigin, setActionPlanIdentifier, setOperatorActionExtension, setOperatorActionStatusgetCause, getConfidentialityOverride, getGeneralPublicComment, getGroupOfLocations, getId, getImpact, getManagement, getNonGeneralPublicComment, getProbabilityOfOccurrence, getSeverity, getSituationRecordCreationReference, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordFirstSupplierVersionTime, getSituationRecordObservationTime, getSituationRecordVersionTime, getSource, getUrlLink, getValidity, getVersion, setCause, setConfidentialityOverride, setGroupOfLocations, setId, setImpact, setManagement, setProbabilityOfOccurrence, setSeverity, setSituationRecordCreationReference, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordFirstSupplierVersionTime, setSituationRecordObservationTime, setSituationRecordVersionTime, setSource, setValidity, setVersionprotected List<RoadMaintenanceTypeEnum> roadMaintenanceType
protected ExtensionType maintenanceWorksExtension
public List<RoadMaintenanceTypeEnum> getRoadMaintenanceType()
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 roadMaintenanceType property.
For example, to add a new item, do as follows:
getRoadMaintenanceType().add(newItem);
Objects of the following type(s) are allowed in the list
RoadMaintenanceTypeEnum
public ExtensionType getMaintenanceWorksExtension()
ExtensionTypepublic void setMaintenanceWorksExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.