com.jxml.quick.ocm
Class OCMError

java.lang.Object
  |
  +--com.jxml.quick.ocm.OCMError
All Implemented Interfaces:
QName

public class OCMError
extends Object
implements QName

A model for the error element.


Field Summary
 ArrayList list
          Holds the various components of the error.
 String name
          The tag name of the error element.
 
Constructor Summary
OCMError()
           
 
Method Summary
 String getQName()
          Returns the tag name.
 void setQName(String name)
          Sets the tag name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
The tag name of the error element.

list

public ArrayList list
Holds the various components of the error.
Constructor Detail

OCMError

public OCMError()
Method Detail

getQName

public String getQName()
Description copied from interface: QName
Returns the tag name.
Specified by:
getQName in interface QName

setQName

public void setQName(String name)
Description copied from interface: QName
Sets the tag name.
Specified by:
setQName in interface QName