agonism.dovetail.test.quick
Class  QQueryTest
java.lang.Object
  |
  +--agonism.dovetail.test.quick.QGBase
        |
        +--agonism.dovetail.test.quick.QQueryTest
- All Implemented Interfaces: 
- com.jxml.quick.QAware, QGBaseIntf
- public class QQueryTest- extends QGBase- implements QGBaseIntf, com.jxml.quick.QAware
| Field Summary | 
| protected  int | countdefault = "-1"
 | 
| protected  java.lang.String | queryName
 | 
| protected  java.util.ArrayList | recordslist of QRecord
 | 
 
| Fields inherited from class agonism.dovetail.test.quick.QGBase | 
| qParent | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
queryName
protected java.lang.String queryName
count
protected int count
- default = "-1"
records
protected java.util.ArrayList records
- list of QRecord
QQueryTest
public QQueryTest()
QQueryTest
public QQueryTest(QGBaseIntf qParent,
                  java.lang.String queryName,
                  int count,
                  java.util.ArrayList records)
- full constructor
QQueryTest
public QQueryTest(QGBaseIntf qParent,
                  java.lang.String queryName)
- minimum constructor
getQueryName
public java.lang.String getQueryName()
- 
 
setQueryName
public void setQueryName(java.lang.String queryName)
- 
 
getCount
public int getCount()
- default = "-1"- 
 
setCount
public void setCount(int count)
- default = "-1"- 
 
getRecords
public java.util.ArrayList getRecords()
- list of QRecord- 
 
getQRecord
public QRecord getQRecord(int i)
- 
 
setQRecord
public void setQRecord(int i,
                       QRecord qRecord)
- 
 
qRecordCount
public int qRecordCount()
- 
 
endElement
public void endElement(java.lang.String tagName,
                       com.jxml.quick.QContext outputContext)
                throws com.jxml.quick.QPE
- Description copied from interface: QGBaseIntf
- Method called at the end of a Quick transformation. Can be used to check integrity.- 
- Specified by: 
- endElementin interface- QGBaseIntf
- Overrides:
- endElementin class- QGBase
 
print
public void print(java.io.PrintWriter pw,
                  java.lang.String indent)
- Description copied from interface: QGBaseIntf
- print a summary of this object- 
- Specified by: 
- printin interface- QGBaseIntf
- Overrides:
- printin class- QGBase
 
getXAttVal
public java.lang.String getXAttVal(java.lang.String attname)
- 
 
getXChildren
public java.util.ArrayList getXChildren(java.lang.String childTagName)
- 
 
getAllXChildren
public java.util.ArrayList getAllXChildren()
- Description copied from interface: QGBaseIntf
- get a list of all the objects corresponding to XML children- 
- Specified by: 
- getAllXChildrenin interface- QGBaseIntf
- Overrides:
- getAllXChildrenin class- QGBase