Class GeneralNetworkManagement

  • All Implemented Interfaces:
    Serializable

    public class GeneralNetworkManagement
    extends NetworkManagement
    implements Serializable

    Java class for GeneralNetworkManagement complex type.

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

     <complexType name="GeneralNetworkManagement">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}NetworkManagement">
           <sequence>
             <element name="generalNetworkManagementType" type="{http://datex2.eu/schema/2_0RC1/2_0}GeneralNetworkManagementTypeEnum"/>
             <element name="trafficManuallyDirectedBy" type="{http://datex2.eu/schema/2_0RC1/2_0}PersonCategoryEnum" minOccurs="0"/>
             <element name="generalNetworkManagementExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • GeneralNetworkManagement

        public GeneralNetworkManagement()
    • Method Detail

      • getTrafficManuallyDirectedBy

        public PersonCategoryEnum getTrafficManuallyDirectedBy()
        Gets the value of the trafficManuallyDirectedBy property.
        Returns:
        possible object is PersonCategoryEnum
      • setTrafficManuallyDirectedBy

        public void setTrafficManuallyDirectedBy​(PersonCategoryEnum value)
        Sets the value of the trafficManuallyDirectedBy property.
        Parameters:
        value - allowed object is PersonCategoryEnum
      • getGeneralNetworkManagementExtension

        public ExtensionType getGeneralNetworkManagementExtension()
        Gets the value of the generalNetworkManagementExtension property.
        Returns:
        possible object is ExtensionType
      • setGeneralNetworkManagementExtension

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