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

Packages that use UpdateType
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction   
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor   
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.refinedabstraction   
 

Uses of UpdateType in com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction
 

Methods in com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction that return UpdateType
 UpdateType WsrfrpFactory.createUpdateType(java.util.List<org.w3c.dom.Element> content)
          create a minimal UpdateType object, respect to "model implementation" with mandatory field (At least one property expected)
 UpdateType UpdateResourceProperties.getUpdate()
          Get the UpdateType content of the message exchange payload
 UpdateType WsrfrpReader.readUpdateType(org.w3c.dom.Document document)
          Unmarshall a UpdateType object from its Document representation.
 

Methods in com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction with parameters of type UpdateType
 UpdateResourceProperties WsrfrpFactory.createUpdateResourceProperties(UpdateType content)
          create a minimal UpdateResourceProperties object, respect to "model implementation" with mandatory field (according to associated XML Schema)
 void UpdateResourceProperties.setUpdate(UpdateType value)
          Set the UpdateType content of the message exchange payload
 org.w3c.dom.Document WsrfrpWriter.writeUpdateTypeAsDOM(UpdateType instance)
          marshall a UpdateType object to a Document representation object
 

Uses of UpdateType in com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor
 

Methods in com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor that return UpdateType
 UpdateType WsrfrpModelFactory.createWsrfrpModelUpdateType(java.util.List<org.w3c.dom.Element> content)
          create a minimal UpdateType object, respect to "model implementation", with only mandatory fields set
 

Methods in com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor with parameters of type UpdateType
 UpdateResourceProperties WsrfrpModelFactory.createWsrfrpModelUpdateResourceProperties(UpdateType content)
          create a minimal UpdateResourceProperties object, respect to "model implementation", with only mandatory fields set
 

Uses of UpdateType in com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.refinedabstraction
 

Methods in com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.refinedabstraction that return UpdateType
 UpdateType RefinedWsrfrpFactory.createUpdateType(java.util.List<org.w3c.dom.Element> content)
           
 

Methods in com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.refinedabstraction with parameters of type UpdateType
 UpdateResourceProperties RefinedWsrfrpFactory.createUpdateResourceProperties(UpdateType content)
           
 



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