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


public interface UpdateType

Interface related to "UpdateType" 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> getUpdateContent()
          Get the content of the "UpdateType" typed object as a list of Element object
 void setUpdateContent(java.util.List<org.w3c.dom.Element> values)
          Set the content of the "UpdateType" typed object as a list of Element object
 

Method Detail

getUpdateContent

java.util.List<org.w3c.dom.Element> getUpdateContent()
Get the content of the "UpdateType" typed object as a list of Element object

Returns:
list of Element objects representing properties set

setUpdateContent

void setUpdateContent(java.util.List<org.w3c.dom.Element> values)
Set the content of the "UpdateType" typed object as a list of Element object

Parameters:
values - list of properties represented as Element objects list


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