Package net.opengis.omeo.sen1.v_2_0
Class EarthObservationResultType
- java.lang.Object
-
- net.opengis.gml.v_3_2.AbstractGMLType
-
- net.opengis.gml.v_3_2.AbstractFeatureType
-
- net.opengis.omeo.eop.v_2_0.EarthObservationResultType
-
- net.opengis.omeo.sen1.v_2_0.EarthObservationResultType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class EarthObservationResultType extends EarthObservationResultType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TimelinessTypetimeliness-
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.AbstractFeatureType
boundedBy, location
-
Fields inherited from class net.opengis.gml.v_3_2.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description EarthObservationResultType()Default no-arg constructorEarthObservationResultType(List<BrowseInformationPropertyType> browse, List<ProductInformationPropertyType> product, List<MaskInformationPropertyType> mask, ParameterInformationPropertyType parameter, List<ReferenceType> coverage, TimelinessType timeliness)Fully-initialising value constructor
-
Method Summary
-
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.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.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
-
-
-
-
Field Detail
-
timeliness
protected TimelinessType timeliness
-
-
Constructor Detail
-
EarthObservationResultType
public EarthObservationResultType()
Default no-arg constructor
-
EarthObservationResultType
public EarthObservationResultType(List<BrowseInformationPropertyType> browse, List<ProductInformationPropertyType> product, List<MaskInformationPropertyType> mask, ParameterInformationPropertyType parameter, List<ReferenceType> coverage, TimelinessType timeliness)
Fully-initialising value constructor
-
-
Method Detail
-
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 isTimelinessType
-
isSetTimeliness
public boolean isSetTimeliness()
-
toString
public String toString()
- Overrides:
toStringin classEarthObservationResultType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classEarthObservationResultType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classEarthObservationResultType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classEarthObservationResultType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classEarthObservationResultType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classEarthObservationResultType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classEarthObservationResultType
-
clone
public Object clone()
- Overrides:
clonein classEarthObservationResultType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classEarthObservationResultType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classEarthObservationResultType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classEarthObservationResultType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classEarthObservationResultType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classEarthObservationResultType
-
withTimeliness
public EarthObservationResultType withTimeliness(TimelinessType value)
-
withBrowse
public EarthObservationResultType withBrowse(BrowseInformationPropertyType... values)
- Overrides:
withBrowsein classEarthObservationResultType
-
withBrowse
public EarthObservationResultType withBrowse(Collection<BrowseInformationPropertyType> values)
- Overrides:
withBrowsein classEarthObservationResultType
-
withProduct
public EarthObservationResultType withProduct(ProductInformationPropertyType... values)
- Overrides:
withProductin classEarthObservationResultType
-
withProduct
public EarthObservationResultType withProduct(Collection<ProductInformationPropertyType> values)
- Overrides:
withProductin classEarthObservationResultType
-
withMask
public EarthObservationResultType withMask(MaskInformationPropertyType... values)
- Overrides:
withMaskin classEarthObservationResultType
-
withMask
public EarthObservationResultType withMask(Collection<MaskInformationPropertyType> values)
- Overrides:
withMaskin classEarthObservationResultType
-
withParameter
public EarthObservationResultType withParameter(ParameterInformationPropertyType value)
- Overrides:
withParameterin classEarthObservationResultType
-
withCoverage
public EarthObservationResultType withCoverage(ReferenceType... values)
- Overrides:
withCoveragein classEarthObservationResultType
-
withCoverage
public EarthObservationResultType withCoverage(Collection<ReferenceType> values)
- Overrides:
withCoveragein classEarthObservationResultType
-
withBrowse
public EarthObservationResultType withBrowse(List<BrowseInformationPropertyType> value)
- Overrides:
withBrowsein classEarthObservationResultType
-
withProduct
public EarthObservationResultType withProduct(List<ProductInformationPropertyType> value)
- Overrides:
withProductin classEarthObservationResultType
-
withMask
public EarthObservationResultType withMask(List<MaskInformationPropertyType> value)
- Overrides:
withMaskin classEarthObservationResultType
-
withCoverage
public EarthObservationResultType withCoverage(List<ReferenceType> value)
- Overrides:
withCoveragein classEarthObservationResultType
-
-