com.ebmwebsourcing.wsstar.notification.extension.impl
Class ProcessPolicyTypeImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<ProcessPolicyType>
      extended by com.ebmwebsourcing.wsstar.notification.extension.impl.ProcessPolicyTypeImpl
All Implemented Interfaces:
ProcessPolicyType, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement

public class ProcessPolicyTypeImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<ProcessPolicyType>
implements ProcessPolicyType

This class implements ProcessPolicyType java interface respect to EASYWSDL Library model.

Author:
Thierry Déjean - eBM Websourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
ProcessPolicyTypeImpl(ProcessPolicyType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
          Constructor (follow EASYWSDL model)
 
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 class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

ProcessPolicyTypeImpl

public ProcessPolicyTypeImpl(ProcessPolicyType model,
                             org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
Constructor (follow EASYWSDL model)

Parameters:
model -
parent -
Method Detail

addAction

public void addAction(ActionType value)
Description copied from interface: ProcessPolicyType
see the "same named method" javadoc description in ProcessPolicyType JAXB* generated class

Specified by:
addAction in interface ProcessPolicyType

clearAction

public void clearAction()
Description copied from interface: ProcessPolicyType
see the "same named method" javadoc description in ProcessPolicyType JAXB* generated class

Specified by:
clearAction in interface ProcessPolicyType

getAction

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

Specified by:
getAction in interface ProcessPolicyType


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