public class GetFeatureOfInterestType 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 GetFeatureOfInterestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetFeatureOfInterestType">
<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="observedProperty" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="featureOfInterest" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="spatialFilter" 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}spatialOps"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetFeatureOfInterestType.SpatialFilter
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> |
procedure |
protected java.util.List<GetFeatureOfInterestType.SpatialFilter> |
spatialFilter |
extension, service, version| Constructor and Description |
|---|
GetFeatureOfInterestType() |
| 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> |
getProcedure()
Gets the value of the procedure property.
|
java.util.List<GetFeatureOfInterestType.SpatialFilter> |
getSpatialFilter()
Gets the value of the spatialFilter property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetFeatureOfInterest() |
boolean |
isSetObservedProperty() |
boolean |
isSetProcedure() |
boolean |
isSetSpatialFilter() |
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 |
setProcedure(java.util.List<java.lang.String> value) |
void |
setSpatialFilter(java.util.List<GetFeatureOfInterestType.SpatialFilter> value) |
java.lang.String |
toString() |
void |
unsetFeatureOfInterest() |
void |
unsetObservedProperty() |
void |
unsetProcedure() |
void |
unsetSpatialFilter() |
GetFeatureOfInterestType |
withFeatureOfInterest(java.util.Collection<java.lang.String> values) |
GetFeatureOfInterestType |
withFeatureOfInterest(java.util.List<java.lang.String> value) |
GetFeatureOfInterestType |
withFeatureOfInterest(java.lang.String... values) |
GetFeatureOfInterestType |
withObservedProperty(java.util.Collection<java.lang.String> values) |
GetFeatureOfInterestType |
withObservedProperty(java.util.List<java.lang.String> value) |
GetFeatureOfInterestType |
withObservedProperty(java.lang.String... values) |
GetFeatureOfInterestType |
withProcedure(java.util.Collection<java.lang.String> values) |
GetFeatureOfInterestType |
withProcedure(java.util.List<java.lang.String> value) |
GetFeatureOfInterestType |
withProcedure(java.lang.String... values) |
GetFeatureOfInterestType |
withSpatialFilter(java.util.Collection<GetFeatureOfInterestType.SpatialFilter> values) |
GetFeatureOfInterestType |
withSpatialFilter(GetFeatureOfInterestType.SpatialFilter... values) |
GetFeatureOfInterestType |
withSpatialFilter(java.util.List<GetFeatureOfInterestType.SpatialFilter> 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> observedProperty
protected java.util.List<java.lang.String> featureOfInterest
protected java.util.List<GetFeatureOfInterestType.SpatialFilter> spatialFilter
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> 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<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 java.util.List<GetFeatureOfInterestType.SpatialFilter> getSpatialFilter()
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 spatialFilter property.
For example, to add a new item, do as follows:
getSpatialFilter().add(newItem);
Objects of the following type(s) are allowed in the list
GetFeatureOfInterestType.SpatialFilter
public boolean isSetSpatialFilter()
public void unsetSpatialFilter()
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 setObservedProperty(java.util.List<java.lang.String> value)
public void setFeatureOfInterest(java.util.List<java.lang.String> value)
public void setSpatialFilter(java.util.List<GetFeatureOfInterestType.SpatialFilter> value)
public GetFeatureOfInterestType withProcedure(java.lang.String... values)
public GetFeatureOfInterestType withProcedure(java.util.Collection<java.lang.String> values)
public GetFeatureOfInterestType withObservedProperty(java.lang.String... values)
public GetFeatureOfInterestType withObservedProperty(java.util.Collection<java.lang.String> values)
public GetFeatureOfInterestType withFeatureOfInterest(java.lang.String... values)
public GetFeatureOfInterestType withFeatureOfInterest(java.util.Collection<java.lang.String> values)
public GetFeatureOfInterestType withSpatialFilter(GetFeatureOfInterestType.SpatialFilter... values)
public GetFeatureOfInterestType withSpatialFilter(java.util.Collection<GetFeatureOfInterestType.SpatialFilter> values)
public GetFeatureOfInterestType withProcedure(java.util.List<java.lang.String> value)
public GetFeatureOfInterestType withObservedProperty(java.util.List<java.lang.String> value)
public GetFeatureOfInterestType withFeatureOfInterest(java.util.List<java.lang.String> value)
public GetFeatureOfInterestType withSpatialFilter(java.util.List<GetFeatureOfInterestType.SpatialFilter> value)
Copyright © 2008-2022. All Rights Reserved.