public class ConstructionWorks extends Roadworks
Java-Klasse für ConstructionWorks complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 |
mobility, roadworksDuration, roadworksExtension, subjects, urgentRoadworks
actionPlanIdentifier, operatorActionExtension, operatorActionStatus
cause, generalPublicComment, groupOfLocations, id, impact, nonGeneralPublicComment, probabilityOfOccurrence, severity, situationRecordCreationTime, situationRecordExtension, situationRecordVersionTime, urlLink, validity, version
Constructor and Description |
---|
ConstructionWorks() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getConstructionWorksExtension()
Ruft den Wert der constructionWorksExtension-Eigenschaft ab.
|
ConstructionWorkTypeEnum |
getConstructionWorkType()
Ruft den Wert der constructionWorkType-Eigenschaft ab.
|
void |
setConstructionWorksExtension(ExtensionType value)
Legt den Wert der constructionWorksExtension-Eigenschaft fest.
|
void |
setConstructionWorkType(ConstructionWorkTypeEnum value)
Legt den Wert der constructionWorkType-Eigenschaft fest.
|
getMobility, getRoadworksDuration, getRoadworksExtension, getSubjects, isUrgentRoadworks, setMobility, setRoadworksDuration, setRoadworksExtension, setSubjects, setUrgentRoadworks
getActionPlanIdentifier, getOperatorActionExtension, getOperatorActionStatus, setActionPlanIdentifier, setOperatorActionExtension, setOperatorActionStatus
getCause, getGeneralPublicComment, getGroupOfLocations, getId, getImpact, getNonGeneralPublicComment, getProbabilityOfOccurrence, getSeverity, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordVersionTime, getUrlLink, getValidity, getVersion, setCause, setGroupOfLocations, setId, setImpact, setProbabilityOfOccurrence, setSeverity, 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