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 |
roadworksExtensionoperatorActionExtensioncause, 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, setRoadworksExtensiongetOperatorActionExtension, setOperatorActionExtensiongetCause, getGeneralPublicComments, getGroupOfLocations, getId, getImpact, getProbabilityOfOccurrence, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordVersionTime, getUrlLinks, getValidity, getVersion, setCause, setGroupOfLocations, setId, setImpact, setProbabilityOfOccurrence, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordVersionTime, setValidity, setVersionprotected ConstructionWorkTypeEnum constructionWorkType
protected ExtensionType constructionWorksExtension
public ConstructionWorkTypeEnum getConstructionWorkType()
ConstructionWorkTypeEnumpublic void setConstructionWorkType(ConstructionWorkTypeEnum value)
value - allowed object is
ConstructionWorkTypeEnumpublic ExtensionType getConstructionWorksExtension()
ExtensionTypepublic void setConstructionWorksExtension(ExtensionType value)
value - allowed object is
ExtensionType