IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.wsrf
Class UpdateResourcePropertiesRequestFailedFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.wsrf.BaseFault
              extended by com.ibm.websphere.wsrf.UpdateResourcePropertiesRequestFailedFault
All Implemented Interfaces:
java.io.Serializable

public class UpdateResourcePropertiesRequestFailedFault
extends BaseFault

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

 <xsd:complexType name="UpdateResourcePropertiesRequestFailedFaultType">
   <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 Summary
UpdateResourcePropertiesRequestFailedFault()
          Default constructor.
UpdateResourcePropertiesRequestFailedFault(EndpointReference originator, ErrorCode errorCode, FaultDescription[] descriptions, IOSerializableSOAPElement faultCause, IOSerializableSOAPElement[] extensibilityElements, Attribute[] attributes)
          Constructor for a new UpdateResourcePropertiesRequestFailedFault instance.
UpdateResourcePropertiesRequestFailedFault(EndpointReference originator, ErrorCode errorCode, FaultDescription[] descriptions, IOSerializableSOAPElement faultCause, IOSerializableSOAPElement[] extensibilityElements, Attribute[] attributes, ResourcePropertyChangeFailure rpcf)
          Constructor for a new UpdateResourcePropertiesRequestFailedFault instance.
 
Method Summary
 ResourcePropertyChangeFailure getResourcePropertyChangeFailure()
          Gets the associated ResourcePropertyChangeFailure instance.
 void setResourcePropertyChangeFailure(ResourcePropertyChangeFailure rpcf)
          Sets the associated ResourcePropertyChangeFailure instance.
 
Methods inherited from class com.ibm.websphere.wsrf.BaseFault
getAttributes, getDescriptions, getErrorCode, getExtensibilityElements, getFaultCause, getOriginator, getTimestamp, setAttributes, setDescriptions, setErrorCode, setExtensibilityElements, setFaultCause, setOriginator, setTimestamp
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateResourcePropertiesRequestFailedFault

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


UpdateResourcePropertiesRequestFailedFault

public UpdateResourcePropertiesRequestFailedFault(EndpointReference originator,
                                                  ErrorCode errorCode,
                                                  FaultDescription[] descriptions,
                                                  IOSerializableSOAPElement faultCause,
                                                  IOSerializableSOAPElement[] extensibilityElements,
                                                  Attribute[] attributes)
Constructor for a new UpdateResourcePropertiesRequestFailedFault 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

UpdateResourcePropertiesRequestFailedFault

public UpdateResourcePropertiesRequestFailedFault(EndpointReference originator,
                                                  ErrorCode errorCode,
                                                  FaultDescription[] descriptions,
                                                  IOSerializableSOAPElement faultCause,
                                                  IOSerializableSOAPElement[] extensibilityElements,
                                                  Attribute[] attributes,
                                                  ResourcePropertyChangeFailure rpcf)
Constructor for a new UpdateResourcePropertiesRequestFailedFault 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
rpcf - indicates 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.

IBM WebSphere Application ServerTM
Release 7