com.ebmwebsourcing.wsstar.notification.extension.api
Interface ProcessPolicyType

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable
All Known Implementing Classes:
ProcessPolicyTypeImpl

public interface ProcessPolicyType
extends org.ow2.easywsdl.schema.api.SchemaElement

This interface provides an encapsulated version of the JAXB Class . It also uses EASYWSDL library encapsulation model.

Author:
Thierry Déjean -eBM WebSourcing

Method Summary
 void addAction(ActionType value)
          see the "same named method" javadoc description in ProcessPolicyType JAXB* generated class
 void clearAction()
          see the "same named method" javadoc description in ProcessPolicyType JAXB* generated class
 java.util.List<ActionType> getAction()
          see the "same named method" javadoc description in ProcessPolicyType JAXB* generated class
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

getAction

java.util.List<ActionType> getAction()
see the "same named method" javadoc description in ProcessPolicyType JAXB* generated class


addAction

void addAction(ActionType value)
see the "same named method" javadoc description in ProcessPolicyType JAXB* generated class


clearAction

void clearAction()
see the "same named method" javadoc description in ProcessPolicyType JAXB* generated class



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