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