com.jxml.quick.model.qjml
Class QMARef

java.lang.Object
  |
  +--com.jxml.quick.model.qjml.QMCloneable
        |
        +--com.jxml.quick.model.qjml.QMARef
All Implemented Interfaces:
Cloneable, QBiModal

public class QMARef
extends QMCloneable
implements QBiModal

Models an aref element in QJML. An aref element names a field or property element in a coin which this coin extends.

DTD:

<!ELEMENT aref (#PCDATA)>

<!ATTLIST aref
    ID id #IMPLIED
>


Field Summary
 String text
          Represents the text content of the element.
 
Constructor Summary
QMARef()
           
 
Method Summary
 String getQText()
          Returns the text content of the element.
 void setQText(String text)
          Sets the text content of the element.
 
Methods inherited from class com.jxml.quick.model.qjml.QMCloneable
clone, clone, clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public String text
Represents the text content of the element.
Constructor Detail

QMARef

public QMARef()
Method Detail

getQText

public String getQText()
Returns the text content of the element.
Specified by:
getQText in interface QBiModal

setQText

public void setQText(String text)
Sets the text content of the element.
Specified by:
setQText in interface QBiModal