agonism.dovetail.test.quick
Class QFormValue

java.lang.Object
  |
  +--agonism.dovetail.test.quick.QGBase
        |
        +--agonism.dovetail.test.quick.QFormValue
All Implemented Interfaces:
com.jxml.quick.QAware, QGBaseIntf

public class QFormValue
extends QGBase
implements QGBaseIntf, com.jxml.quick.QAware


Field Summary
protected  boolean isFile
           
protected  QName name
           
protected  QValue value
           
 
Fields inherited from class agonism.dovetail.test.quick.QGBase
qParent
 
Constructor Summary
QFormValue()
           
QFormValue(QGBaseIntf qParent, boolean isFile, QName name, QValue value)
          full constructor
QFormValue(QGBaseIntf qParent, QName name, QValue value)
          minimum constructor
 
Method Summary
 void endElement(java.lang.String tagName, com.jxml.quick.QContext outputContext)
          Method called at the end of a Quick transformation.
 java.util.ArrayList getAllXChildren()
          get a list of all the objects corresponding to XML children
 boolean getIsFile()
           
 QName getName()
           
 QValue getValue()
           
 java.lang.String getXAttVal(java.lang.String attname)
           
 java.util.ArrayList getXChildren(java.lang.String childTagName)
           
 void print(java.io.PrintWriter pw, java.lang.String indent)
          print a summary of this object
 void setIsFile(boolean isFile)
           
 void setName(QName name)
           
 void setValue(QValue value)
           
 
Methods inherited from class agonism.dovetail.test.quick.QGBase
getXParent, print, setXParent, setXParentLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface agonism.dovetail.test.quick.QGBaseIntf
getXParent, print, setXParent, setXParentLinks
 

Field Detail

isFile

protected boolean isFile

name

protected QName name

value

protected QValue value
Constructor Detail

QFormValue

public QFormValue()

QFormValue

public QFormValue(QGBaseIntf qParent,
                  boolean isFile,
                  QName name,
                  QValue value)
full constructor

QFormValue

public QFormValue(QGBaseIntf qParent,
                  QName name,
                  QValue value)
minimum constructor
Method Detail

getIsFile

public boolean getIsFile()

setIsFile

public void setIsFile(boolean isFile)

getName

public QName getName()

setName

public void setName(QName name)

getValue

public QValue getValue()

setValue

public void setValue(QValue value)

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:
endElement in interface QGBaseIntf
Overrides:
endElement in 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:
print in interface QGBaseIntf
Overrides:
print in 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:
getAllXChildren in interface QGBaseIntf
Overrides:
getAllXChildren in class QGBase