public class QueryType extends Object implements Serializable
| Constructor and Description |
|---|
QueryType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFeatureVersion()
Returns the value of field 'featureVersion'.
|
Object |
getFilter()
Returns the value of field 'filter'.
|
String |
getHandle()
Returns the value of field 'handle'.
|
String |
getSrsName()
Returns the value of field 'srsName'.
|
String |
getTypeName()
Returns the value of field 'typeName'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setFeatureVersion(String featureVersion)
Sets the value of field 'featureVersion'.
|
void |
setFilter(Object filter)
Sets the value of field 'filter'.
|
void |
setHandle(String handle)
Sets the value of field 'handle'.
|
void |
setSrsName(String srsName)
Sets the value of field 'srsName'.
|
void |
setTypeName(String typeName)
Sets the value of field 'typeName'.
|
static QueryType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public String getFeatureVersion()
public Object getFilter()
public String getHandle()
public String getSrsName()
public String getTypeName()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void setFeatureVersion(String featureVersion)
featureVersion - the value of field 'featureVersion'.public void setFilter(Object filter)
filter - the value of field 'filter'.public void setHandle(String handle)
handle - the value of field 'handle'.public void setSrsName(String srsName)
srsName - the value of field 'srsName'.public void setTypeName(String typeName)
typeName - the value of field 'typeName'.public static QueryType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2021 B3Partners B.V.. All rights reserved.