com.ibm.websphere.wsrf
Class ResourcePropertyChangeFailure
- java.lang.Object
-
- com.ibm.websphere.wsrf.ResourcePropertyChangeFailure
-
- All Implemented Interfaces:
- java.io.Serializable
public class ResourcePropertyChangeFailure extends java.lang.Object implements java.io.SerializableThis 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
Constructors Constructor and Description ResourcePropertyChangeFailure()Default constructor to create an empty ResourcePropertyChangeFailureResourcePropertyChangeFailure(IOSerializableSOAPElement[] currentValue, IOSerializableSOAPElement[] requestedValue, boolean restored)Constructor to create a ResourcePropertyChangeFailure with content.
-
Method Summary
Methods Modifier and Type Method and Description 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.BooleangetRestored()Gets the flag indicating if the resource property document was restored to its pre-invocation state.voidsetCurrentValue(IOSerializableSOAPElement[] currentValue)Sets the current value(s) of the resource property elements that were the subject of the modification request.voidsetRequestedValue(IOSerializableSOAPElement[] requestedValue)Sets the value(s) of the resource property elements that were supplied in the modification request.voidsetRestored(boolean restored)Sets the flag indicating if the resource property document was restored to its pre-invocation state.
-
-
-
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 requestrequestedValue- 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)
-
-