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


public interface UpdateResourceProperties

Interface related to "UpdateResourceProperties" 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
 UpdateType getUpdate()
          Get the UpdateType content of the message exchange payload
 void setUpdate(UpdateType value)
          Set the UpdateType content of the message exchange payload
 

Method Detail

getUpdate

UpdateType getUpdate()
Get the UpdateType content of the message exchange payload

Returns:
value of the UpdateType object content

setUpdate

void setUpdate(UpdateType value)
Set the UpdateType content of the message exchange payload

Parameters:
value - the UpdateType object content


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