Class Visibility
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.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 Summary
Fields Modifier and Type Field Description protected ExtensionTypevisibilityExtensionprotected BigIntegervisibilityValue
-
Constructor Summary
Constructors Constructor Description Visibility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetVisibilityExtension()Gets the value of the visibilityExtension property.BigIntegergetVisibilityValue()Gets the value of the visibilityValue property.voidsetVisibilityExtension(ExtensionType value)Sets the value of the visibilityExtension property.voidsetVisibilityValue(BigInteger value)Sets the value of the visibilityValue property.
-
-
-
Field Detail
-
visibilityValue
protected BigInteger visibilityValue
-
visibilityExtension
protected ExtensionType visibilityExtension
-
-
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 isBigInteger
-
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 isExtensionType
-
-