Interface Fault

    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getCode

        @Nullable
        FaultCode getCode()
        Gets the fault code for this fault.
        Returns:
        the fault code for this fault
      • setCode

        void setCode​(@Nullable
                     FaultCode newFaultCode)
        Sets the fault code for this fault.
        Parameters:
        newFaultCode - the fault code for this fault
      • getMessage

        @Nullable
        FaultString getMessage()
        Gets the fault string for this fault.
        Returns:
        the fault string for this fault
      • setMessage

        void setMessage​(@Nullable
                        FaultString newMessage)
        Sets the fault string for this fault.
        Parameters:
        newMessage - the fault string for this fault
      • getActor

        @Nullable
        FaultActor getActor()
        Gets the URI of the fault actor for this fault.
        Returns:
        the URI of the fault actor for this fault
      • setActor

        void setActor​(@Nullable
                      FaultActor newActor)
        Sets the URI of the fault actor for this fault.
        Parameters:
        newActor - the URI of the fault actor for this fault
      • getDetail

        @Nullable
        Detail getDetail()
        Gets details of this fault.
        Returns:
        details of this fault
      • setDetail

        void setDetail​(@Nullable
                       Detail newDetail)
        Sets details of this fault.
        Parameters:
        newDetail - details of this fault