org.gusdb.wdk.model.jspwrap
Class XmlAnswerBean

java.lang.Object
  extended by org.gusdb.wdk.model.jspwrap.XmlAnswerBean

public class XmlAnswerBean
extends java.lang.Object


Constructor Summary
XmlAnswerBean(org.gusdb.wdk.model.xml.XmlAnswer answer)
           
 
Method Summary
 int getEndIndex()
           
 int getPageSize()
           
 XmlQuestionBean getQuestion()
           
 XmlRecordClassBean getRecordClass()
           
 XmlRecordBean[] getRecordInstances()
           
 int getResultSize()
           
 int getStartIndex()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlAnswerBean

public XmlAnswerBean(org.gusdb.wdk.model.xml.XmlAnswer answer)
Method Detail

getEndIndex

public int getEndIndex()

getPageSize

public int getPageSize()

getQuestion

public XmlQuestionBean getQuestion()

getRecordInstances

public XmlRecordBean[] getRecordInstances()

getResultSize

public int getResultSize()

getStartIndex

public int getStartIndex()

getRecordClass

public XmlRecordClassBean getRecordClass()