public class GetResultType 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 GetResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetResultType">
<complexContent>
<extension base="{http://www.opengis.net/swes/2.0}ExtensibleRequestType">
<sequence>
<element name="offering" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="observedProperty" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<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>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetResultType.SpatialFilter
Java class for anonymous complex type.
|
static class |
GetResultType.TemporalFilter
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
featureOfInterest |
protected java.lang.String |
observedProperty |
protected java.lang.String |
offering |
protected GetResultType.SpatialFilter |
spatialFilter |
protected java.util.List<GetResultType.TemporalFilter> |
temporalFilter |
extension, service, version| Constructor and Description |
|---|
GetResultType() |
| 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.lang.String |
getObservedProperty()
Gets the value of the observedProperty property.
|
java.lang.String |
getOffering()
Gets the value of the offering property.
|
GetResultType.SpatialFilter |
getSpatialFilter()
Gets the value of the spatialFilter property.
|
java.util.List<GetResultType.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 |
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.lang.String value)
Sets the value of the observedProperty property.
|
void |
setOffering(java.lang.String value)
Sets the value of the offering property.
|
void |
setSpatialFilter(GetResultType.SpatialFilter value)
Sets the value of the spatialFilter property.
|
void |
setTemporalFilter(java.util.List<GetResultType.TemporalFilter> value) |
java.lang.String |
toString() |
void |
unsetFeatureOfInterest() |
void |
unsetTemporalFilter() |
GetResultType |
withFeatureOfInterest(java.util.Collection<java.lang.String> values) |
GetResultType |
withFeatureOfInterest(java.util.List<java.lang.String> value) |
GetResultType |
withFeatureOfInterest(java.lang.String... values) |
GetResultType |
withObservedProperty(java.lang.String value) |
GetResultType |
withOffering(java.lang.String value) |
GetResultType |
withSpatialFilter(GetResultType.SpatialFilter value) |
GetResultType |
withTemporalFilter(java.util.Collection<GetResultType.TemporalFilter> values) |
GetResultType |
withTemporalFilter(GetResultType.TemporalFilter... values) |
GetResultType |
withTemporalFilter(java.util.List<GetResultType.TemporalFilter> value) |
getExtension, getService, getVersion, isSetExtension, isSetService, isSetVersion, setExtension, setService, setVersion, unsetExtension, withExtension, withExtension, withExtension, withService, withVersionprotected java.lang.String offering
protected java.lang.String observedProperty
protected java.util.List<GetResultType.TemporalFilter> temporalFilter
protected java.util.List<java.lang.String> featureOfInterest
protected GetResultType.SpatialFilter spatialFilter
public java.lang.String getOffering()
Stringpublic void setOffering(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetOffering()
public java.lang.String getObservedProperty()
Stringpublic void setObservedProperty(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetObservedProperty()
public java.util.List<GetResultType.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
GetResultType.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 GetResultType.SpatialFilter getSpatialFilter()
GetResultType.SpatialFilterpublic void setSpatialFilter(GetResultType.SpatialFilter value)
value - allowed object is
GetResultType.SpatialFilterpublic boolean isSetSpatialFilter()
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 setTemporalFilter(java.util.List<GetResultType.TemporalFilter> value)
public void setFeatureOfInterest(java.util.List<java.lang.String> value)
public GetResultType withOffering(java.lang.String value)
public GetResultType withObservedProperty(java.lang.String value)
public GetResultType withTemporalFilter(GetResultType.TemporalFilter... values)
public GetResultType withTemporalFilter(java.util.Collection<GetResultType.TemporalFilter> values)
public GetResultType withFeatureOfInterest(java.lang.String... values)
public GetResultType withFeatureOfInterest(java.util.Collection<java.lang.String> values)
public GetResultType withSpatialFilter(GetResultType.SpatialFilter value)
public GetResultType withTemporalFilter(java.util.List<GetResultType.TemporalFilter> value)
public GetResultType withFeatureOfInterest(java.util.List<java.lang.String> value)
Copyright © 2008-2021. All Rights Reserved.