HPSearch

cgl.hpsearch.schemas.soap11
Interface Fault

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
FaultImpl

public interface Fault
extends XmlObject

An XML Fault(@http://schemas.xmlsoap.org/soap/envelope/). This is a complex type.


Nested Class Summary
static class Fault.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 Detail addNewDetail()
          Appends and returns a new empty "detail" element
 Detail getDetail()
          Gets the "detail" element
 String getFaultactor()
          Gets the "faultactor" element
 QName getFaultcode()
          Gets the "faultcode" element
 String getFaultstring()
          Gets the "faultstring" element
 boolean isSetDetail()
          True if has "detail" element
 boolean isSetFaultactor()
          True if has "faultactor" element
 void setDetail(Detail detail)
          Sets the "detail" element
 void setFaultactor(String faultactor)
          Sets the "faultactor" element
 void setFaultcode(QName faultcode)
          Sets the "faultcode" element
 void setFaultstring(String faultstring)
          Sets the "faultstring" element
 void unsetDetail()
          Unsets the "detail" element
 void unsetFaultactor()
          Unsets the "faultactor" element
 XmlAnyURI xgetFaultactor()
          Gets (as xml) the "faultactor" element
 XmlQName xgetFaultcode()
          Gets (as xml) the "faultcode" element
 XmlString xgetFaultstring()
          Gets (as xml) the "faultstring" element
 void xsetFaultactor(XmlAnyURI faultactor)
          Sets (as xml) the "faultactor" element
 void xsetFaultcode(XmlQName faultcode)
          Sets (as xml) the "faultcode" element
 void xsetFaultstring(XmlString faultstring)
          Sets (as xml) the "faultstring" 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

public static final SchemaType type
Method Detail

getFaultcode

public QName getFaultcode()
Gets the "faultcode" element


xgetFaultcode

public XmlQName xgetFaultcode()
Gets (as xml) the "faultcode" element


setFaultcode

public void setFaultcode(QName faultcode)
Sets the "faultcode" element


xsetFaultcode

public void xsetFaultcode(XmlQName faultcode)
Sets (as xml) the "faultcode" element


getFaultstring

public String getFaultstring()
Gets the "faultstring" element


xgetFaultstring

public XmlString xgetFaultstring()
Gets (as xml) the "faultstring" element


setFaultstring

public void setFaultstring(String faultstring)
Sets the "faultstring" element


xsetFaultstring

public void xsetFaultstring(XmlString faultstring)
Sets (as xml) the "faultstring" element


getFaultactor

public String getFaultactor()
Gets the "faultactor" element


xgetFaultactor

public XmlAnyURI xgetFaultactor()
Gets (as xml) the "faultactor" element


isSetFaultactor

public boolean isSetFaultactor()
True if has "faultactor" element


setFaultactor

public void setFaultactor(String faultactor)
Sets the "faultactor" element


xsetFaultactor

public void xsetFaultactor(XmlAnyURI faultactor)
Sets (as xml) the "faultactor" element


unsetFaultactor

public void unsetFaultactor()
Unsets the "faultactor" element


getDetail

public Detail getDetail()
Gets the "detail" element


isSetDetail

public boolean isSetDetail()
True if has "detail" element


setDetail

public void setDetail(Detail detail)
Sets the "detail" element


addNewDetail

public Detail addNewDetail()
Appends and returns a new empty "detail" element


unsetDetail

public void unsetDetail()
Unsets the "detail" element


HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006