|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.discoverygate.webservice.types.Structure
com.discoverygate.webservice.types.BaseSearch
public abstract class BaseSearch
| Constructor Summary | |
|---|---|
BaseSearch()
|
|
BaseSearch(java.lang.String structure,
boolean not,
SearchOperator booleanOperator,
Parenthesis parenthesis,
long parenthesisCount,
java.lang.String customFlags)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
SearchOperator |
getBooleanOperator()
Gets the booleanOperator value for this BaseSearch. |
java.lang.String |
getCustomFlags()
Gets the customFlags value for this BaseSearch. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Parenthesis |
getParenthesis()
Gets the parenthesis value for this BaseSearch. |
long |
getParenthesisCount()
Gets the parenthesisCount value for this BaseSearch. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isNot()
Gets the not value for this BaseSearch. |
void |
setBooleanOperator(SearchOperator booleanOperator)
Sets the booleanOperator value for this BaseSearch. |
void |
setCustomFlags(java.lang.String customFlags)
Sets the customFlags value for this BaseSearch. |
void |
setNot(boolean not)
Sets the not value for this BaseSearch. |
void |
setParenthesis(Parenthesis parenthesis)
Sets the parenthesis value for this BaseSearch. |
void |
setParenthesisCount(long parenthesisCount)
Sets the parenthesisCount value for this BaseSearch. |
| Methods inherited from class com.discoverygate.webservice.types.Structure |
|---|
getStructure, setStructure |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseSearch()
public BaseSearch(java.lang.String structure,
boolean not,
SearchOperator booleanOperator,
Parenthesis parenthesis,
long parenthesisCount,
java.lang.String customFlags)
| Method Detail |
|---|
public boolean isNot()
public void setNot(boolean not)
not - public SearchOperator getBooleanOperator()
public void setBooleanOperator(SearchOperator booleanOperator)
booleanOperator - public Parenthesis getParenthesis()
public void setParenthesis(Parenthesis parenthesis)
parenthesis - public long getParenthesisCount()
public void setParenthesisCount(long parenthesisCount)
parenthesisCount - public java.lang.String getCustomFlags()
public void setCustomFlags(java.lang.String customFlags)
customFlags - public boolean equals(java.lang.Object obj)
equals in class Structurepublic int hashCode()
hashCode in class Structurepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||