com.ibm.websphere.wsrf

Class ResourcePropertyChangeFailure

  1. java.lang.Object
  2. extended bycom.ibm.websphere.wsrf.ResourcePropertyChangeFailure
All implemented interfaces:
java.io.Serializable

  1. public class ResourcePropertyChangeFailure
  2. extends java.lang.Object
  3. 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

Constructor and Description
ResourcePropertyChangeFailure()
Default constructor to create an empty ResourcePropertyChangeFailure
ResourcePropertyChangeFailure(IOSerializableSOAPElement[] currentValue,IOSerializableSOAPElement[] requestedValue,boolean restored)
Constructor to create a ResourcePropertyChangeFailure with content.

Method Summary

Modifier and Type Method and Description
  1. IOSerializableSOAPElement[]
getCurrentValue()
Gets the current value(s) of the resource property elements that were the subject of the modification request.
  1. IOSerializableSOAPElement[]
getRequestedValue()
Gets the value(s) of the resource property elements that were supplied in the modification request.
  1. java.lang.Boolean
getRestored()
Gets the flag indicating if the resource property document was restored to its pre-invocation state.
  1. void
setCurrentValue(IOSerializableSOAPElement[] currentValue)
Sets the current value(s) of the resource property elements that were the subject of the modification request.
  1. void
setRequestedValue(IOSerializableSOAPElement[] requestedValue)
Sets the value(s) of the resource property elements that were supplied in the modification request.
  1. 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

  1. public ResourcePropertyChangeFailure( )
Default constructor to create an empty ResourcePropertyChangeFailure

ResourcePropertyChangeFailure

  1. public ResourcePropertyChangeFailure( IOSerializableSOAPElement[] currentValue,
  2. IOSerializableSOAPElement[] requestedValue,
  3. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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)