Interface ResourcePropertyChangeFailureType

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

    public interface ResourcePropertyChangeFailureType
    extends org.apache.xmlbeans.XmlObject
    An XML ResourcePropertyChangeFailureType(@http://docs.oasis-open.org/wsrf/rp-2). This is a complex type.
    • Field Detail

      • type

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

      • isSetCurrentValue

        boolean isSetCurrentValue()
        True if has "CurrentValue" element
      • unsetCurrentValue

        void unsetCurrentValue()
        Unsets the "CurrentValue" element
      • isSetRequestedValue

        boolean isSetRequestedValue()
        True if has "RequestedValue" element
      • unsetRequestedValue

        void unsetRequestedValue()
        Unsets the "RequestedValue" element
      • getRestored

        boolean getRestored()
        Gets the "Restored" attribute
      • xgetRestored

        org.apache.xmlbeans.XmlBoolean xgetRestored()
        Gets (as xml) the "Restored" attribute
      • isSetRestored

        boolean isSetRestored()
        True if has "Restored" attribute
      • setRestored

        void setRestored​(boolean restored)
        Sets the "Restored" attribute
      • xsetRestored

        void xsetRestored​(org.apache.xmlbeans.XmlBoolean restored)
        Sets (as xml) the "Restored" attribute
      • unsetRestored

        void unsetRestored()
        Unsets the "Restored" attribute