|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wsrf.ResourcePropertyChangeFailure
public class ResourcePropertyChangeFailure
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>
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 |
---|
public ResourcePropertyChangeFailure()
public ResourcePropertyChangeFailure(IOSerializableSOAPElement[] currentValue, IOSerializableSOAPElement[] requestedValue, boolean restored)
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 |
---|
public IOSerializableSOAPElement[] getCurrentValue()
public void setCurrentValue(IOSerializableSOAPElement[] currentValue)
currentValue
- The current value(s)public IOSerializableSOAPElement[] getRequestedValue()
public void setRequestedValue(IOSerializableSOAPElement[] requestedValue)
requestedValue
- The requested value(s)public java.lang.Boolean getRestored()
public void setRestored(boolean restored)
restored
- The requested value(s)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |