com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction
Interface ResourcePropertyChangeFailureType


public interface ResourcePropertyChangeFailureType

Interface related to "ResourcePropertyChangeFailureType" WS-ResourceProperties Type. Thought to be the most "user-friendly" as possible according to WS-ResourceProperties specification (part of WS-Resource specifications set) content and especially its associated XML Schema

Author:
Thierry Déjean - EBM Websourcing

Nested Class Summary
static interface ResourcePropertyChangeFailureType.CurrentValue
          Interface related to "ResourcePropertyChangeFailureType.CurrentValue" WS-ResourceProperties Type.
static interface ResourcePropertyChangeFailureType.RequestedValue
          Interface related to "ResourcePropertyChangeFailureType.RequestedValue" WS-ResourceProperties Type.
 
Method Summary
 ResourcePropertyChangeFailureType.CurrentValue getCurrentValue()
          Get the current values of requested resource properties
 ResourcePropertyChangeFailureType.RequestedValue getRequestedValue()
          Get the current values of requested resource properties
 boolean isRestored()
          Get the value of the "restored" property.
 void setCurrentValue(ResourcePropertyChangeFailureType.CurrentValue value)
          Set the current values of requested resource properties
 void setRequestedValue(ResourcePropertyChangeFailureType.RequestedValue value)
          Set the requested values of requested resource properties
 void setRestored(boolean bool)
          Set the value of the "restored" property according to the value have been restored or not
 

Method Detail

getCurrentValue

ResourcePropertyChangeFailureType.CurrentValue getCurrentValue()
Get the current values of requested resource properties

Returns:
value(s) of the requested resource's property as a list of Element objects

setCurrentValue

void setCurrentValue(ResourcePropertyChangeFailureType.CurrentValue value)
Set the current values of requested resource properties

Parameters:
value - value of the requested resource's property as a ResourcePropertyChangeFailureType.CurrentValue object

getRequestedValue

ResourcePropertyChangeFailureType.RequestedValue getRequestedValue()
Get the current values of requested resource properties

Returns:
value(s) of the requested resource's property as a list of Element objects

setRequestedValue

void setRequestedValue(ResourcePropertyChangeFailureType.RequestedValue value)
Set the requested values of requested resource properties

Parameters:
value - of the requested resource's property as a ResourcePropertyChangeFailureType.RequestedValue objects

isRestored

boolean isRestored()
Get the value of the "restored" property.

Returns:
true if the value have been restored. False if not.

setRestored

void setRestored(boolean bool)
Set the value of the "restored" property according to the value have been restored or not

Parameters:
bool - set the boolean value of the "restored" property


Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.