public class ConstructionWorks extends Roadworks
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/2_0}Roadworks"> <sequence> <element name="constructionWorkType" type="{http://datex2.eu/schema/2/2_0}ConstructionWorkTypeEnum"/> <element name="constructionWorksExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
constructionWorksExtension |
protected ConstructionWorkTypeEnum |
constructionWorkType |
roadworksExtension
operatorActionExtension
cause, generalPublicComments, groupOfLocations, id, impact, probabilityOfOccurrence, situationRecordCreationTime, situationRecordExtension, situationRecordVersionTime, urlLinks, validity, version
Constructor and Description |
---|
ConstructionWorks() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getConstructionWorksExtension()
Gets the value of the constructionWorksExtension property.
|
ConstructionWorkTypeEnum |
getConstructionWorkType()
Gets the value of the constructionWorkType property.
|
void |
setConstructionWorksExtension(ExtensionType value)
Sets the value of the constructionWorksExtension property.
|
void |
setConstructionWorkType(ConstructionWorkTypeEnum value)
Sets the value of the constructionWorkType property.
|
getRoadworksExtension, setRoadworksExtension
getOperatorActionExtension, setOperatorActionExtension
getCause, getGeneralPublicComments, getGroupOfLocations, getId, getImpact, getProbabilityOfOccurrence, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordVersionTime, getUrlLinks, getValidity, getVersion, setCause, setGroupOfLocations, setId, setImpact, setProbabilityOfOccurrence, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordVersionTime, setValidity, setVersion
protected ConstructionWorkTypeEnum constructionWorkType
protected ExtensionType constructionWorksExtension
public ConstructionWorkTypeEnum getConstructionWorkType()
ConstructionWorkTypeEnum
public void setConstructionWorkType(ConstructionWorkTypeEnum value)
value
- allowed object is
ConstructionWorkTypeEnum
public ExtensionType getConstructionWorksExtension()
ExtensionType
public void setConstructionWorksExtension(ExtensionType value)
value
- allowed object is
ExtensionType