Class ReroutingManagement

  • All Implemented Interfaces:
    Serializable

    public class ReroutingManagement
    extends NetworkManagement
    implements Serializable

    Java class for ReroutingManagement complex type.

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

     <complexType name="ReroutingManagement">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}NetworkManagement">
           <sequence>
             <element name="reroutingManagementType" type="{http://datex2.eu/schema/2_0RC1/2_0}ReroutingManagementTypeEnum" maxOccurs="unbounded"/>
             <element name="reroutingItineraryDescription" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="signedRerouting" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/>
             <element name="entry" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/>
             <element name="exit" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/>
             <element name="roadOrJunctionNumber" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/>
             <element name="alternativeRoute" type="{http://datex2.eu/schema/2_0RC1/2_0}Itinerary" maxOccurs="unbounded" minOccurs="0"/>
             <element name="reroutingManagementExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ReroutingManagement

        public ReroutingManagement()
    • Method Detail

      • getReroutingManagementTypes

        public List<ReroutingManagementTypeEnum> getReroutingManagementTypes()
        Gets the value of the reroutingManagementTypes 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 JAXB object. This is why there is not a set method for the reroutingManagementTypes property.

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

            getReroutingManagementTypes().add(newItem);
         

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

      • getReroutingItineraryDescription

        public MultilingualString getReroutingItineraryDescription()
        Gets the value of the reroutingItineraryDescription property.
        Returns:
        possible object is MultilingualString
      • setReroutingItineraryDescription

        public void setReroutingItineraryDescription​(MultilingualString value)
        Sets the value of the reroutingItineraryDescription property.
        Parameters:
        value - allowed object is MultilingualString
      • isSignedRerouting

        public Boolean isSignedRerouting()
        Gets the value of the signedRerouting property.
        Returns:
        possible object is Boolean
      • setSignedRerouting

        public void setSignedRerouting​(Boolean value)
        Sets the value of the signedRerouting property.
        Parameters:
        value - allowed object is Boolean
      • getEntry

        public String getEntry()
        Gets the value of the entry property.
        Returns:
        possible object is String
      • setEntry

        public void setEntry​(String value)
        Sets the value of the entry property.
        Parameters:
        value - allowed object is String
      • getExit

        public String getExit()
        Gets the value of the exit property.
        Returns:
        possible object is String
      • setExit

        public void setExit​(String value)
        Sets the value of the exit property.
        Parameters:
        value - allowed object is String
      • getRoadOrJunctionNumber

        public String getRoadOrJunctionNumber()
        Gets the value of the roadOrJunctionNumber property.
        Returns:
        possible object is String
      • setRoadOrJunctionNumber

        public void setRoadOrJunctionNumber​(String value)
        Sets the value of the roadOrJunctionNumber property.
        Parameters:
        value - allowed object is String
      • getAlternativeRoutes

        public List<Itinerary> getAlternativeRoutes()
        Gets the value of the alternativeRoutes 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 JAXB object. This is why there is not a set method for the alternativeRoutes property.

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

            getAlternativeRoutes().add(newItem);
         

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

      • getReroutingManagementExtension

        public ExtensionType getReroutingManagementExtension()
        Gets the value of the reroutingManagementExtension property.
        Returns:
        possible object is ExtensionType
      • setReroutingManagementExtension

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