|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.search.routing.command.search.LogicTree
public class LogicTree
custom query logic tree
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
LogicTree()
|
|
LogicTree(java.util.List logicNodes)
|
|
| Method Summary | |
|---|---|
protected static LogicTree |
fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
|
java.util.List |
getLogicNodes()
Returns a list of LogicNodes |
java.lang.String |
getXml()
|
void |
setLogicNodes(java.util.List logicNodes)
Sets a list of LogicNodes |
void |
setXml(java.lang.String pXml)
Sets logic tree xml. |
java.lang.String |
toString()
|
java.lang.String |
toXML()
Generates logcTree xml |
static LogicTree |
valueOf(java.lang.String pXml)
Converts XML into a new instance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public LogicTree(java.util.List logicNodes)
logicNodes - public LogicTree()
| Method Detail |
|---|
public java.util.List getLogicNodes()
LogicNodes
LogicNodespublic void setLogicNodes(java.util.List logicNodes)
LogicNodes
logicNodes - list of LogicNodespublic java.lang.String getXml()
public void setXml(java.lang.String pXml)
pXml - Well formed XML.public static LogicTree valueOf(java.lang.String pXml)
pXml - xml logic tree xml
LogicTree instanceprotected static LogicTree fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
public java.lang.String toXML()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||