com.ibm.websphere.wsrf

Class UnableToPutResourcePropertyDocumentFault

  • All Implemented Interfaces:
    java.io.Serializable


    public class UnableToPutResourcePropertyDocumentFault
    extends BaseFault

    This class represents the XML complexType "wsrf-rp:UnableToPutResourcePropertyDocumentFaultType"

     <xsd:complexType name="UnableToPutResourcePropertyDocumentFaultType">
       <xsd:complexContent>
         <xsd:extension base="wsrf-bf:BaseFaultType">
           <xsd:sequence>
             <xsd:element name="ResourcePropertyChangeFailure" type="wsrf-rp:ResourcePropertyChangeFailureType"/>
           </xsd:sequence>
         </xsd:extension>
       </xsd:complexContent>
     </xsd:complexType>
     
    
     <xsd:complexType name="ResourcePropertyChangeFailureType">
     
       <xsd:sequence>
         <xsd:element name="CurrentValue" minOccurs="0" maxOccurs="1">
           <xsd:complexType>
             <xsd:sequence>
               <xsd:any minOccurs="1" maxOccurs="unbounded" />
             </xsd:sequence>
           </xsd:complexType>
         </xsd:element>
     
         <xsd:element name="RequestedValue" minOccurs="0" maxOccurs="1">
           <xsd:complexType>
             <xsd:sequence>
               <xsd:any minOccurs="1" maxOccurs="unbounded" />
             </xsd:sequence>
           </xsd:complexType>
         </xsd:element>
     
       </xsd:sequence>
     
       <xsd:attribute name="Restored" type="xsd:boolean"/>
     
     </xsd:complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • UnableToPutResourcePropertyDocumentFault

        public UnableToPutResourcePropertyDocumentFault()
        Default constructor. Constructs a UnableToPutResourcePropertyDocumentFault with the inherited and mandatory timestamp field set. Other fields may be modified using the 'set' methods.
      • UnableToPutResourcePropertyDocumentFault

        public UnableToPutResourcePropertyDocumentFault(EndpointReference originator,
                                                ErrorCode errorCode,
                                                FaultDescription[] descriptions,
                                                IOSerializableSOAPElement faultCause,
                                                IOSerializableSOAPElement[] extensibilityElements,
                                                Attribute[] attributes)
        Constructor for a new UnableToPutResourcePropertyDocumentFault instance. Since all fields are optional, null may be passed for any value to omit a field.
        Parameters:
        originator - The WS-Addressing EndpointReference of the Web Service that generated the fault.
        errorCode - The error code.
        descriptions - The set of descriptions.
        faultCause - The fault cause.
        extensibilityElements - The set of extensibility elements.
        attributes - The set of attributes
      • UnableToPutResourcePropertyDocumentFault

        public UnableToPutResourcePropertyDocumentFault(EndpointReference originator,
                                                ErrorCode errorCode,
                                                FaultDescription[] descriptions,
                                                IOSerializableSOAPElement faultCause,
                                                IOSerializableSOAPElement[] extensibilityElements,
                                                Attribute[] attributes,
                                                ResourcePropertyChangeFailure rpcf)
        Constructor for a new UnableToPutResourcePropertyDocumentFault instance. Since all fields are optional, null may be passed for any value to omit a field.
        Parameters:
        originator - The WS-Addressing EndpointReference of the Web Service that generated the fault.
        errorCode - The error code.
        descriptions - The set of descriptions.
        faultCause - The fault cause.
        extensibilityElements - The set of extensibility elements.
        attributeName - The attribute name.
        attributeName - The attribute value.
        rpcf - represents the state of the resource property after the failed request
    • Method Detail

      • getResourcePropertyChangeFailure

        public ResourcePropertyChangeFailure getResourcePropertyChangeFailure()
        Gets the associated ResourcePropertyChangeFailure instance.
        Returns:
        ResourcePropertyChangeFailure instance that contains the wsrf-rp:ResourcePropertyChangeFailureType values.
      • setResourcePropertyChangeFailure

        public void setResourcePropertyChangeFailure(ResourcePropertyChangeFailure rpcf)
        Sets the associated ResourcePropertyChangeFailure instance.
        Parameters:
        ResourcePropertyChangeFailure - instance that contains the wsrf-rp:ResourcePropertyChangeFailureType values.
      • getMessage

        public java.lang.String getMessage()
        Get the message for this fault. This method overrides the implementation in java.lang.Throwable to return the text of the first description in the sequence of descriptions belonging to the fault.
        Overrides:
        getMessage in class java.lang.Throwable
        See Also:
        Throwable.getMessage()
IBM WebSphere Application ServerTM
Release 8.5