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>
| Modifier and Type | Field and Description |
|---|---|
protected MeasureType |
cloudCoverPercentage |
protected MeasureType |
cloudCoverPercentageAssessmentConfidence |
protected String |
cloudCoverPercentageQuotationMode |
protected List<DataLayerPropertyType> |
dataLayers |
protected MeasureType |
snowCoverPercentage |
protected MeasureType |
snowCoverPercentageAssessmentConfidence |
protected String |
snowCoverPercentageQuotationMode |
browse, coverage, mask, parameter, productboundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
EarthObservationResultType() |
getBrowse, getCoverage, getMask, getParameter, getProduct, isSetBrowse, isSetCoverage, isSetMask, isSetParameter, isSetProduct, setBrowse, setCoverage, setMask, setParameter, setProduct, unsetBrowse, unsetCoverage, unsetMask, unsetProductgetBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withDescriptionReference, withId, withIdentifier, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withNamegetDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetNameprotected List<DataLayerPropertyType> dataLayers
protected MeasureType cloudCoverPercentage
protected MeasureType cloudCoverPercentageAssessmentConfidence
protected String cloudCoverPercentageQuotationMode
protected MeasureType snowCoverPercentage
protected MeasureType snowCoverPercentageAssessmentConfidence
protected String snowCoverPercentageQuotationMode
public List<DataLayerPropertyType> getDataLayers()
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
public boolean isSetDataLayers()
public void unsetDataLayers()
public MeasureType getCloudCoverPercentage()
MeasureTypepublic void setCloudCoverPercentage(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetCloudCoverPercentage()
public MeasureType getCloudCoverPercentageAssessmentConfidence()
MeasureTypepublic void setCloudCoverPercentageAssessmentConfidence(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetCloudCoverPercentageAssessmentConfidence()
public String getCloudCoverPercentageQuotationMode()
Stringpublic void setCloudCoverPercentageQuotationMode(String value)
value - allowed object is
Stringpublic boolean isSetCloudCoverPercentageQuotationMode()
public MeasureType getSnowCoverPercentage()
MeasureTypepublic void setSnowCoverPercentage(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetSnowCoverPercentage()
public MeasureType getSnowCoverPercentageAssessmentConfidence()
MeasureTypepublic void setSnowCoverPercentageAssessmentConfidence(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetSnowCoverPercentageAssessmentConfidence()
public String getSnowCoverPercentageQuotationMode()
Stringpublic void setSnowCoverPercentageQuotationMode(String value)
value - allowed object is
Stringpublic boolean isSetSnowCoverPercentageQuotationMode()
public String toString()
toString in class EarthObservationResultTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class EarthObservationResultTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class EarthObservationResultTypepublic 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class EarthObservationResultTypepublic boolean equals(Object object)
equals in class EarthObservationResultTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class EarthObservationResultTypepublic int hashCode()
hashCode in class EarthObservationResultTypepublic Object clone()
clone in class EarthObservationResultTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class EarthObservationResultTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class EarthObservationResultTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class EarthObservationResultTypepublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class EarthObservationResultTypepublic 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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class EarthObservationResultTypepublic void setDataLayers(List<DataLayerPropertyType> value)
public EarthObservationResultType withDataLayers(DataLayerPropertyType... values)
public EarthObservationResultType withDataLayers(Collection<DataLayerPropertyType> values)
public EarthObservationResultType withCloudCoverPercentage(MeasureType value)
public EarthObservationResultType withCloudCoverPercentageAssessmentConfidence(MeasureType value)
public EarthObservationResultType withCloudCoverPercentageQuotationMode(String value)
public EarthObservationResultType withSnowCoverPercentage(MeasureType value)
public EarthObservationResultType withSnowCoverPercentageAssessmentConfidence(MeasureType value)
public EarthObservationResultType withSnowCoverPercentageQuotationMode(String value)
public EarthObservationResultType withDataLayers(List<DataLayerPropertyType> value)
public EarthObservationResultType withBrowse(BrowseInformationPropertyType... values)
withBrowse in class EarthObservationResultTypepublic EarthObservationResultType withBrowse(Collection<BrowseInformationPropertyType> values)
withBrowse in class EarthObservationResultTypepublic EarthObservationResultType withProduct(ProductInformationPropertyType... values)
withProduct in class EarthObservationResultTypepublic EarthObservationResultType withProduct(Collection<ProductInformationPropertyType> values)
withProduct in class EarthObservationResultTypepublic EarthObservationResultType withMask(MaskInformationPropertyType... values)
withMask in class EarthObservationResultTypepublic EarthObservationResultType withMask(Collection<MaskInformationPropertyType> values)
withMask in class EarthObservationResultTypepublic EarthObservationResultType withParameter(ParameterInformationPropertyType value)
withParameter in class EarthObservationResultTypepublic EarthObservationResultType withCoverage(ReferenceType... values)
withCoverage in class EarthObservationResultTypepublic EarthObservationResultType withCoverage(Collection<ReferenceType> values)
withCoverage in class EarthObservationResultTypepublic EarthObservationResultType withBrowse(List<BrowseInformationPropertyType> value)
withBrowse in class EarthObservationResultTypepublic EarthObservationResultType withProduct(List<ProductInformationPropertyType> value)
withProduct in class EarthObservationResultTypepublic EarthObservationResultType withMask(List<MaskInformationPropertyType> value)
withMask in class EarthObservationResultTypepublic EarthObservationResultType withCoverage(List<ReferenceType> value)
withCoverage in class EarthObservationResultTypeCopyright © 2008–2023. All rights reserved.