Class ConstructionWorks
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.SituationRecord
-
- eu.datex2.siri13.schema._1_0._1_0.OperatorAction
-
- eu.datex2.siri13.schema._1_0._1_0.Roadworks
-
- eu.datex2.siri13.schema._1_0._1_0.ConstructionWorks
-
- All Implemented Interfaces:
Serializable
public class ConstructionWorks extends Roadworks implements Serializable
Roadworks involving the construction of new infrastructure.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/1_0/1_0}Roadworks"> <sequence> <element name="constructionWorkType" type="{http://datex2.eu/schema/1_0/1_0}ConstructionWorkTypeEnum" minOccurs="0"/> <element name="constructionWorksExtension" type="{http://datex2.eu/schema/1_0/1_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.siri13.schema._1_0._1_0.Roadworks
associatedMaintenanceVehicles, effectOnRoadLayouts, mobility, roadworksDuration, roadworksExtension, roadworksScale, subjectTypeOfWorks, underTraffic, urgentRoadworks
-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.OperatorAction
actionOrigin, operatorActionExtension, operatorActionStatus, provisional
-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.SituationRecord
advices, cause, generalPublicComments, groupOfLocations, id, impact, informationUsageOverride, management, nonGeneralPublicComments, probabilityOfOccurrence, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersion, situationRecordVersionTime, sourceInformation, 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.siri13.schema._1_0._1_0.Roadworks
getAssociatedMaintenanceVehicles, getEffectOnRoadLayouts, getMobility, getRoadworksDuration, getRoadworksExtension, getRoadworksScale, getSubjectTypeOfWorks, isUnderTraffic, isUrgentRoadworks, setAssociatedMaintenanceVehicles, setMobility, setRoadworksDuration, setRoadworksExtension, setRoadworksScale, setSubjectTypeOfWorks, setUnderTraffic, setUrgentRoadworks
-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.OperatorAction
getActionOrigin, getOperatorActionExtension, getOperatorActionStatus, isProvisional, setActionOrigin, setOperatorActionExtension, setOperatorActionStatus, setProvisional
-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.SituationRecord
getAdvices, getCause, getGeneralPublicComments, getGroupOfLocations, getId, getImpact, getInformationUsageOverride, getManagement, getNonGeneralPublicComments, getProbabilityOfOccurrence, getSituationRecordCreationReference, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordFirstSupplierVersionTime, getSituationRecordObservationTime, getSituationRecordVersion, getSituationRecordVersionTime, getSourceInformation, getValidity, setCause, setGroupOfLocations, setId, setImpact, setInformationUsageOverride, setManagement, setProbabilityOfOccurrence, setSituationRecordCreationReference, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordFirstSupplierVersionTime, setSituationRecordObservationTime, setSituationRecordVersion, setSituationRecordVersionTime, setSourceInformation, 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
-
-