noNamespace
Interface ErrorV3Type

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ErrorV3TypeImpl

public interface ErrorV3Type
extends org.apache.xmlbeans.XmlObject

An XML ErrorV3Type(@). This is a complex type.


Nested Class Summary
static class ErrorV3Type.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 String getDescription()
          Gets the "Description" element
 String getHelpContext()
          Gets the "HelpContext" element
 String getHelpFile()
          Gets the "HelpFile" element
 int getNumber()
          Gets the "Number" element
 String getSource()
          Gets the "Source" element
 boolean isSetHelpContext()
          True if has "HelpContext" element
 boolean isSetHelpFile()
          True if has "HelpFile" element
 void setDescription(String description)
          Sets the "Description" element
 void setHelpContext(String helpContext)
          Sets the "HelpContext" element
 void setHelpFile(String helpFile)
          Sets the "HelpFile" element
 void setNumber(int number)
          Sets the "Number" element
 void setSource(String source)
          Sets the "Source" element
 void unsetHelpContext()
          Unsets the "HelpContext" element
 void unsetHelpFile()
          Unsets the "HelpFile" element
 org.apache.xmlbeans.XmlString xgetDescription()
          Gets (as xml) the "Description" element
 org.apache.xmlbeans.XmlString xgetHelpContext()
          Gets (as xml) the "HelpContext" element
 org.apache.xmlbeans.XmlString xgetHelpFile()
          Gets (as xml) the "HelpFile" element
 org.apache.xmlbeans.XmlInt xgetNumber()
          Gets (as xml) the "Number" element
 org.apache.xmlbeans.XmlString xgetSource()
          Gets (as xml) the "Source" element
 void xsetDescription(org.apache.xmlbeans.XmlString description)
          Sets (as xml) the "Description" element
 void xsetHelpContext(org.apache.xmlbeans.XmlString helpContext)
          Sets (as xml) the "HelpContext" element
 void xsetHelpFile(org.apache.xmlbeans.XmlString helpFile)
          Sets (as xml) the "HelpFile" element
 void xsetNumber(org.apache.xmlbeans.XmlInt number)
          Sets (as xml) the "Number" element
 void xsetSource(org.apache.xmlbeans.XmlString source)
          Sets (as xml) the "Source" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getNumber

int getNumber()
Gets the "Number" element


xgetNumber

org.apache.xmlbeans.XmlInt xgetNumber()
Gets (as xml) the "Number" element


setNumber

void setNumber(int number)
Sets the "Number" element


xsetNumber

void xsetNumber(org.apache.xmlbeans.XmlInt number)
Sets (as xml) the "Number" element


getSource

String getSource()
Gets the "Source" element


xgetSource

org.apache.xmlbeans.XmlString xgetSource()
Gets (as xml) the "Source" element


setSource

void setSource(String source)
Sets the "Source" element


xsetSource

void xsetSource(org.apache.xmlbeans.XmlString source)
Sets (as xml) the "Source" element


getDescription

String getDescription()
Gets the "Description" element


xgetDescription

org.apache.xmlbeans.XmlString xgetDescription()
Gets (as xml) the "Description" element


setDescription

void setDescription(String description)
Sets the "Description" element


xsetDescription

void xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "Description" element


getHelpFile

String getHelpFile()
Gets the "HelpFile" element


xgetHelpFile

org.apache.xmlbeans.XmlString xgetHelpFile()
Gets (as xml) the "HelpFile" element


isSetHelpFile

boolean isSetHelpFile()
True if has "HelpFile" element


setHelpFile

void setHelpFile(String helpFile)
Sets the "HelpFile" element


xsetHelpFile

void xsetHelpFile(org.apache.xmlbeans.XmlString helpFile)
Sets (as xml) the "HelpFile" element


unsetHelpFile

void unsetHelpFile()
Unsets the "HelpFile" element


getHelpContext

String getHelpContext()
Gets the "HelpContext" element


xgetHelpContext

org.apache.xmlbeans.XmlString xgetHelpContext()
Gets (as xml) the "HelpContext" element


isSetHelpContext

boolean isSetHelpContext()
True if has "HelpContext" element


setHelpContext

void setHelpContext(String helpContext)
Sets the "HelpContext" element


xsetHelpContext

void xsetHelpContext(org.apache.xmlbeans.XmlString helpContext)
Sets (as xml) the "HelpContext" element


unsetHelpContext

void unsetHelpContext()
Unsets the "HelpContext" element



Copyright © 2012. All Rights Reserved.