net.opengis.omeo.atm.v_2_0
Class EarthObservationResultType

java.lang.Object
  extended by net.opengis.gml.v_3_2_1.AbstractGMLType
      extended by net.opengis.gml.v_3_2_1.AbstractFeatureType
          extended by net.opengis.omeo.eop.v_2_0.EarthObservationResultType
              extended by net.opengis.omeo.atm.v_2_0.EarthObservationResultType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

public class EarthObservationResultType
extends EarthObservationResultType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

Java class for EarthObservationResultType complex type.

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

 <complexType name="EarthObservationResultType">
   <complexContent>
     <extension base="{http://www.opengis.net/eop/2.0}EarthObservationResultType">
       <sequence>
         <element name="dataLayers" type="{http://www.opengis.net/atm/2.0}DataLayerPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="cloudCoverPercentage" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
         <element name="cloudCoverPercentageAssessmentConfidence" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
         <element name="cloudCoverPercentageQuotationMode" type="{http://www.opengis.net/atm/2.0}PercentageCoverQuotationModeValueType" minOccurs="0"/>
         <element name="snowCoverPercentage" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
         <element name="snowCoverPercentageAssessmentConfidence" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
         <element name="snowCoverPercentageQuotationMode" type="{http://www.opengis.net/atm/2.0}PercentageCoverQuotationModeValueType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  MeasureType cloudCoverPercentage
           
protected  MeasureType cloudCoverPercentageAssessmentConfidence
           
protected  String cloudCoverPercentageQuotationMode
           
protected  List<DataLayerPropertyType> dataLayers
           
protected  MeasureType snowCoverPercentage
           
protected  MeasureType snowCoverPercentageAssessmentConfidence
           
protected  String snowCoverPercentageQuotationMode
           
 
Fields inherited from class net.opengis.omeo.eop.v_2_0.EarthObservationResultType
browse, coverage, mask, parameter, product
 
Fields inherited from class net.opengis.gml.v_3_2_1.AbstractFeatureType
boundedBy, location
 
Fields inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
 
Constructor Summary
EarthObservationResultType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
           
 MeasureType getCloudCoverPercentage()
          Gets the value of the cloudCoverPercentage property.
 MeasureType getCloudCoverPercentageAssessmentConfidence()
          Gets the value of the cloudCoverPercentageAssessmentConfidence property.
 String getCloudCoverPercentageQuotationMode()
          Gets the value of the cloudCoverPercentageQuotationMode property.
 List<DataLayerPropertyType> getDataLayers()
          Gets the value of the dataLayers property.
 MeasureType getSnowCoverPercentage()
          Gets the value of the snowCoverPercentage property.
 MeasureType getSnowCoverPercentageAssessmentConfidence()
          Gets the value of the snowCoverPercentageAssessmentConfidence property.
 String getSnowCoverPercentageQuotationMode()
          Gets the value of the snowCoverPercentageQuotationMode property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetCloudCoverPercentage()
           
 boolean isSetCloudCoverPercentageAssessmentConfidence()
           
 boolean isSetCloudCoverPercentageQuotationMode()
           
 boolean isSetDataLayers()
           
 boolean isSetSnowCoverPercentage()
           
 boolean isSetSnowCoverPercentageAssessmentConfidence()
           
 boolean isSetSnowCoverPercentageQuotationMode()
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setCloudCoverPercentage(MeasureType value)
          Sets the value of the cloudCoverPercentage property.
 void setCloudCoverPercentageAssessmentConfidence(MeasureType value)
          Sets the value of the cloudCoverPercentageAssessmentConfidence property.
 void setCloudCoverPercentageQuotationMode(String value)
          Sets the value of the cloudCoverPercentageQuotationMode property.
 void setDataLayers(List<DataLayerPropertyType> value)
           
 void setSnowCoverPercentage(MeasureType value)
          Sets the value of the snowCoverPercentage property.
 void setSnowCoverPercentageAssessmentConfidence(MeasureType value)
          Sets the value of the snowCoverPercentageAssessmentConfidence property.
 void setSnowCoverPercentageQuotationMode(String value)
          Sets the value of the snowCoverPercentageQuotationMode property.
 String toString()
           
 void unsetDataLayers()
           
 EarthObservationResultType withBrowse(BrowseInformationPropertyType... values)
           
 EarthObservationResultType withBrowse(Collection<BrowseInformationPropertyType> values)
           
 EarthObservationResultType withBrowse(List<BrowseInformationPropertyType> value)
           
 EarthObservationResultType withCloudCoverPercentage(MeasureType value)
           
 EarthObservationResultType withCloudCoverPercentageAssessmentConfidence(MeasureType value)
           
 EarthObservationResultType withCloudCoverPercentageQuotationMode(String value)
           
 EarthObservationResultType withCoverage(Collection<ReferenceType> values)
           
 EarthObservationResultType withCoverage(List<ReferenceType> value)
           
 EarthObservationResultType withCoverage(ReferenceType... values)
           
 EarthObservationResultType withDataLayers(Collection<DataLayerPropertyType> values)
           
 EarthObservationResultType withDataLayers(DataLayerPropertyType... values)
           
 EarthObservationResultType withDataLayers(List<DataLayerPropertyType> value)
           
 EarthObservationResultType withMask(Collection<MaskInformationPropertyType> values)
           
 EarthObservationResultType withMask(List<MaskInformationPropertyType> value)
           
 EarthObservationResultType withMask(MaskInformationPropertyType... values)
           
 EarthObservationResultType withParameter(ParameterInformationPropertyType value)
           
 EarthObservationResultType withProduct(Collection<ProductInformationPropertyType> values)
           
 EarthObservationResultType withProduct(List<ProductInformationPropertyType> value)
           
 EarthObservationResultType withProduct(ProductInformationPropertyType... values)
           
 EarthObservationResultType withSnowCoverPercentage(MeasureType value)
           
 EarthObservationResultType withSnowCoverPercentageAssessmentConfidence(MeasureType value)
           
 EarthObservationResultType withSnowCoverPercentageQuotationMode(String value)
           
 
