Interface BaseFaultType

    • Field Detail

      • type

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

      • getTimestamp

        Calendar getTimestamp()
        Gets the "Timestamp" element
      • xgetTimestamp

        org.apache.xmlbeans.XmlDateTime xgetTimestamp()
        Gets (as xml) the "Timestamp" element
      • setTimestamp

        void setTimestamp​(Calendar timestamp)
        Sets the "Timestamp" element
      • xsetTimestamp

        void xsetTimestamp​(org.apache.xmlbeans.XmlDateTime timestamp)
        Sets (as xml) the "Timestamp" element
      • isSetOriginator

        boolean isSetOriginator()
        True if has "Originator" element
      • addNewOriginator

        EndpointReferenceType addNewOriginator()
        Appends and returns a new empty "Originator" element
      • unsetOriginator

        void unsetOriginator()
        Unsets the "Originator" element
      • isSetErrorCode

        boolean isSetErrorCode()
        True if has "ErrorCode" element
      • unsetErrorCode

        void unsetErrorCode()
        Unsets the "ErrorCode" element
      • sizeOfDescriptionArray

        int sizeOfDescriptionArray()
        Returns number of "Description" element
      • setDescriptionArray

        void setDescriptionArray​(BaseFaultType.Description[] descriptionArray)
        Sets array of all "Description" element
      • setDescriptionArray

        void setDescriptionArray​(int i,
                                 BaseFaultType.Description description)
        Sets ith "Description" element
      • insertNewDescription

        BaseFaultType.Description insertNewDescription​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Description" element
      • addNewDescription

        BaseFaultType.Description addNewDescription()
        Appends and returns a new empty value (as xml) as the last "Description" element
      • removeDescription

        void removeDescription​(int i)
        Removes the ith "Description" element
      • isSetFaultCause

        boolean isSetFaultCause()
        True if has "FaultCause" element
      • unsetFaultCause

        void unsetFaultCause()
        Unsets the "FaultCause" element