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://www.w3.org/2003/05/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
      Faultcode addNewCode()
      Appends and returns a new empty "Code" element
      Detail addNewDetail()
      Appends and returns a new empty "Detail" element
      Faultreason addNewReason()
      Appends and returns a new empty "Reason" element
      Faultcode getCode()
      Gets the "Code" element
      Detail getDetail()
      Gets the "Detail" element
      String getNode()
      Gets the "Node" element
      Faultreason getReason()
      Gets the "Reason" element
      String getRole()
      Gets the "Role" element
      boolean isSetDetail()
      True if has "Detail" element
      boolean isSetNode()
      True if has "Node" element
      boolean isSetRole()
      True if has "Role" element
      void setCode​(Faultcode code)
      Sets the "Code" element
      void setDetail​(Detail detail)
      Sets the "Detail" element
      void setNode​(String node)
      Sets the "Node" element
      void setReason​(Faultreason reason)
      Sets the "Reason" element
      void setRole​(String role)
      Sets the "Role" element
      void unsetDetail()
      Unsets the "Detail" element
      void unsetNode()
      Unsets the "Node" element
      void unsetRole()
      Unsets the "Role" element
      org.apache.xmlbeans.XmlAnyURI xgetNode()
      Gets (as xml) the "Node" element
      org.apache.xmlbeans.XmlAnyURI xgetRole()
      Gets (as xml) the "Role" element
      void xsetNode​(org.apache.xmlbeans.XmlAnyURI node)
      Sets (as xml) the "Node" element
      void xsetRole​(org.apache.xmlbeans.XmlAnyURI role)
      Sets (as xml) the "Role" 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

      • getCode

        Faultcode getCode()
        Gets the "Code" element
      • setCode

        void setCode​(Faultcode code)
        Sets the "Code" element
      • addNewCode

        Faultcode addNewCode()
        Appends and returns a new empty "Code" element
      • getReason

        Faultreason getReason()
        Gets the "Reason" element
      • setReason

        void setReason​(Faultreason reason)
        Sets the "Reason" element
      • addNewReason

        Faultreason addNewReason()
        Appends and returns a new empty "Reason" element
      • getNode

        String getNode()
        Gets the "Node" element
      • xgetNode

        org.apache.xmlbeans.XmlAnyURI xgetNode()
        Gets (as xml) the "Node" element
      • isSetNode

        boolean isSetNode()
        True if has "Node" element
      • setNode

        void setNode​(String node)
        Sets the "Node" element
      • xsetNode

        void xsetNode​(org.apache.xmlbeans.XmlAnyURI node)
        Sets (as xml) the "Node" element
      • unsetNode

        void unsetNode()
        Unsets the "Node" element
      • getRole

        String getRole()
        Gets the "Role" element
      • xgetRole

        org.apache.xmlbeans.XmlAnyURI xgetRole()
        Gets (as xml) the "Role" element
      • isSetRole

        boolean isSetRole()
        True if has "Role" element
      • setRole

        void setRole​(String role)
        Sets the "Role" element
      • xsetRole

        void xsetRole​(org.apache.xmlbeans.XmlAnyURI role)
        Sets (as xml) the "Role" element
      • unsetRole

        void unsetRole()
        Unsets the "Role" 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