public class GetFeatureType extends Object implements Serializable
| Constructor and Description |
|---|
GetFeatureType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addQuery(int index,
Query vQuery)
Method addQuery
|
void |
addQuery(Query vQuery)
Method addQuery
|
void |
clearQuery()
Method clearQuery
|
void |
deleteMaxFeatures()
Method deleteMaxFeatures
|
Enumeration |
enumerateQuery()
Method enumerateQuery
|
String |
getHandle()
Returns the value of field 'handle'.
|
int |
getMaxFeatures()
Returns the value of field 'maxFeatures'.
|
String |
getOutputFormat()
Returns the value of field 'outputFormat'.
|
Query[] |
getQuery()
Method getQuery
|
Query |
getQuery(int index)
Method getQuery
|
int |
getQueryCount()
Method getQueryCount
|
String |
getService()
Returns the value of field 'service'.
|
String |
getVersion()
Returns the value of field 'version'.
|
boolean |
hasMaxFeatures()
Method hasMaxFeatures
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeQuery(Query vQuery)
Method removeQuery
|
void |
setHandle(String handle)
Sets the value of field 'handle'.
|
void |
setMaxFeatures(int maxFeatures)
Sets the value of field 'maxFeatures'.
|
void |
setOutputFormat(String outputFormat)
Sets the value of field 'outputFormat'.
|
void |
setQuery(int index,
Query vQuery)
Method setQuery
|
void |
setQuery(Query[] queryArray)
Method setQuery
|
void |
setService(String service)
Sets the value of field 'service'.
|
void |
setVersion(String version)
Sets the value of field 'version'.
|
static GetFeatureType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addQuery(Query vQuery) throws IndexOutOfBoundsException
vQuery - IndexOutOfBoundsExceptionpublic void addQuery(int index,
Query vQuery)
throws IndexOutOfBoundsException
index - vQuery - IndexOutOfBoundsExceptionpublic void clearQuery()
public void deleteMaxFeatures()
public Enumeration enumerateQuery()
public String getHandle()
public int getMaxFeatures()
public String getOutputFormat()
public Query getQuery(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Query[] getQuery()
public int getQueryCount()
public String getService()
public String getVersion()
public boolean hasMaxFeatures()
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 removeQuery(Query vQuery)
vQuery - public void setHandle(String handle)
handle - the value of field 'handle'.public void setMaxFeatures(int maxFeatures)
maxFeatures - the value of field 'maxFeatures'.public void setOutputFormat(String outputFormat)
outputFormat - the value of field 'outputFormat'.public void setQuery(int index,
Query vQuery)
throws IndexOutOfBoundsException
index - vQuery - IndexOutOfBoundsExceptionpublic void setQuery(Query[] queryArray)
queryArray - public void setService(String service)
service - the value of field 'service'.public void setVersion(String version)
version - the value of field 'version'.public static GetFeatureType 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 © 2022 B3Partners B.V.. All rights reserved.