public class CatchDefinitionImpl extends BaseCatchDefinitionImpl<CatchDefinition> implements CatchDefinition
Modifier and Type | Field and Description |
---|---|
protected QName |
faultElement |
protected QName |
faultMessageType |
protected QName |
faultName |
protected String |
faultVariable |
documentation, uuid
name, processDefinitionUUID
Constructor and Description |
---|
CatchDefinitionImpl(CatchDefinition catchDefinition) |
Modifier and Type | Method and Description |
---|---|
CatchDefinition |
copy() |
QName |
getFaultElement() |
QName |
getFaultMessageType() |
QName |
getFaultName() |
String |
getFaultVariable() |
ActivityType |
getType()
Get the type of the activity definition.
|
getEnclosedActivityUUID
getDocumentation, getUUID
getName, getProcessDefinitionUUID
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEnclosedActivityUUID
getDocumentation, getUUID
getName, getProcessDefinitionUUID
protected QName faultElement
protected QName faultMessageType
protected QName faultName
protected String faultVariable
public CatchDefinitionImpl(CatchDefinition catchDefinition)
public QName getFaultElement()
getFaultElement
in interface CatchDefinition
public QName getFaultMessageType()
getFaultMessageType
in interface CatchDefinition
public QName getFaultName()
getFaultName
in interface CatchDefinition
public String getFaultVariable()
getFaultVariable
in interface CatchDefinition
public CatchDefinition copy()
public ActivityType getType()
ActivityDefinition
getType
in interface ActivityDefinition
Copyright © 2011 OW2 Consortium. All Rights Reserved.