|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gusdb.wdk.model.test.SanityXmlQuestion
public class SanityXmlQuestion
Object used in running a sanity test; represents a query or question in a wdk model. Created: Mon August 23 12:00:00 2004 EDT
| Constructor Summary | |
|---|---|
SanityXmlQuestion()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCommand(java.lang.String globalArgs)
Dump a command-line that can be used to individually test this element, outside of the context of a sanity test (the command line will include all necessary parameters, the values of which will be the same as those that the test attempted to use previously. |
int |
getMaxOutputLength()
|
int |
getMinOutputLength()
|
java.lang.String |
getName()
Return the name of this element. |
int |
getPageEnd()
|
int |
getPageStart()
|
java.lang.String |
getRef()
|
java.lang.String |
getType()
Return the general type of this element (for instance, "query" or "record". |
java.lang.String |
getXmlData()
|
void |
setMaxOutputLength(int maxOutputLength)
|
void |
setMinOutputLength(int minOutputLength)
|
void |
setPageEnd(int pageEnd)
|
void |
setPageStart(int pageStart)
|
void |
setRef(java.lang.String ref)
|
void |
setType(java.lang.String type)
|
void |
setXmlData(java.lang.String xmlData)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SanityXmlQuestion()
| Method Detail |
|---|
public java.lang.String getCommand(java.lang.String globalArgs)
throws WdkModelException
SanityElementI
getCommand in interface SanityElementIglobalArgs - Arguments not specific to the Element itself; basically anything in the
Sanity test that was required to run all elements.
WdkModelExceptionpublic int getMaxOutputLength()
public void setMaxOutputLength(int maxOutputLength)
maxOutputLength - The maxOutputLength to set.public int getMinOutputLength()
public void setMinOutputLength(int minOutputLength)
minOutputLength - The minOutputLength to set.public int getPageEnd()
public void setPageEnd(int pageEnd)
pageEnd - The pageEnd to set.public int getPageStart()
public void setPageStart(int pageStart)
pageStart - The pageStart to set.public java.lang.String getRef()
public void setRef(java.lang.String ref)
ref - The ref to set.public java.lang.String getType()
SanityElementI
getType in interface SanityElementIpublic void setType(java.lang.String type)
type - The type to set.public java.lang.String getXmlData()
public void setXmlData(java.lang.String xmlData)
xmlData - The xmlData to set.public java.lang.String getName()
SanityElementI
getName in interface SanityElementI
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||