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

Enclosing interface:
ResourcePropertyValueChangeNotificationType

public static interface ResourcePropertyValueChangeNotificationType.NewValues

Interface related to "ResourcePropertyValueChangeNotificationType.NewValues" WS-ResourceProperties sub-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


Method Summary
 void addValue(org.w3c.dom.Element valueAsElt)
          Add a value as Element
 java.util.List<org.w3c.dom.Element> getValues()
          Get the list of values as Element
 

Method Detail

getValues

java.util.List<org.w3c.dom.Element> getValues()
Get the list of values as Element

Returns:
list of Element representing value

addValue

void addValue(org.w3c.dom.Element valueAsElt)
Add a value as Element

Parameters:
valueAsElt - the value to add as Element


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