Class NetworkManagement

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    GeneralInstructionToRoadUsers, GeneralNetworkManagement, ReroutingManagement, RoadOrCarriagewayOrLaneManagement, SpeedManagement, WinterDrivingManagement

    public abstract class NetworkManagement
    extends OperatorAction
    implements Serializable

    Java class for NetworkManagement complex type.

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

     <complexType name="NetworkManagement">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}OperatorAction">
           <sequence>
             <element name="complianceOption" type="{http://datex2.eu/schema/2_0RC1/2_0}ComplianceOptionEnum"/>
             <element name="applicableForTrafficDirection" type="{http://datex2.eu/schema/2_0RC1/2_0}DirectionEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="applicableForTrafficType" type="{http://datex2.eu/schema/2_0RC1/2_0}TrafficTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="placesAtWhichApplicable" type="{http://datex2.eu/schema/2_0RC1/2_0}PlacesEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="automaticallyInitiated" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/>
             <element name="forVehiclesWithCharacteristicsOf" type="{http://datex2.eu/schema/2_0RC1/2_0}VehicleCharacteristics" maxOccurs="unbounded" minOccurs="0"/>
             <element name="networkManagementExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • NetworkManagement

        public NetworkManagement()
    • Method Detail

      • getApplicableForTrafficDirections

        public List<DirectionEnum> getApplicableForTrafficDirections()
        Gets the value of the applicableForTrafficDirections 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 applicableForTrafficDirections property.

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

            getApplicableForTrafficDirections().add(newItem);
         

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

      • getApplicableForTrafficTypes

        public List<TrafficTypeEnum> getApplicableForTrafficTypes()
        Gets the value of the applicableForTrafficTypes 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 applicableForTrafficTypes property.

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

            getApplicableForTrafficTypes().add(newItem);
         

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

      • getPlacesAtWhichApplicables

        public List<PlacesEnum> getPlacesAtWhichApplicables()
        Gets the value of the placesAtWhichApplicables 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 placesAtWhichApplicables property.

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

            getPlacesAtWhichApplicables().add(newItem);
         

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

      • isAutomaticallyInitiated

        public Boolean isAutomaticallyInitiated()
        Gets the value of the automaticallyInitiated property.
        Returns:
        possible object is Boolean
      • setAutomaticallyInitiated

        public void setAutomaticallyInitiated​(Boolean value)
        Sets the value of the automaticallyInitiated property.
        Parameters:
        value - allowed object is Boolean
      • getForVehiclesWithCharacteristicsOves

        public List<VehicleCharacteristics> getForVehiclesWithCharacteristicsOves()
        Gets the value of the forVehiclesWithCharacteristicsOves 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 forVehiclesWithCharacteristicsOves property.

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

            getForVehiclesWithCharacteristicsOves().add(newItem);
         

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

      • getNetworkManagementExtension

        public ExtensionType getNetworkManagementExtension()
        Gets the value of the networkManagementExtension property.
        Returns:
        possible object is ExtensionType
      • setNetworkManagementExtension

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