Uses of Class
com.ebmwebsourcing.wsstar.notification.jaxbextension.types.ActionType

Packages that use ActionType
com.ebmwebsourcing.wsstar.notification.extension.api   
com.ebmwebsourcing.wsstar.notification.extension.impl   
com.ebmwebsourcing.wsstar.notification.jaxbextension.types   
 

Uses of ActionType in com.ebmwebsourcing.wsstar.notification.extension.api
 

Methods in com.ebmwebsourcing.wsstar.notification.extension.api that return types with arguments of type ActionType
 java.util.List<ActionType> ProcessPolicyType.getAction()
          see the "same named method" javadoc description in ProcessPolicyType JAXB* generated class
 

Methods in com.ebmwebsourcing.wsstar.notification.extension.api with parameters of type ActionType
 void ProcessPolicyType.addAction(ActionType value)
          see the "same named method" javadoc description in ProcessPolicyType JAXB* generated class
 

Uses of ActionType in com.ebmwebsourcing.wsstar.notification.extension.impl
 

Methods in com.ebmwebsourcing.wsstar.notification.extension.impl that return types with arguments of type ActionType
 java.util.List<ActionType> ProcessPolicyTypeImpl.getAction()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.extension.impl with parameters of type ActionType
 void ProcessPolicyTypeImpl.addAction(ActionType value)
           
 

Uses of ActionType in com.ebmwebsourcing.wsstar.notification.jaxbextension.types
 

Fields in com.ebmwebsourcing.wsstar.notification.jaxbextension.types with type parameters of type ActionType
protected  java.util.List<ActionType> ProcessPolicyType.action
           
 

Methods in com.ebmwebsourcing.wsstar.notification.jaxbextension.types that return ActionType
static ActionType ActionType.fromValue(java.lang.String v)
           
static ActionType ActionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActionType[] ActionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ebmwebsourcing.wsstar.notification.jaxbextension.types that return types with arguments of type ActionType
 java.util.List<ActionType> ProcessPolicyType.getAction()
          Gets the value of the action property.
 



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