IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.wsrf
Class ResourcePropertyChangeFailure

java.lang.Object
  extended by com.ibm.websphere.wsrf.ResourcePropertyChangeFailure
All Implemented Interfaces:
java.io.Serializable

public class ResourcePropertyChangeFailure
extends java.lang.Object
implements java.io.Serializable

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

 <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
ResourcePropertyChangeFailure()
          Default constructor to create an empty ResourcePropertyChangeFailure
ResourcePropertyChangeFailure(IOSerializableSOAPElement[] currentValue, IOSerializableSOAPElement[] requestedValue, boolean restored)
          Constructor to create a ResourcePropertyChangeFailure with content.
 
Method Summary
 IOSerializableSOAPElement[] getCurrentValue()
          Gets the current value(s) of the resource property elements that were the subject of the modification request.
 IOSerializableSOAPElement[] getRequestedValue()
          Gets the value(s) of the resource property elements that were supplied in the modification request.
 java.lang.Boolean getRestored()
          Gets the flag indicating if the resource property document was restored to its pre-invocation state.
 void setCurrentValue(IOSerializableSOAPElement[] currentValue)
          Sets the current value(s) of the resource property elements that were the subject of the modification request.
 void setRequestedValue(IOSerializableSOAPElement[] requestedValue)
          Sets the value(s) of the resource property elements that were supplied in the modification request.
 void setRestored(boolean restored)
          Sets the flag indicating if the resource property document was restored to its pre-invocation state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcePropertyChangeFailure

public ResourcePropertyChangeFailure()
Default constructor to create an empty ResourcePropertyChangeFailure


ResourcePropertyChangeFailure

public ResourcePropertyChangeFailure(IOSerializableSOAPElement[] currentValue,
                                     IOSerializableSOAPElement[] requestedValue,
                                     boolean restored)
Constructor to create a ResourcePropertyChangeFailure with content.

Parameters:
currentValue - The current value(s) of the resource property elements that were the subject of the modification request
requestedValue - The value(s) of the resource property elements that were supplied in the modification request.
restored - Flag indicating if the resource property document was restored to its pre-invocation state.
Method Detail

getCurrentValue

public IOSerializableSOAPElement[] getCurrentValue()
Gets the current value(s) of the resource property elements that were the subject of the modification request.

Returns:
The current value(s)

setCurrentValue

public void setCurrentValue(IOSerializableSOAPElement[] currentValue)
Sets the current value(s) of the resource property elements that were the subject of the modification request.

Parameters:
currentValue - The current value(s)

getRequestedValue

public IOSerializableSOAPElement[] getRequestedValue()
Gets the value(s) of the resource property elements that were supplied in the modification request.

Returns:
The requested value(s)

setRequestedValue

public void setRequestedValue(IOSerializableSOAPElement[] requestedValue)
Sets the value(s) of the resource property elements that were supplied in the modification request.

Parameters:
requestedValue - The requested value(s)

getRestored

public java.lang.Boolean getRestored()
Gets the flag indicating if the resource property document was restored to its pre-invocation state.

Returns:
The requested value(s)

setRestored

public void setRestored(boolean restored)
Sets the flag indicating if the resource property document was restored to its pre-invocation state.

Parameters:
restored - The requested value(s)

IBM WebSphere Application ServerTM
Release 8