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


public interface ResourcePropertyValueChangeNotificationType

Interface related to "ResourcePropertyValueChangeNotificationType" 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

Nested Class Summary
static interface ResourcePropertyValueChangeNotificationType.NewValues
          Interface related to "ResourcePropertyValueChangeNotificationType.NewValues" WS-ResourceProperties sub-type.
static interface ResourcePropertyValueChangeNotificationType.OldValues
          Interface related to "ResourcePropertyValueChangeNotificationType.OldValues" WS-ResourceProperties sub-type.
 
Method Summary
 ResourcePropertyValueChangeNotificationType.NewValues getNewValues()
          Get the list of property's new value(s)
 ResourcePropertyValueChangeNotificationType.OldValues getOldValues()
          Get the list of property's old value(s)
 void setNewValues(ResourcePropertyValueChangeNotificationType.NewValues newTopicSetValue)
          Set list of property's new value(s)
 void setOldValues(ResourcePropertyValueChangeNotificationType.OldValues oldTopicSetValue)
          Set list of property's old value(s)
 

Method Detail

getNewValues

ResourcePropertyValueChangeNotificationType.NewValues getNewValues()
Get the list of property's new value(s)

Returns:
new values as list of Element

setNewValues

void setNewValues(ResourcePropertyValueChangeNotificationType.NewValues newTopicSetValue)
Set list of property's new value(s)

Parameters:
newTopicSetValue -

getOldValues

ResourcePropertyValueChangeNotificationType.OldValues getOldValues()
Get the list of property's old value(s)

Returns:
old values as list of Element

setOldValues

void setOldValues(ResourcePropertyValueChangeNotificationType.OldValues oldTopicSetValue)
Set list of property's old value(s)

Parameters:
oldTopicSetValue -


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