public class OMObservationType extends AbstractFeatureType implements java.lang.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 OM_ObservationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OM_ObservationType">
<complexContent>
<extension base="{http://www.opengis.net/gml/3.2}AbstractFeatureType">
<sequence>
<group ref="{http://www.opengis.net/om/2.0}OM_CommonProperties"/>
<element ref="{http://www.opengis.net/om/2.0}result"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FeaturePropertyType |
featureOfInterest |
protected MDMetadataPropertyType |
metadata |
protected ReferenceType |
observedProperty |
protected java.util.List<NamedValuePropertyType> |
parameter |
protected TimeObjectPropertyType |
phenomenonTime |
protected OMProcessPropertyType |
procedure |
protected java.util.List<ObservationContextPropertyType> |
relatedObservation |
protected java.lang.Object |
result |
protected java.util.List<DQElementPropertyType> |
resultQuality |
protected TimeInstantPropertyType |
resultTime |
protected ReferenceType |
type |
protected TimePeriodPropertyType |
validTime |
boundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
OMObservationType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
FeaturePropertyType |
getFeatureOfInterest()
Gets the value of the featureOfInterest property.
|
MDMetadataPropertyType |
getMetadata()
Gets the value of the metadata property.
|
ReferenceType |
getObservedProperty()
Gets the value of the observedProperty property.
|
java.util.List<NamedValuePropertyType> |
getParameter()
Gets the value of the parameter property.
|
TimeObjectPropertyType |
getPhenomenonTime()
Gets the value of the phenomenonTime property.
|
OMProcessPropertyType |
getProcedure()
Gets the value of the procedure property.
|
java.util.List<ObservationContextPropertyType> |
getRelatedObservation()
Gets the value of the relatedObservation property.
|
java.lang.Object |
getResult()
Gets the value of the result property.
|
java.util.List<DQElementPropertyType> |
getResultQuality()
Gets the value of the resultQuality property.
|
TimeInstantPropertyType |
getResultTime()
Gets the value of the resultTime property.
|
ReferenceType |
getType()
Gets the value of the type property.
|
TimePeriodPropertyType |
getValidTime()
Gets the value of the validTime property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetFeatureOfInterest() |
boolean |
isSetMetadata() |
boolean |
isSetObservedProperty() |
boolean |
isSetParameter() |
boolean |
isSetPhenomenonTime() |
boolean |
isSetProcedure() |
boolean |
isSetRelatedObservation() |
boolean |
isSetResult() |
boolean |
isSetResultQuality() |
boolean |
isSetResultTime() |
boolean |
isSetType() |
boolean |
isSetValidTime() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setFeatureOfInterest(FeaturePropertyType value)
Sets the value of the featureOfInterest property.
|
void |
setMetadata(MDMetadataPropertyType value)
Sets the value of the metadata property.
|
void |
setObservedProperty(ReferenceType value)
Sets the value of the observedProperty property.
|
void |
setParameter(java.util.List<NamedValuePropertyType> value) |
void |
setPhenomenonTime(TimeObjectPropertyType value)
Sets the value of the phenomenonTime property.
|
void |
setProcedure(OMProcessPropertyType value)
Sets the value of the procedure property.
|
void |
setRelatedObservation(java.util.List<ObservationContextPropertyType> value) |
void |
setResult(java.lang.Object value)
Sets the value of the result property.
|
void |
setResultQuality(java.util.List<DQElementPropertyType> value) |
void |
setResultTime(TimeInstantPropertyType value)
Sets the value of the resultTime property.
|
void |
setType(ReferenceType value)
Sets the value of the type property.
|
void |
setValidTime(TimePeriodPropertyType value)
Sets the value of the validTime property.
|
java.lang.String |
toString() |
void |
unsetParameter() |
void |
unsetRelatedObservation() |
void |
unsetResultQuality() |
OMObservationType |
withFeatureOfInterest(FeaturePropertyType value) |
OMObservationType |
withMetadata(MDMetadataPropertyType value) |
OMObservationType |
withObservedProperty(ReferenceType value) |
OMObservationType |
withParameter(java.util.Collection<NamedValuePropertyType> values) |
OMObservationType |
withParameter(java.util.List<NamedValuePropertyType> value) |
OMObservationType |
withParameter(NamedValuePropertyType... values) |
OMObservationType |
withPhenomenonTime(TimeObjectPropertyType value) |
OMObservationType |
withProcedure(OMProcessPropertyType value) |
OMObservationType |
withRelatedObservation(java.util.Collection<ObservationContextPropertyType> values) |
OMObservationType |
withRelatedObservation(java.util.List<ObservationContextPropertyType> value) |
OMObservationType |
withRelatedObservation(ObservationContextPropertyType... values) |
OMObservationType |
withResult(java.lang.Object value) |
OMObservationType |
withResultQuality(java.util.Collection<DQElementPropertyType> values) |
OMObservationType |
withResultQuality(DQElementPropertyType... values) |
OMObservationType |
withResultQuality(java.util.List<DQElementPropertyType> value) |
OMObservationType |
withResultTime(TimeInstantPropertyType value) |
OMObservationType |
withType(ReferenceType value) |
OMObservationType |
withValidTime(TimePeriodPropertyType value) |
getBoundedBy, 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 ReferenceType type
protected MDMetadataPropertyType metadata
protected java.util.List<ObservationContextPropertyType> relatedObservation
protected TimeObjectPropertyType phenomenonTime
protected TimeInstantPropertyType resultTime
protected TimePeriodPropertyType validTime
protected OMProcessPropertyType procedure
protected java.util.List<NamedValuePropertyType> parameter
protected ReferenceType observedProperty
protected FeaturePropertyType featureOfInterest
protected java.util.List<DQElementPropertyType> resultQuality
protected java.lang.Object result
public ReferenceType getType()
ReferenceTypepublic void setType(ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean isSetType()
public MDMetadataPropertyType getMetadata()
MDMetadataPropertyTypepublic void setMetadata(MDMetadataPropertyType value)
value - allowed object is
MDMetadataPropertyTypepublic boolean isSetMetadata()
public java.util.List<ObservationContextPropertyType> getRelatedObservation()
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 relatedObservation property.
For example, to add a new item, do as follows:
getRelatedObservation().add(newItem);
Objects of the following type(s) are allowed in the list
ObservationContextPropertyType
public boolean isSetRelatedObservation()
public void unsetRelatedObservation()
public TimeObjectPropertyType getPhenomenonTime()
TimeObjectPropertyTypepublic void setPhenomenonTime(TimeObjectPropertyType value)
value - allowed object is
TimeObjectPropertyTypepublic boolean isSetPhenomenonTime()
public TimeInstantPropertyType getResultTime()
TimeInstantPropertyTypepublic void setResultTime(TimeInstantPropertyType value)
value - allowed object is
TimeInstantPropertyTypepublic boolean isSetResultTime()
public TimePeriodPropertyType getValidTime()
TimePeriodPropertyTypepublic void setValidTime(TimePeriodPropertyType value)
value - allowed object is
TimePeriodPropertyTypepublic boolean isSetValidTime()
public OMProcessPropertyType getProcedure()
OMProcessPropertyTypepublic void setProcedure(OMProcessPropertyType value)
value - allowed object is
OMProcessPropertyTypepublic boolean isSetProcedure()
public java.util.List<NamedValuePropertyType> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
NamedValuePropertyType
public boolean isSetParameter()
public void unsetParameter()
public ReferenceType getObservedProperty()
ReferenceTypepublic void setObservedProperty(ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean isSetObservedProperty()
public FeaturePropertyType getFeatureOfInterest()
FeaturePropertyTypepublic void setFeatureOfInterest(FeaturePropertyType value)
value - allowed object is
FeaturePropertyTypepublic boolean isSetFeatureOfInterest()
public java.util.List<DQElementPropertyType> getResultQuality()
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 resultQuality property.
For example, to add a new item, do as follows:
getResultQuality().add(newItem);
Objects of the following type(s) are allowed in the list
DQElementPropertyType
public boolean isSetResultQuality()
public void unsetResultQuality()
public java.lang.Object getResult()
Objectpublic void setResult(java.lang.Object value)
value - allowed object is
Objectpublic boolean isSetResult()
public java.lang.String toString()
toString in class AbstractFeatureTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractFeatureTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractFeatureTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractFeatureTypepublic boolean equals(java.lang.Object object)
equals in class AbstractFeatureTypepublic 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 AbstractFeatureTypepublic int hashCode()
hashCode in class AbstractFeatureTypepublic java.lang.Object clone()
clone in class AbstractFeatureTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractFeatureTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractFeatureTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractFeatureTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractFeatureTypepublic void setRelatedObservation(java.util.List<ObservationContextPropertyType> value)
public void setParameter(java.util.List<NamedValuePropertyType> value)
public void setResultQuality(java.util.List<DQElementPropertyType> value)
public OMObservationType withType(ReferenceType value)
public OMObservationType withMetadata(MDMetadataPropertyType value)
public OMObservationType withRelatedObservation(ObservationContextPropertyType... values)
public OMObservationType withRelatedObservation(java.util.Collection<ObservationContextPropertyType> values)
public OMObservationType withPhenomenonTime(TimeObjectPropertyType value)
public OMObservationType withResultTime(TimeInstantPropertyType value)
public OMObservationType withValidTime(TimePeriodPropertyType value)
public OMObservationType withProcedure(OMProcessPropertyType value)
public OMObservationType withParameter(NamedValuePropertyType... values)
public OMObservationType withParameter(java.util.Collection<NamedValuePropertyType> values)
public OMObservationType withObservedProperty(ReferenceType value)
public OMObservationType withFeatureOfInterest(FeaturePropertyType value)
public OMObservationType withResultQuality(DQElementPropertyType... values)
public OMObservationType withResultQuality(java.util.Collection<DQElementPropertyType> values)
public OMObservationType withResult(java.lang.Object value)
public OMObservationType withRelatedObservation(java.util.List<ObservationContextPropertyType> value)
public OMObservationType withParameter(java.util.List<NamedValuePropertyType> value)
public OMObservationType withResultQuality(java.util.List<DQElementPropertyType> value)
Copyright © 2008-2022. All Rights Reserved.