public class QueryType extends Object implements Serializable
| Constructor and Description |
|---|
QueryType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyName(int index,
PropertyName vPropertyName)
Method addPropertyName
|
void |
addPropertyName(PropertyName vPropertyName)
Method addPropertyName
|
void |
clearPropertyName()
Method clearPropertyName
|
Enumeration |
enumeratePropertyName()
Method enumeratePropertyName
|
String |
getFeatureVersion()
Returns the value of field 'featureVersion'.
|
Filter |
getFilter()
Returns the value of field 'filter'.
|
String |
getHandle()
Returns the value of field 'handle'.
|
PropertyName[] |
getPropertyName()
Method getPropertyName
|
PropertyName |
getPropertyName(int index)
Method getPropertyName
|
int |
getPropertyNameCount()
Method getPropertyNameCount
|
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 |
removePropertyName(PropertyName vPropertyName)
Method removePropertyName
|
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 |
setPropertyName(int index,
PropertyName vPropertyName)
Method setPropertyName
|
void |
setPropertyName(PropertyName[] propertyNameArray)
Method setPropertyName
|
void |
setTypeName(String typeName)
Sets the value of field 'typeName'.
|
static QueryType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addPropertyName(PropertyName vPropertyName) throws IndexOutOfBoundsException
vPropertyName - IndexOutOfBoundsExceptionpublic void addPropertyName(int index,
PropertyName vPropertyName)
throws IndexOutOfBoundsException
index - vPropertyName - IndexOutOfBoundsExceptionpublic void clearPropertyName()
public Enumeration enumeratePropertyName()
public String getFeatureVersion()
public Filter getFilter()
public String getHandle()
public PropertyName getPropertyName(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic PropertyName[] getPropertyName()
public int getPropertyNameCount()
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 removePropertyName(PropertyName vPropertyName)
vPropertyName - 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 setPropertyName(int index,
PropertyName vPropertyName)
throws IndexOutOfBoundsException
index - vPropertyName - IndexOutOfBoundsExceptionpublic void setPropertyName(PropertyName[] propertyNameArray)
propertyNameArray - 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.