Class ManagementDescriptiveData

  • All Implemented Interfaces:
    Serializable

    public class ManagementDescriptiveData
    extends Object
    implements Serializable
    General management information.

    Java class for ManagementDescriptiveData complex type.

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

     <complexType name="ManagementDescriptiveData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="messageChain" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/>
             <element name="managementDescriptiveDataExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • messageChain

        protected String messageChain
      • managementDescriptiveDataExtension

        protected ExtensionType managementDescriptiveDataExtension
    • Constructor Detail

      • ManagementDescriptiveData

        public ManagementDescriptiveData()
    • Method Detail

      • getMessageChain

        public String getMessageChain()
        Gets the value of the messageChain property.
        Returns:
        possible object is String
      • setMessageChain

        public void setMessageChain​(String value)
        Sets the value of the messageChain property.
        Parameters:
        value - allowed object is String
      • getManagementDescriptiveDataExtension

        public ExtensionType getManagementDescriptiveDataExtension()
        Gets the value of the managementDescriptiveDataExtension property.
        Returns:
        possible object is ExtensionType
      • setManagementDescriptiveDataExtension

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