Methods inherited from class net.opengis.omeo.eop.v_2_0.EarthObservationResultType
getBrowse, getCoverage, getMask, getParameter, getProduct, isSetBrowse, isSetCoverage, isSetMask, isSetParameter, isSetProduct, setBrowse, setCoverage, setMask, setParameter, setProduct, unsetBrowse, unsetCoverage, unsetMask, unsetProduct
 
Methods inherited from class net.opengis.gml.v_3_2_1.AbstractFeatureType
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withDescriptionReference, withId, withIdentifier, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName
 
Methods inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

dataLayers

protected List<DataLayerPropertyType> dataLayers

cloudCoverPercentage

protected MeasureType cloudCoverPercentage

cloudCoverPercentageAssessmentConfidence

protected MeasureType cloudCoverPercentageAssessmentConfidence

cloudCoverPercentageQuotationMode

protected String cloudCoverPercentageQuotationMode

snowCoverPercentage

protected MeasureType snowCoverPercentage

snowCoverPercentageAssessmentConfidence

protected MeasureType snowCoverPercentageAssessmentConfidence

snowCoverPercentageQuotationMode

protected String snowCoverPercentageQuotationMode
Constructor Detail

EarthObservationResultType

public EarthObservationResultType()
Method Detail

getDataLayers

public List<DataLayerPropertyType> getDataLayers()
Gets the value of the dataLayers 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 JAXB object. This is why there is not a set method for the dataLayers property.

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

    getDataLayers().add(newItem);
 

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


isSetDataLayers

public boolean isSetDataLayers()

unsetDataLayers

public void unsetDataLayers()

getCloudCoverPercentage

public MeasureType getCloudCoverPercentage()
Gets the value of the cloudCoverPercentage property.

Returns:
possible object is MeasureType

setCloudCoverPercentage

public void setCloudCoverPercentage(MeasureType value)
Sets the value of the cloudCoverPercentage property.

Parameters:
value - allowed object is MeasureType

isSetCloudCoverPercentage

public boolean isSetCloudCoverPercentage()

getCloudCoverPercentageAssessmentConfidence

public MeasureType getCloudCoverPercentageAssessmentConfidence()
Gets the value of the cloudCoverPercentageAssessmentConfidence property.

Returns:
possible object is MeasureType

setCloudCoverPercentageAssessmentConfidence

public void setCloudCoverPercentageAssessmentConfidence(MeasureType value)
Sets the value of the cloudCoverPercentageAssessmentConfidence property.

Parameters:
value - allowed object is MeasureType

isSetCloudCoverPercentageAssessmentConfidence

public boolean isSetCloudCoverPercentageAssessmentConfidence()

getCloudCoverPercentageQuotationMode

public String getCloudCoverPercentageQuotationMode()
Gets the value of the cloudCoverPercentageQuotationMode property.

Returns:
possible object is String

setCloudCoverPercentageQuotationMode

public void setCloudCoverPercentageQuotationMode(String value)
Sets the value of the cloudCoverPercentageQuotationMode property.

Parameters:
value - allowed object is String

isSetCloudCoverPercentageQuotationMode

public boolean isSetCloudCoverPercentageQuotationMode()

getSnowCoverPercentage

public MeasureType getSnowCoverPercentage()
Gets the value of the snowCoverPercentage property.

Returns:
possible object is MeasureType

setSnowCoverPercentage

public void setSnowCoverPercentage(MeasureType value)
Sets the value of the snowCoverPercentage property.

Parameters:
value - allowed object is MeasureType

isSetSnowCoverPercentage

public boolean isSetSnowCoverPercentage()

