org.xmlsoap.schemas.soap.envelope
Interface Fault

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

public interface Fault
extends org.apache.xmlbeans.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 org.apache.xmlbeans.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
 java.lang.String getFaultactor()
          Gets the "faultactor" element
 javax.xml.namespace.QName getFaultcode()
          Gets the "faultcode" element
 java.lang.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(java.lang.String faultactor)
          Sets the "faultactor" element
 void setFaultcode(javax.xml.namespace.QName faultcode)
          Sets the "faultcode" element
 void setFaultstring(java.lang.String faultstring)
          Sets the "faultstring" element
 void unsetDetail()
          Unsets the "detail" element
 void unsetFaultactor()
          Unsets the "faultactor" element
 org.apache.xmlbeans.XmlAnyURI xgetFaultactor()
          Gets (as xml) the "faultactor" element
 org.apache.xmlbeans.XmlQName xgetFaultcode()
          Gets (as xml) the "faultcode" element
 org.apache.xmlbeans.XmlString xgetFaultstring()
          Gets (as xml) the "faultstring" element
 void xsetFaultactor(org.apache.xmlbeans.XmlAnyURI faultactor)
          Sets (as xml) the "faultactor" element
 void xsetFaultcode(org.apache.xmlbeans.XmlQName faultcode)
          Sets (as xml) the "faultcode" element
 void xsetFaultstring(org.apache.xmlbeans.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

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

getFaultcode

javax.xml.namespace.QName getFaultcode()
Gets the "faultcode" element


xgetFaultcode

org.apache.xmlbeans.XmlQName xgetFaultcode()
Gets (as xml) the "faultcode" element


setFaultcode

void setFaultcode(javax.xml.namespace.QName faultcode)
Sets the "faultcode" element


xsetFaultcode

void xsetFaultcode(org.apache.xmlbeans.XmlQName faultcode)
Sets (as xml) the "faultcode" element


getFaultstring

java.lang.String getFaultstring()
Gets the "faultstring" element


xgetFaultstring

org.apache.xmlbeans.XmlString xgetFaultstring()
Gets (as xml) the "faultstring" element


setFaultstring

void setFaultstring(java.lang.String faultstring)
Sets the "faultstring" element


xsetFaultstring

void xsetFaultstring(org.apache.xmlbeans.XmlString faultstring)
Sets (as xml) the "faultstring" element


getFaultactor

java.lang.String getFaultactor()
Gets the "faultactor" element


xgetFaultactor

org.apache.xmlbeans.XmlAnyURI xgetFaultactor()
Gets (as xml) the "faultactor" element


isSetFaultactor

boolean isSetFaultactor()
True if has "faultactor" element


setFaultactor

void setFaultactor(java.lang.String faultactor)
Sets the "faultactor" element


xsetFaultactor

void xsetFaultactor(org.apache.xmlbeans.XmlAnyURI faultactor)
Sets (as xml) the "faultactor" element


unsetFaultactor

void unsetFaultactor()
Unsets the "faultactor" element


getDetail

Detail getDetail()
Gets the "detail" element


isSetDetail

boolean isSetDetail()
True if has "detail" element


setDetail

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


addNewDetail

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


unsetDetail

void unsetDetail()
Unsets the "detail" element



Copyright © 2009. All Rights Reserved.