Class HeaderInformation

  • All Implemented Interfaces:
    Serializable

    public class HeaderInformation
    extends Object
    implements Serializable
    Management information relating to the data contained within a publication.

    Java class for HeaderInformation complex type.

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

     <complexType name="HeaderInformation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="areaOfInterest" type="{http://datex2.eu/schema/1_0/1_0}AreaOfInterestEnum" minOccurs="0"/>
             <element name="confidentiality" type="{http://datex2.eu/schema/1_0/1_0}ConfidentialityValueEnum"/>
             <element name="informationUsage" type="{http://datex2.eu/schema/1_0/1_0}InformationUsageEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="informationStatus" type="{http://datex2.eu/schema/1_0/1_0}InformationStatusEnum"/>
             <element name="urgency" type="{http://datex2.eu/schema/1_0/1_0}UrgencyEnum" minOccurs="0"/>
             <element name="headerInformationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • HeaderInformation

        public HeaderInformation()
    • Method Detail

      • setAreaOfInterest

        public void setAreaOfInterest​(AreaOfInterestEnum value)
        Sets the value of the areaOfInterest property.
        Parameters:
        value - allowed object is AreaOfInterestEnum
      • getInformationUsages

        public List<InformationUsageEnum> getInformationUsages()
        Gets the value of the informationUsages 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 informationUsages property.

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

            getInformationUsages().add(newItem);
         

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

      • getUrgency

        public UrgencyEnum getUrgency()
        Gets the value of the urgency property.
        Returns:
        possible object is UrgencyEnum
      • setUrgency

        public void setUrgency​(UrgencyEnum value)
        Sets the value of the urgency property.
        Parameters:
        value - allowed object is UrgencyEnum
      • getHeaderInformationExtension

        public ExtensionType getHeaderInformationExtension()
        Gets the value of the headerInformationExtension property.
        Returns:
        possible object is ExtensionType
      • setHeaderInformationExtension

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