getSnowCoverPercentageAssessmentConfidence

public MeasureType getSnowCoverPercentageAssessmentConfidence()
Gets the value of the snowCoverPercentageAssessmentConfidence property.

Returns:
possible object is MeasureType

setSnowCoverPercentageAssessmentConfidence

public void setSnowCoverPercentageAssessmentConfidence(MeasureType value)
Sets the value of the snowCoverPercentageAssessmentConfidence property.

Parameters:
value - allowed object is MeasureType

isSetSnowCoverPercentageAssessmentConfidence

public boolean isSetSnowCoverPercentageAssessmentConfidence()

getSnowCoverPercentageQuotationMode

public String getSnowCoverPercentageQuotationMode()
Gets the value of the snowCoverPercentageQuotationMode property.

Returns:
possible object is String

setSnowCoverPercentageQuotationMode

public void setSnowCoverPercentageQuotationMode(String value)
Sets the value of the snowCoverPercentageQuotationMode property.

Parameters:
value - allowed object is String

isSetSnowCoverPercentageQuotationMode

public boolean isSetSnowCoverPercentageQuotationMode()

toString

public String toString()
Overrides:
toString in class EarthObservationResultType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class EarthObservationResultType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class EarthObservationResultType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class EarthObservationResultType

equals

public boolean equals(Object object)
Overrides:
equals in class EarthObservationResultType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class EarthObservationResultType

hashCode

public int hashCode()
Overrides:
hashCode in class EarthObservationResultType

clone

public Object clone()
Overrides:
clone in class EarthObservationResultType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class EarthObservationResultType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class EarthObservationResultType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
createNewInstance in class EarthObservationResultType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class EarthObservationResultType

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class EarthObservationResultType

setDataLayers

public void setDataLayers(List<DataLayerPropertyType> value)

withDataLayers

public EarthObservationResultType withDataLayers(DataLayerPropertyType... values)

withDataLayers

public EarthObservationResultType withDataLayers(Collection<DataLayerPropertyType> values)

withCloudCoverPercentage

public EarthObservationResultType withCloudCoverPercentage(MeasureType value)

withCloudCoverPercentageAssessmentConfidence

public EarthObservationResultType withCloudCoverPercentageAssessmentConfidence(MeasureType value)

withCloudCoverPercentageQuotationMode

public EarthObservationResultType withCloudCoverPercentageQuotationMode(String value)

withSnowCoverPercentage

public EarthObservationResultType withSnowCoverPercentage(MeasureType value)

withSnowCoverPercentageAssessmentConfidence

public EarthObservationResultType withSnowCoverPercentageAssessmentConfidence(MeasureType value)

withSnowCoverPercentageQuotationMode

public EarthObservationResultType withSnowCoverPercentageQuotationMode(String value)

withDataLayers

public EarthObservationResultType withDataLayers(List<DataLayerPropertyType> value)

withBrowse

public EarthObservationResultType withBrowse(BrowseInformationPropertyType... values)
Overrides:
withBrowse in class EarthObservationResultType

withBrowse

public EarthObservationResultType withBrowse(Collection<BrowseInformationPropertyType> values)
Overrides:
withBrowse in class EarthObservationResultType

withProduct

public EarthObservationResultType withProduct(ProductInformationPropertyType... values)
Overrides:
withProduct in class EarthObservationResultType

withProduct

public EarthObservationResultType withProduct(Collection<ProductInformationPropertyType> values)
Overrides:
withProduct in class EarthObservationResultType

withMask

public EarthObservationResultType withMask(MaskInformationPropertyType... values)
Overrides:
withMask in class EarthObservationResultType

withMask

public EarthObservationResultType withMask(Collection<MaskInformationPropertyType> values)
Overrides:
withMask in class EarthObservationResultType

withParameter

public EarthObservationResultType withParameter(ParameterInformationPropertyType value)
Overrides:
withParameter in class EarthObservationResultType

withCoverage

public EarthObservationResultType withCoverage(ReferenceType... values)
Overrides:
withCoverage in class EarthObservationResultType

withCoverage

public EarthObservationResultType withCoverage(Collection<ReferenceType> values)
Overrides:
withCoverage in class EarthObservationResultType

withBrowse

public EarthObservationResultType withBrowse(List<BrowseInformationPropertyType> value)
Overrides:
withBrowse in class EarthObservationResultType

withProduct

public EarthObservationResultType withProduct(List<ProductInformationPropertyType> value)
Overrides:
withProduct in class EarthObservationResultType

withMask

public EarthObservationResultType withMask(List<MaskInformationPropertyType> value)
Overrides:
withMask in class EarthObservationResultType

withCoverage

public EarthObservationResultType withCoverage(List<ReferenceType> value)
Overrides:
withCoverage in class EarthObservationResultType


Copyright © 2008-2016. All Rights Reserved.