public class GetObservationType extends ExtensibleRequestType 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 GetObservationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetObservationType">
<complexContent>
<extension base="{http://www.opengis.net/swes/2.0}ExtensibleRequestType">
<sequence>
<element name="procedure" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="offering" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="observedProperty" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="temporalFilter" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/fes/2.0}temporalOps"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="featureOfInterest" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="spatialFilter" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/fes/2.0}spatialOps"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="responseFormat" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetObservationType.SpatialFilter
Java class for anonymous complex type.
|
static class |
GetObservationType.TemporalFilter
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
featureOfInterest |
protected java.util.List<java.lang.String> |
observedProperty |
protected java.util.List<java.lang.String> |
offering |
protected java.util.List<java.lang.String> |
procedure |
protected java.lang.String |
responseFormat |
protected GetObservationType.SpatialFilter |
spatialFilter |
protected java.util.List<GetObservationType.TemporalFilter> |
temporalFilter |
extension, service, version| Constructor and Description |
|---|
GetObservationType() |
| 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) |
java.util.List<java.lang.String> |
getFeatureOfInterest()
Gets the value of the featureOfInterest property.
|
java.util.List<java.lang.String> |
getObservedProperty()
Gets the value of the observedProperty property.
|
java.util.List<java.lang.String> |
getOffering()
Gets the value of the offering property.
|
java.util.List<java.lang.String> |
getProcedure()
Gets the value of the procedure property.
|
java.lang.String |
getResponseFormat()
Gets the value of the responseFormat property.
|
GetObservationType.SpatialFilter |
getSpatialFilter()
Gets the value of the spatialFilter property.
|
java.util.List<GetObservationType.TemporalFilter> |
getTemporalFilter()
Gets the value of the temporalFilter property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetFeatureOfInterest() |
boolean |
isSetObservedProperty() |
boolean |
isSetOffering() |
boolean |
isSetProcedure() |
boolean |
isSetResponseFormat() |
boolean |
isSetSpatialFilter() |
boolean |
isSetTemporalFilter() |
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(java.util.List<java.lang.String> value) |
void |
setObservedProperty(java.util.List<java.lang.String> value) |
void |
setOffering(java.util.List<java.lang.String> value) |
void |
setProcedure(java.util.List<java.lang.String> value) |
void |
setResponseFormat(java.lang.String value)
Sets the value of the responseFormat property.
|
void |
setSpatialFilter(GetObservationType.SpatialFilter value)
Sets the value of the spatialFilter property.
|
void |
setTemporalFilter(java.util.List<GetObservationType.TemporalFilter> value) |
java.lang.String |
toString() |
void |
unsetFeatureOfInterest() |
void |
unsetObservedProperty() |
void |
unsetOffering() |
void |
unsetProcedure() |
void |
unsetTemporalFilter() |
GetObservationType |
withFeatureOfInterest(java.util.Collection<java.lang.String> values) |
GetObservationType |
withFeatureOfInterest(java.util.List<java.lang.String> value) |
GetObservationType |
withFeatureOfInterest(java.lang.String... values) |
GetObservationType |
withObservedProperty(java.util.Collection<java.lang.String> values) |
GetObservationType |
withObservedProperty(java.util.List<java.lang.String> value) |
GetObservationType |
withObservedProperty(java.lang.String... values) |
GetObservationType |
withOffering(java.util.Collection<java.lang.String> values) |
GetObservationType |
withOffering(java.util.List<java.lang.String> value) |
GetObservationType |
withOffering(java.lang.String... values) |
GetObservationType |
withProcedure(java.util.Collection<java.lang.String> values) |
GetObservationType |
withProcedure(java.util.List<java.lang.String> value) |
GetObservationType |
withProcedure(java.lang.String... values) |
GetObservationType |
withResponseFormat(java.lang.String value) |
GetObservationType |
withSpatialFilter(GetObservationType.SpatialFilter value) |
GetObservationType |
withTemporalFilter(java.util.Collection<GetObservationType.TemporalFilter> values) |
GetObservationType |
withTemporalFilter(GetObservationType.TemporalFilter... values) |
GetObservationType |
withTemporalFilter(java.util.List<GetObservationType.TemporalFilter> value) |
getExtension, getService, getVersion, isSetExtension, isSetService, isSetVersion, setExtension, setService, setVersion, unsetExtension, withExtension, withExtension, withExtension, withService, withVersionprotected java.util.List<java.lang.String> procedure
protected java.util.List<java.lang.String> offering
protected java.util.List<java.lang.String> observedProperty
protected java.util.List<GetObservationType.TemporalFilter> temporalFilter
protected java.util.List<java.lang.String> featureOfInterest
protected GetObservationType.SpatialFilter spatialFilter
protected java.lang.String responseFormat
public java.util.List<java.lang.String> getProcedure()
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 procedure property.
For example, to add a new item, do as follows:
getProcedure().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetProcedure()
public void unsetProcedure()
public java.util.List<java.lang.String> getOffering()
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 offering property.
For example, to add a new item, do as follows:
getOffering().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetOffering()
public void unsetOffering()
public java.util.List<java.lang.String> getObservedProperty()
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 observedProperty property.
For example, to add a new item, do as follows:
getObservedProperty().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetObservedProperty()
public void unsetObservedProperty()
public java.util.List<GetObservationType.TemporalFilter> getTemporalFilter()
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 temporalFilter property.
For example, to add a new item, do as follows:
getTemporalFilter().add(newItem);
Objects of the following type(s) are allowed in the list
GetObservationType.TemporalFilter
public boolean isSetTemporalFilter()
public void unsetTemporalFilter()
public java.util.List<java.lang.String> getFeatureOfInterest()
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 featureOfInterest property.
For example, to add a new item, do as follows:
getFeatureOfInterest().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetFeatureOfInterest()
public void unsetFeatureOfInterest()
public GetObservationType.SpatialFilter getSpatialFilter()
GetObservationType.SpatialFilterpublic void setSpatialFilter(GetObservationType.SpatialFilter value)
value - allowed object is
GetObservationType.SpatialFilterpublic boolean isSetSpatialFilter()
public java.lang.String getResponseFormat()
Stringpublic void setResponseFormat(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetResponseFormat()
public java.lang.String toString()
toString in class ExtensibleRequestTypepublic 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 ExtensibleRequestTypepublic 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 ExtensibleRequestTypepublic 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 ExtensibleRequestTypepublic boolean equals(java.lang.Object object)
equals in class ExtensibleRequestTypepublic 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 ExtensibleRequestTypepublic int hashCode()
hashCode in class ExtensibleRequestTypepublic java.lang.Object clone()
clone in class ExtensibleRequestTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ExtensibleRequestTypepublic 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 ExtensibleRequestTypepublic 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 ExtensibleRequestTypepublic 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 ExtensibleRequestTypepublic void setProcedure(java.util.List<java.lang.String> value)
public void setOffering(java.util.List<java.lang.String> value)
public void setObservedProperty(java.util.List<java.lang.String> value)
public void setTemporalFilter(java.util.List<GetObservationType.TemporalFilter> value)
public void setFeatureOfInterest(java.util.List<java.lang.String> value)
public GetObservationType withProcedure(java.lang.String... values)
public GetObservationType withProcedure(java.util.Collection<java.lang.String> values)
public GetObservationType withOffering(java.lang.String... values)
public GetObservationType withOffering(java.util.Collection<java.lang.String> values)
public GetObservationType withObservedProperty(java.lang.String... values)
public GetObservationType withObservedProperty(java.util.Collection<java.lang.String> values)
public GetObservationType withTemporalFilter(GetObservationType.TemporalFilter... values)
public GetObservationType withTemporalFilter(java.util.Collection<GetObservationType.TemporalFilter> values)
public GetObservationType withFeatureOfInterest(java.lang.String... values)
public GetObservationType withFeatureOfInterest(java.util.Collection<java.lang.String> values)
public GetObservationType withSpatialFilter(GetObservationType.SpatialFilter value)
public GetObservationType withResponseFormat(java.lang.String value)
public GetObservationType withProcedure(java.util.List<java.lang.String> value)
public GetObservationType withOffering(java.util.List<java.lang.String> value)
public GetObservationType withObservedProperty(java.util.List<java.lang.String> value)
public GetObservationType withTemporalFilter(java.util.List<GetObservationType.TemporalFilter> value)
public GetObservationType withFeatureOfInterest(java.util.List<java.lang.String> value)
Copyright © 2008-2022. All Rights Reserved.