net.opengis.wfs.v_2_0
Class QueryType

java.lang.Object
  extended by net.opengis.filter.v_2_0.AbstractQueryExpressionType
      extended by net.opengis.filter.v_2_0.AbstractAdhocQueryExpressionType
          extended by net.opengis.wfs.v_2_0.QueryType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class QueryType
extends AbstractAdhocQueryExpressionType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Java class for QueryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QueryType">
   <complexContent>
     <extension base="{http://www.opengis.net/fes/2.0}AbstractAdhocQueryExpressionType">
       <attribute name="srsName" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="featureVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String featureVersion
           
protected  String srsName
           
 
Fields inherited from class net.opengis.filter.v_2_0.AbstractAdhocQueryExpressionType
abstractProjectionClause, abstractSelectionClause, abstractSortingClause, aliases, typeNames
 
Fields inherited from class net.opengis.filter.v_2_0.AbstractQueryExpressionType
handle
 
Constructor Summary
QueryType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 String getFeatureVersion()
          Gets the value of the featureVersion property.
 String getSrsName()
          Gets the value of the srsName property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetFeatureVersion()
           
 boolean isSetSrsName()
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setFeatureVersion(String value)
          Sets the value of the featureVersion property.
 void setSrsName(String value)
          Sets the value of the srsName property.
 String toString()
           
 QueryType withFeatureVersion(String value)
           
 QueryType withSrsName(String value)
           
 
Methods inherited from class net.opengis.filter.v_2_0.AbstractAdhocQueryExpressionType
getAbstractProjectionClause, getAbstractSelectionClause, getAbstractSortingClause, getAliases, getTypeNames, isSetAbstractProjectionClause, isSetAbstractSelectionClause, isSetAbstractSortingClause, isSetAliases, isSetTypeNames, setAbstractProjectionClause, setAbstractSelectionClause, setAbstractSortingClause, setAliases, setTypeNames, unsetAbstractProjectionClause, unsetAliases, unsetTypeNames, withAbstractProjectionClause, withAbstractProjectionClause, withAbstractProjectionClause, withAbstractSelectionClause, withAbstractSortingClause, withAliases, withAliases, withAliases, withHandle, withTypeNames, withTypeNames, withTypeNames
 
Methods inherited from class net.opengis.filter.v_2_0.AbstractQueryExpressionType
getHandle, isSetHandle, setHandle
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

srsName

protected String srsName

featureVersion

protected String featureVersion
Constructor Detail

QueryType

public QueryType()
Method Detail

getSrsName

public String getSrsName()
Gets the value of the srsName property.

Returns:
possible object is String

setSrsName

public void setSrsName(String value)
Sets the value of the srsName property.

Parameters:
value - allowed object is String

isSetSrsName

public boolean isSetSrsName()

getFeatureVersion

public String getFeatureVersion()
Gets the value of the featureVersion property.

Returns:
possible object is String

setFeatureVersion

public void setFeatureVersion(String value)
Sets the value of the featureVersion property.

Parameters:
value - allowed object is String

isSetFeatureVersion

public boolean isSetFeatureVersion()

toString

public String toString()
Overrides:
toString in class AbstractAdhocQueryExpressionType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractAdhocQueryExpressionType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AbstractAdhocQueryExpressionType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AbstractAdhocQueryExpressionType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractAdhocQueryExpressionType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AbstractAdhocQueryExpressionType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractAdhocQueryExpressionType

clone

public Object clone()
Overrides:
clone in class AbstractAdhocQueryExpressionType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractAdhocQueryExpressionType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractAdhocQueryExpressionType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractAdhocQueryExpressionType

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractAdhocQueryExpressionType

withSrsName

public QueryType withSrsName(String value)

withFeatureVersion

public QueryType withFeatureVersion(String value)


Copyright © 2008-2015. All Rights Reserved.