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

      Nested Classes 
      Modifier and Type Interface Description
      static class  Fault.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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
      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, 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

        QName getFaultcode()
        Gets the "faultcode" element
      • xgetFaultcode

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

        void setFaultcode​(QName faultcode)
        Sets the "faultcode" element
      • xsetFaultcode

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

        String getFaultstring()
        Gets the "faultstring" element
      • xgetFaultstring

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

        void setFaultstring​(String faultstring)
        Sets the "faultstring" element
      • xsetFaultstring

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

        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​(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