Class Visibility

  • All Implemented Interfaces:
    Serializable

    public class Visibility
    extends Object
    implements Serializable
    Details of atmospheric visibility.

    Java class for Visibility complex type.

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

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

      • visibilityValue

        protected BigInteger visibilityValue
      • visibilityExtension

        protected ExtensionType visibilityExtension
    • Constructor Detail

      • Visibility

        public Visibility()
    • Method Detail

      • getVisibilityValue

        public BigInteger getVisibilityValue()
        Gets the value of the visibilityValue property.
        Returns:
        possible object is BigInteger
      • setVisibilityValue

        public void setVisibilityValue​(BigInteger value)
        Sets the value of the visibilityValue property.
        Parameters:
        value - allowed object is BigInteger
      • getVisibilityExtension

        public ExtensionType getVisibilityExtension()
        Gets the value of the visibilityExtension property.
        Returns:
        possible object is ExtensionType
      • setVisibilityExtension

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