Package net.opengis.omeo.eop.v_2_0
Class EarthObservationType
- java.lang.Object
-
- net.opengis.gml.v_3_2.AbstractGMLType
-
- net.opengis.gml.v_3_2.AbstractFeatureType
-
- net.opengis.om.v_2_0.OMObservationType
-
- net.opengis.omeo.eop.v_2_0.EarthObservationType
-
- 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
- Direct Known Subclasses:
EarthObservationType,EarthObservationType,EarthObservationType,EarthObservationType,EarthObservationType,EarthObservationType
public class EarthObservationType extends OMObservationType 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 EarthObservationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EarthObservationType"> <complexContent> <extension base="{http://www.opengis.net/om/2.0}OM_ObservationType"> <sequence> <element name="metaDataProperty" type="{http://www.opengis.net/eop/2.0}EarthObservationMetaDataPropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EarthObservationMetaDataPropertyTypeearthObservationMetaDataProperty-
Fields inherited from class net.opengis.om.v_2_0.OMObservationType
featureOfInterest, metadata, observedProperty, parameter, phenomenonTime, procedure, relatedObservation, result, resultQuality, resultTime, type, validTime
-
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 EarthObservationType()Default no-arg constructorEarthObservationType(EarthObservationMetaDataPropertyType earthObservationMetaDataProperty)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)EarthObservationMetaDataPropertyTypegetEarthObservationMetaDataProperty()Gets the value of the earthObservationMetaDataProperty property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetEarthObservationMetaDataProperty()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetEarthObservationMetaDataProperty(EarthObservationMetaDataPropertyType value)Sets the value of the earthObservationMetaDataProperty property.StringtoString()EarthObservationTypewithEarthObservationMetaDataProperty(EarthObservationMetaDataPropertyType value)-
Methods inherited from class net.opengis.om.v_2_0.OMObservationType
getFeatureOfInterest, getMetadata, getObservedProperty, getParameter, getPhenomenonTime, getProcedure, getRelatedObservation, getResult, getResultQuality, getResultTime, getType, getValidTime, isSetFeatureOfInterest, isSetMetadata, isSetObservedProperty, isSetParameter, isSetPhenomenonTime, isSetProcedure, isSetRelatedObservation, isSetResult, isSetResultQuality, isSetResultTime, isSetType, isSetValidTime, setFeatureOfInterest, setMetadata, setObservedProperty, setParameter, setPhenomenonTime, setProcedure, setRelatedObservation, setResult, setResultQuality, setResultTime, setType, setValidTime, unsetParameter, unsetRelatedObservation, unsetResultQuality, withFeatureOfInterest, withMetadata, withObservedProperty, withParameter, withParameter, withParameter, withPhenomenonTime, withProcedure, withRelatedObservation, withRelatedObservation, withRelatedObservation, withResult, withResultQuality, withResultQuality, withResultQuality, withResultTime, withType, withValidTime
-
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
-
earthObservationMetaDataProperty
protected EarthObservationMetaDataPropertyType earthObservationMetaDataProperty
-
-
Constructor Detail
-
EarthObservationType
public EarthObservationType()
Default no-arg constructor
-
EarthObservationType
public EarthObservationType(EarthObservationMetaDataPropertyType earthObservationMetaDataProperty)
Fully-initialising value constructor
-
-
Method Detail
-
getEarthObservationMetaDataProperty
public EarthObservationMetaDataPropertyType getEarthObservationMetaDataProperty()
Gets the value of the earthObservationMetaDataProperty property.- Returns:
- possible object is
EarthObservationMetaDataPropertyType
-
setEarthObservationMetaDataProperty
public void setEarthObservationMetaDataProperty(EarthObservationMetaDataPropertyType value)
Sets the value of the earthObservationMetaDataProperty property.- Parameters:
value- allowed object isEarthObservationMetaDataPropertyType
-
isSetEarthObservationMetaDataProperty
public boolean isSetEarthObservationMetaDataProperty()
-
toString
public String toString()
- Overrides:
toStringin classOMObservationType
-
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 classOMObservationType
-
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 classOMObservationType
-
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 classOMObservationType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classOMObservationType
-
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 classOMObservationType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classOMObservationType
-
clone
public Object clone()
- Overrides:
clonein classOMObservationType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classOMObservationType
-
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 classOMObservationType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classOMObservationType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classOMObservationType
-
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 classOMObservationType
-
withEarthObservationMetaDataProperty
public EarthObservationType withEarthObservationMetaDataProperty(EarthObservationMetaDataPropertyType value)
-
-