|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.v_3_1_1.AbstractGMLType
net.opengis.gml.v_3_1_1.AbstractFeatureType
net.opengis.eop.v_1_0.EarthObservationResultType
net.opengis.eop.opt.v_1_0.EarthObservationResultType
public class EarthObservationResultType
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://earth.esa.int/eop}EarthObservationResultType">
<sequence>
<element name="cloudCoverPercentage" type="{http://www.opengis.net/gml}MeasureType" minOccurs="0"/>
<element name="cloudCoverPercentageAssessmentConfidence" type="{http://www.opengis.net/gml}MeasureType" minOccurs="0"/>
<element name="cloudCoverPercentageQuotationMode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AUTOMATIC"/>
<enumeration value="MANUAL"/>
</restriction>
</simpleType>
</element>
<element name="snowCoverPercentage" type="{http://www.opengis.net/gml}MeasureType" minOccurs="0"/>
<element name="snowCoverPercentageAssessmentConfidence" type="{http://www.opengis.net/gml}MeasureType" minOccurs="0"/>
<element name="snowCoverPercentageQuotationMode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AUTOMATIC"/>
<enumeration value="MANUAL"/>
</restriction>
</simpleType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected MeasureType |
cloudCoverPercentage
|
protected MeasureType |
cloudCoverPercentageAssessmentConfidence
|
protected String |
cloudCoverPercentageQuotationMode
|
protected MeasureType |
snowCoverPercentage
|
protected MeasureType |
snowCoverPercentageAssessmentConfidence
|
protected String |
snowCoverPercentageQuotationMode
|
| Fields inherited from class net.opengis.eop.v_1_0.EarthObservationResultType |
|---|
browse, mask, product |
| Fields inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType |
|---|
boundedBy, location |
| Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType |
|---|
description, id, 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. |
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 |
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 |
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()
|
EarthObservationResultType |
withBrowse(BrowseInformationArrayPropertyType value)
|
EarthObservationResultType |
withCloudCoverPercentage(MeasureType value)
|
EarthObservationResultType |
withCloudCoverPercentageAssessmentConfidence(MeasureType value)
|
EarthObservationResultType |
withCloudCoverPercentageQuotationMode(String value)
|
EarthObservationResultType |
withMask(MaskInformationArrayPropertyType value)
|
EarthObservationResultType |
withProduct(ProductInformationArrayPropertyType value)
|
EarthObservationResultType |
withSnowCoverPercentage(MeasureType value)
|
EarthObservationResultType |
withSnowCoverPercentageAssessmentConfidence(MeasureType value)
|
EarthObservationResultType |
withSnowCoverPercentageQuotationMode(String value)
|
| Methods inherited from class net.opengis.eop.v_1_0.EarthObservationResultType |
|---|
getBrowse, getMask, getProduct, isSetBrowse, isSetMask, isSetProduct, setBrowse, setMask, setProduct |
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType |
|---|
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName |
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected MeasureType cloudCoverPercentage
protected MeasureType cloudCoverPercentageAssessmentConfidence
protected String cloudCoverPercentageQuotationMode
protected MeasureType snowCoverPercentage
protected MeasureType snowCoverPercentageAssessmentConfidence
protected String snowCoverPercentageQuotationMode
| Constructor Detail |
|---|
public EarthObservationResultType()
| Method Detail |
|---|
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 EarthObservationResultType
public 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 EarthObservationResultType
public 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 EarthObservationResultType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class EarthObservationResultTypepublic boolean equals(Object object)
equals in class EarthObservationResultType
public 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 EarthObservationResultType
public 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 EarthObservationResultType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class EarthObservationResultType
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class EarthObservationResultTypepublic 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 withBrowse(BrowseInformationArrayPropertyType value)
withBrowse in class EarthObservationResultTypepublic EarthObservationResultType withProduct(ProductInformationArrayPropertyType value)
withProduct in class EarthObservationResultTypepublic EarthObservationResultType withMask(MaskInformationArrayPropertyType value)
withMask in class EarthObservationResultType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||