Class ConstructionWorks
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
-
- eu.datex2.siri20.schema._2_0rc1._2_0.OperatorAction
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Roadworks
-
- eu.datex2.siri20.schema._2_0rc1._2_0.ConstructionWorks
-
- All Implemented Interfaces:
Serializable
public class ConstructionWorks extends Roadworks implements Serializable
Java class for ConstructionWorks complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConstructionWorks"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Roadworks"> <sequence> <element name="constructionWorkType" type="{http://datex2.eu/schema/2_0RC1/2_0}ConstructionWorkTypeEnum" minOccurs="0"/> <element name="constructionWorksExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypeconstructionWorksExtensionprotected ConstructionWorkTypeEnumconstructionWorkType-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Roadworks
maintenanceVehicles, mobility, roadworksDuration, roadworksExtension, roadworksScale, subjects, underTraffic, urgentRoadworks
-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.OperatorAction
actionOrigin, operatorActionExtension, operatorActionStatus
-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
cause, confidentialityOverride, generalPublicComments, groupOfLocations, id, impact, management, nonGeneralPublicComments, probabilityOfOccurrence, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersion, situationRecordVersionTime, source, urlLinks, validity
-
-
Constructor Summary
Constructors Constructor Description ConstructionWorks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetConstructionWorksExtension()Gets the value of the constructionWorksExtension property.ConstructionWorkTypeEnumgetConstructionWorkType()Gets the value of the constructionWorkType property.voidsetConstructionWorksExtension(ExtensionType value)Sets the value of the constructionWorksExtension property.voidsetConstructionWorkType(ConstructionWorkTypeEnum value)Sets the value of the constructionWorkType property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Roadworks
getMaintenanceVehicles, getMobility, getRoadworksDuration, getRoadworksExtension, getRoadworksScale, getSubjects, isUnderTraffic, isUrgentRoadworks, setMaintenanceVehicles, setMobility, setRoadworksDuration, setRoadworksExtension, setRoadworksScale, setSubjects, setUnderTraffic, setUrgentRoadworks
-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.OperatorAction
getActionOrigin, getOperatorActionExtension, getOperatorActionStatus, setActionOrigin, setOperatorActionExtension, setOperatorActionStatus
-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
getCause, getConfidentialityOverride, getGeneralPublicComments, getGroupOfLocations, getId, getImpact, getManagement, getNonGeneralPublicComments, getProbabilityOfOccurrence, getSituationRecordCreationReference, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordFirstSupplierVersionTime, getSituationRecordObservationTime, getSituationRecordVersion, getSituationRecordVersionTime, getSource, getUrlLinks, getValidity, setCause, setConfidentialityOverride, setGroupOfLocations, setId, setImpact, setManagement, setProbabilityOfOccurrence, setSituationRecordCreationReference, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordFirstSupplierVersionTime, setSituationRecordObservationTime, setSituationRecordVersion, setSituationRecordVersionTime, setSource, setValidity
-
-
-
-
Field Detail
-
constructionWorkType
protected ConstructionWorkTypeEnum constructionWorkType
-
constructionWorksExtension
protected ExtensionType constructionWorksExtension
-
-
Method Detail
-
getConstructionWorkType
public ConstructionWorkTypeEnum getConstructionWorkType()
Gets the value of the constructionWorkType property.- Returns:
- possible object is
ConstructionWorkTypeEnum
-
setConstructionWorkType
public void setConstructionWorkType(ConstructionWorkTypeEnum value)
Sets the value of the constructionWorkType property.- Parameters:
value- allowed object isConstructionWorkTypeEnum
-
getConstructionWorksExtension
public ExtensionType getConstructionWorksExtension()
Gets the value of the constructionWorksExtension property.- Returns:
- possible object is
ExtensionType
-
setConstructionWorksExtension
public void setConstructionWorksExtension(ExtensionType value)
Sets the value of the constructionWorksExtension property.- Parameters:
value- allowed object isExtensionType
-
-