net.opengis.omeo.sen1.v_2_0
Class EarthObservationResultType
java.lang.Object
net.opengis.gml.v_3_2_1.AbstractGMLType
net.opengis.gml.v_3_2_1.AbstractFeatureType
net.opengis.omeo.eop.v_2_0.EarthObservationResultType
net.opengis.omeo.sen1.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="timeliness" type="{http://www.opengis.net/sen1/2.0}TimelinessType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
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)
|
TimelinessType |
getTimeliness()
Gets the value of the timeliness property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetTimeliness()
|
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 |
setTimeliness(TimelinessType value)
Sets the value of the timeliness property. |
String |
toString()
|
EarthObservationResultType |
withBrowse(BrowseInformationPropertyType... values)
|
EarthObservationResultType |
withBrowse(Collection<BrowseInformationPropertyType> values)
|
EarthObservationResultType |
withBrowse(List<BrowseInformationPropertyType> value)
|
EarthObservationResultType |
withCoverage(Collection<ReferenceType> values)
|
EarthObservationResultType |
withCoverage(List<ReferenceType> value)
|
EarthObservationResultType |
withCoverage(ReferenceType... values)
|
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 |
withTimeliness(TimelinessType 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 |
timeliness
protected TimelinessType timeliness
EarthObservationResultType
public EarthObservationResultType()
getTimeliness
public TimelinessType getTimeliness()
- Gets the value of the timeliness property.
- Returns:
- possible object is
TimelinessType
setTimeliness
public void setTimeliness(TimelinessType value)
- Sets the value of the timeliness property.
- Parameters:
value - allowed object is
TimelinessType
isSetTimeliness
public boolean isSetTimeliness()
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
withTimeliness
public EarthObservationResultType withTimeliness(TimelinessType 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.