public class GetFeatureType extends BaseRequestType 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
|
void |
deleteTraverseXlinkExpiry()
Method deleteTraverseXlinkExpiry
|
Enumeration |
enumerateQuery()
Method enumerateQuery
|
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
|
ResultTypeType |
getResultType()
Returns the value of field 'resultType'.
|
String |
getTraverseXlinkDepth()
Returns the value of field 'traverseXlinkDepth'.
|
int |
getTraverseXlinkExpiry()
Returns the value of field 'traverseXlinkExpiry'.
|
boolean |
hasMaxFeatures()
Method hasMaxFeatures
|
boolean |
hasTraverseXlinkExpiry()
Method hasTraverseXlinkExpiry
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeQuery(Query vQuery)
Method removeQuery
|
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 |
setResultType(ResultTypeType resultType)
Sets the value of field 'resultType'.
|
void |
setTraverseXlinkDepth(String traverseXlinkDepth)
Sets the value of field 'traverseXlinkDepth'.
|
void |
setTraverseXlinkExpiry(int traverseXlinkExpiry)
Sets the value of field 'traverseXlinkExpiry'.
|
static BaseRequestType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
getHandle, getService, getVersion, setHandle, setService, setVersionpublic 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 void deleteTraverseXlinkExpiry()
public Enumeration enumerateQuery()
public int getMaxFeatures()
public String getOutputFormat()
public Query getQuery(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Query[] getQuery()
public int getQueryCount()
public ResultTypeType getResultType()
public String getTraverseXlinkDepth()
public int getTraverseXlinkExpiry()
public boolean hasMaxFeatures()
public boolean hasTraverseXlinkExpiry()
public boolean isValid()
isValid in class BaseRequestTypepublic 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 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 setResultType(ResultTypeType resultType)
resultType - the value of field 'resultType'.public void setTraverseXlinkDepth(String traverseXlinkDepth)
traverseXlinkDepth - the value of field
'traverseXlinkDepth'.public void setTraverseXlinkExpiry(int traverseXlinkExpiry)
traverseXlinkExpiry - the value of field
'traverseXlinkExpiry'.public static BaseRequestType 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
validate in class BaseRequestTypeorg.exolab.castor.xml.ValidationExceptionCopyright © 2020 B3Partners B.V.. All rights reserved.