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

Enclosing interface:
ResourcePropertyChangeFailureType

public static interface ResourcePropertyChangeFailureType.CurrentValue

Interface related to "ResourcePropertyChangeFailureType.CurrentValue" 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

Method Summary
 java.util.List<org.w3c.dom.Element> getAny()
          Get the list of current values of requested resource properties
 void setAny(java.util.List<org.w3c.dom.Element> values)
          Set the list current values of requested resource properties
 

Method Detail

getAny

java.util.List<org.w3c.dom.Element> getAny()
Get the list of current values of requested resource properties

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

setAny

void setAny(java.util.List<org.w3c.dom.Element> values)
Set the list current values of requested resource properties

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


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