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


public interface GetResourcePropertyResponse

Interface related to "GetResourcePropertyResponse" WS-ResourceProperties message exchange payload. 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> getPropertyValue()
          Get the requested Ws-Resource property value(s)
 void setPropertyValue(java.util.List<org.w3c.dom.Element> value)
          Set the value(s) of the requested resource's property
 

Method Detail

getPropertyValue

java.util.List<org.w3c.dom.Element> getPropertyValue()
Get the requested Ws-Resource property value(s)

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

setPropertyValue

void setPropertyValue(java.util.List<org.w3c.dom.Element> value)
Set the value(s) of the requested resource's property

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


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