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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
- The tag name of the error element.
list
public ArrayList list
- Holds the various components of the error.
OCMError
public OCMError()
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