org.apache.uima.resourceSpecifier.factory.impl
Class CollectionProcessCompleteErrorsImpl

java.lang.Object
  extended by org.apache.uima.resourceSpecifier.factory.impl.CollectionProcessCompleteErrorsImpl
All Implemented Interfaces:
CollectionProcessCompleteErrors

public class CollectionProcessCompleteErrorsImpl
extends Object
implements CollectionProcessCompleteErrors

The Class CollectionProcessCompleteErrorsImpl.


Constructor Summary
CollectionProcessCompleteErrorsImpl(org.apache.uima.resourceSpecifier.CollectionProcessCompleteErrorsType cpcet, ServiceContext context, boolean topLevel)
          Instantiates a new collection process complete errors impl.
 
Method Summary
 Action getErrorAction()
          Gets the error action.
 void setErrorAction(Action action)
          Sets the error action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionProcessCompleteErrorsImpl

public CollectionProcessCompleteErrorsImpl(org.apache.uima.resourceSpecifier.CollectionProcessCompleteErrorsType cpcet,
                                           ServiceContext context,
                                           boolean topLevel)
Instantiates a new collection process complete errors impl.

Parameters:
cpcet - the cpcet
context - the context
topLevel - the top level
Method Detail

getErrorAction

public Action getErrorAction()
Description copied from interface: CollectionProcessCompleteErrors
Gets the error action.

Specified by:
getErrorAction in interface CollectionProcessCompleteErrors
Returns:
the error action

setErrorAction

public void setErrorAction(Action action)
Description copied from interface: CollectionProcessCompleteErrors
Sets the error action.

Specified by:
setErrorAction in interface CollectionProcessCompleteErrors
Parameters:
action - the new error action


Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.