Class Warnings

  • All Implemented Interfaces:
    Serializable

    public class Warnings
    extends Advice
    implements Serializable
    Supplementary warning advice.

    Java class for Warnings complex type.

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

     <complexType name="Warnings">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}Advice">
           <sequence>
             <element name="warningAdvice" type="{http://datex2.eu/schema/1_0/1_0}WarningAdviceEnum"/>
             <element name="warningsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Warnings

        public Warnings()
    • Method Detail

      • setWarningAdvice

        public void setWarningAdvice​(WarningAdviceEnum value)
        Sets the value of the warningAdvice property.
        Parameters:
        value - allowed object is WarningAdviceEnum
      • getWarningsExtension

        public ExtensionType getWarningsExtension()
        Gets the value of the warningsExtension property.
        Returns:
        possible object is ExtensionType
      • setWarningsExtension

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