public class QueryType extends Object implements Serializable
| Constructor and Description |
|---|
QueryType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addQueryTypeChoice(int index,
QueryTypeChoice vQueryTypeChoice)
Method addQueryTypeChoice
|
void |
addQueryTypeChoice(QueryTypeChoice vQueryTypeChoice)
Method addQueryTypeChoice
|
void |
clearQueryTypeChoice()
Method clearQueryTypeChoice
|
Enumeration |
enumerateQueryTypeChoice()
Method enumerateQueryTypeChoice
|
String |
getFeatureVersion()
Returns the value of field 'featureVersion'.
|
Filter |
getFilter()
Returns the value of field 'filter'.
|
String |
getHandle()
Returns the value of field 'handle'.
|
QueryTypeChoice[] |
getQueryTypeChoice()
Method getQueryTypeChoice
|
QueryTypeChoice |
getQueryTypeChoice(int index)
Method getQueryTypeChoice
|
int |
getQueryTypeChoiceCount()
Method getQueryTypeChoiceCount
|
SortBy |
getSortBy()
Returns the value of field 'sortBy'.
|
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
|
boolean |
removeQueryTypeChoice(QueryTypeChoice vQueryTypeChoice)
Method removeQueryTypeChoice
|
void |
setFeatureVersion(String featureVersion)
Sets the value of field 'featureVersion'.
|
void |
setFilter(Filter filter)
Sets the value of field 'filter'.
|
void |
setHandle(String handle)
Sets the value of field 'handle'.
|
void |
setQueryTypeChoice(int index,
QueryTypeChoice vQueryTypeChoice)
Method setQueryTypeChoice
|
void |
setQueryTypeChoice(QueryTypeChoice[] queryTypeChoiceArray)
Method setQueryTypeChoice
|
void |
setSortBy(SortBy sortBy)
Sets the value of field 'sortBy'.
|
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 void addQueryTypeChoice(QueryTypeChoice vQueryTypeChoice) throws IndexOutOfBoundsException
vQueryTypeChoice - IndexOutOfBoundsExceptionpublic void addQueryTypeChoice(int index,
QueryTypeChoice vQueryTypeChoice)
throws IndexOutOfBoundsException
index - vQueryTypeChoice - IndexOutOfBoundsExceptionpublic void clearQueryTypeChoice()
public Enumeration enumerateQueryTypeChoice()
public String getFeatureVersion()
public Filter getFilter()
public String getHandle()
public QueryTypeChoice getQueryTypeChoice(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic QueryTypeChoice[] getQueryTypeChoice()
public int getQueryTypeChoiceCount()
public SortBy getSortBy()
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 boolean removeQueryTypeChoice(QueryTypeChoice vQueryTypeChoice)
vQueryTypeChoice - public void setFeatureVersion(String featureVersion)
featureVersion - the value of field 'featureVersion'.public void setFilter(Filter filter)
filter - the value of field 'filter'.public void setHandle(String handle)
handle - the value of field 'handle'.public void setQueryTypeChoice(int index,
QueryTypeChoice vQueryTypeChoice)
throws IndexOutOfBoundsException
index - vQueryTypeChoice - IndexOutOfBoundsExceptionpublic void setQueryTypeChoice(QueryTypeChoice[] queryTypeChoiceArray)
queryTypeChoiceArray - public void setSortBy(SortBy sortBy)
sortBy - the value of field 'sortBy'.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.