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

Enclosing interface:
ResourcePropertyChangeFailureType

public static interface ResourcePropertyChangeFailureType.RequestedValue

Interface related to "ResourcePropertyChangeFailureType.RequestedValue" 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 requested values of requested resource properties
 void setAny(java.util.List<org.w3c.dom.Element> values)
          Set requested values of requested resource properties
 

Method Detail

getAny

java.util.List<org.w3c.dom.Element> getAny()
Get requested 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 requested 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.