Class MaintenanceWorks

  • All Implemented Interfaces:
    Serializable

    public class MaintenanceWorks
    extends Roadworks
    implements Serializable
    Roadworks involving the maintenance or installation of infrastructure.#NOTES#

    Java class for MaintenanceWorks complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MaintenanceWorks">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}Roadworks">
           <sequence>
             <element name="roadMaintenanceType" type="{http://datex2.eu/schema/1_0/1_0}RoadMaintenanceTypeEnum" maxOccurs="unbounded"/>
             <element name="maintenanceWorksExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • MaintenanceWorks

        public MaintenanceWorks()
    • Method Detail

      • getRoadMaintenanceTypes

        public List<RoadMaintenanceTypeEnum> getRoadMaintenanceTypes()
        Gets the value of the roadMaintenanceTypes property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the roadMaintenanceTypes property.

        For example, to add a new item, do as follows:

            getRoadMaintenanceTypes().add(newItem);
         

        Objects of the following type(s) are allowed in the list RoadMaintenanceTypeEnum

      • getMaintenanceWorksExtension

        public ExtensionType getMaintenanceWorksExtension()
        Gets the value of the maintenanceWorksExtension property.
        Returns:
        possible object is ExtensionType
      • setMaintenanceWorksExtension

        public void setMaintenanceWorksExtension​(ExtensionType value)
        Sets the value of the maintenanceWorksExtension property.
        Parameters:
        value - allowed object is ExtensionType