Class 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
    • Constructor Detail

      • ConstructionWorks

        public ConstructionWorks()
    • Method Detail

      • 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 is ExtensionType