public interface TEventInfo
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TEventInfo.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
int |
getActivityDefinitionId()
Gets the "activity-definition-id" element
|
java.lang.String |
getActivityFailureReason()
Gets the "activity-failure-reason" element
|
long |
getActivityId()
Gets the "activity-id" element
|
java.lang.String |
getActivityName()
Gets the "activity-name" element
|
java.lang.String |
getActivityRecoveryAction()
Gets the "activity-recovery-action" element
|
java.lang.String |
getActivityType()
Gets the "activity-type" element
|
java.lang.String |
getCorrelationKey()
Gets the "correlation-key" element
|
java.lang.String |
getCorrelationSet()
Gets the "correlation-set" element
|
java.lang.String |
getExplanation()
Gets the "explanation" element
|
java.lang.String |
getExpression()
Gets the "expression" element
|
javax.xml.namespace.QName |
getFault()
Gets the "fault" element
|
int |
getFaultLineNumber()
Gets the "fault-line-number" element
|
long |
getInstanceId()
Gets the "instance-id" element
|
int |
getLineNumber()
Gets the "line-number" element
|
java.lang.String |
getMexId()
Gets the "mex-id" element
|
java.lang.String |
getName()
Gets the "name" element
|
int |
getNewState()
Gets the "new-state" element
|
java.lang.String |
getNewValue()
Gets the "new-value" element
|
int |
getOldState()
Gets the "old-state" element
|
java.lang.String |
getOperation()
Gets the "operation" element
|
long |
getParentScopeId()
Gets the "parent-scope-id" element
|
java.lang.String |
getPartnerLinkName()
Gets the "partner-link-name" element
|
javax.xml.namespace.QName |
getPortType()
Gets the "port-type" element
|
javax.xml.namespace.QName |
getProcessId()
Gets the "process-id" element
|
javax.xml.namespace.QName |
getProcessType()
Gets the "process-type" element
|
java.lang.String |
getResult()
Gets the "result" element
|
int |
getRootScopeDeclarationId()
Gets the "root-scope-declaration-id" element
|
long |
getRootScopeId()
Gets the "root-scope-id" element
|
int |
getScopeDefinitionId()
Gets the "scope-definition-id" element
|
long |
getScopeId()
Gets the "scope-id" element
|
java.lang.String |
getScopeName()
Gets the "scope-name" element
|
boolean |
getSuccess()
Gets the "success" element
|
java.util.Calendar |
getTimestamp()
Gets the "timestamp" element
|
java.lang.String |
getType()
Gets the "type" element
|
java.lang.String |
getVariableName()
Gets the "variable-name" element
|
boolean |
isSetActivityDefinitionId()
True if has "activity-definition-id" element
|
boolean |
isSetActivityFailureReason()
True if has "activity-failure-reason" element
|
boolean |
isSetActivityId()
True if has "activity-id" element
|
boolean |
isSetActivityName()
True if has "activity-name" element
|
boolean |
isSetActivityRecoveryAction()
True if has "activity-recovery-action" element
|
boolean |
isSetActivityType()
True if has "activity-type" element
|
boolean |
isSetCorrelationKey()
True if has "correlation-key" element
|
boolean |
isSetCorrelationSet()
True if has "correlation-set" element
|
boolean |
isSetExplanation()
True if has "explanation" element
|
boolean |
isSetExpression()
True if has "expression" element
|
boolean |
isSetFault()
True if has "fault" element
|
boolean |
isSetFaultLineNumber()
True if has "fault-line-number" element
|
boolean |
isSetInstanceId()
True if has "instance-id" element
|
boolean |
isSetMexId()
True if has "mex-id" element
|
boolean |
isSetNewState()
True if has "new-state" element
|
boolean |
isSetNewValue()
True if has "new-value" element
|
boolean |
isSetOldState()
True if has "old-state" element
|
boolean |
isSetOperation()
True if has "operation" element
|
boolean |
isSetParentScopeId()
True if has "parent-scope-id" element
|
boolean |
isSetPartnerLinkName()
True if has "partner-link-name" element
|
boolean |
isSetPortType()
True if has "port-type" element
|
boolean |
isSetProcessId()
True if has "process-id" element
|
boolean |
isSetProcessType()
True if has "process-type" element
|
boolean |
isSetResult()
True if has "result" element
|
boolean |
isSetRootScopeDeclarationId()
True if has "root-scope-declaration-id" element
|
boolean |
isSetRootScopeId()
True if has "root-scope-id" element
|
boolean |
isSetScopeDefinitionId()
True if has "scope-definition-id" element
|
boolean |
isSetScopeId()
True if has "scope-id" element
|
boolean |
isSetScopeName()
True if has "scope-name" element
|
boolean |
isSetSuccess()
True if has "success" element
|
boolean |
isSetVariableName()
True if has "variable-name" element
|
void |
setActivityDefinitionId(int activityDefinitionId)
Sets the "activity-definition-id" element
|
void |
setActivityFailureReason(java.lang.String activityFailureReason)
Sets the "activity-failure-reason" element
|
void |
setActivityId(long activityId)
Sets the "activity-id" element
|
void |
setActivityName(java.lang.String activityName)
Sets the "activity-name" element
|
void |
setActivityRecoveryAction(java.lang.String activityRecoveryAction)
Sets the "activity-recovery-action" element
|
void |
setActivityType(java.lang.String activityType)
Sets the "activity-type" element
|
void |
setCorrelationKey(java.lang.String correlationKey)
Sets the "correlation-key" element
|
void |
setCorrelationSet(java.lang.String correlationSet)
Sets the "correlation-set" element
|
void |
setExplanation(java.lang.String explanation)
Sets the "explanation" element
|
void |
setExpression(java.lang.String expression)
Sets the "expression" element
|
void |
setFault(javax.xml.namespace.QName fault)
Sets the "fault" element
|
void |
setFaultLineNumber(int faultLineNumber)
Sets the "fault-line-number" element
|
void |
setInstanceId(long instanceId)
Sets the "instance-id" element
|
void |
setLineNumber(int lineNumber)
Sets the "line-number" element
|
void |
setMexId(java.lang.String mexId)
Sets the "mex-id" element
|
void |
setName(java.lang.String name)
Sets the "name" element
|
void |
setNewState(int newState)
Sets the "new-state" element
|
void |
setNewValue(java.lang.String newValue)
Sets the "new-value" element
|
void |
setOldState(int oldState)
Sets the "old-state" element
|
void |
setOperation(java.lang.String operation)
Sets the "operation" element
|
void |
setParentScopeId(long parentScopeId)
Sets the "parent-scope-id" element
|
void |
setPartnerLinkName(java.lang.String partnerLinkName)
Sets the "partner-link-name" element
|
void |
setPortType(javax.xml.namespace.QName portType)
Sets the "port-type" element
|
void |
setProcessId(javax.xml.namespace.QName processId)
Sets the "process-id" element
|
void |
setProcessType(javax.xml.namespace.QName processType)
Sets the "process-type" element
|
void |
setResult(java.lang.String result)
Sets the "result" element
|
void |
setRootScopeDeclarationId(int rootScopeDeclarationId)
Sets the "root-scope-declaration-id" element
|
void |
setRootScopeId(long rootScopeId)
Sets the "root-scope-id" element
|
void |
setScopeDefinitionId(int scopeDefinitionId)
Sets the "scope-definition-id" element
|
void |
setScopeId(long scopeId)
Sets the "scope-id" element
|
void |
setScopeName(java.lang.String scopeName)
Sets the "scope-name" element
|
void |
setSuccess(boolean success)
Sets the "success" element
|
void |
setTimestamp(java.util.Calendar timestamp)
Sets the "timestamp" element
|
void |
setType(java.lang.String type)
Sets the "type" element
|
void |
setVariableName(java.lang.String variableName)
Sets the "variable-name" element
|
void |
unsetActivityDefinitionId()
Unsets the "activity-definition-id" element
|
void |
unsetActivityFailureReason()
Unsets the "activity-failure-reason" element
|
void |
unsetActivityId()
Unsets the "activity-id" element
|
void |
unsetActivityName()
Unsets the "activity-name" element
|
void |
unsetActivityRecoveryAction()
Unsets the "activity-recovery-action" element
|
void |
unsetActivityType()
Unsets the "activity-type" element
|
void |
unsetCorrelationKey()
Unsets the "correlation-key" element
|
void |
unsetCorrelationSet()
Unsets the "correlation-set" element
|
void |
unsetExplanation()
Unsets the "explanation" element
|
void |
unsetExpression()
Unsets the "expression" element
|
void |
unsetFault()
Unsets the "fault" element
|
void |
unsetFaultLineNumber()
Unsets the "fault-line-number" element
|
void |
unsetInstanceId()
Unsets the "instance-id" element
|
void |
unsetMexId()
Unsets the "mex-id" element
|
void |
unsetNewState()
Unsets the "new-state" element
|
void |
unsetNewValue()
Unsets the "new-value" element
|
void |
unsetOldState()
Unsets the "old-state" element
|
void |
unsetOperation()
Unsets the "operation" element
|
void |
unsetParentScopeId()
Unsets the "parent-scope-id" element
|
void |
unsetPartnerLinkName()
Unsets the "partner-link-name" element
|
void |
unsetPortType()
Unsets the "port-type" element
|
void |
unsetProcessId()
Unsets the "process-id" element
|
void |
unsetProcessType()
Unsets the "process-type" element
|
void |
unsetResult()
Unsets the "result" element
|
void |
unsetRootScopeDeclarationId()
Unsets the "root-scope-declaration-id" element
|
void |
unsetRootScopeId()
Unsets the "root-scope-id" element
|
void |
unsetScopeDefinitionId()
Unsets the "scope-definition-id" element
|
void |
unsetScopeId()
Unsets the "scope-id" element
|
void |
unsetScopeName()
Unsets the "scope-name" element
|
void |
unsetSuccess()
Unsets the "success" element
|
void |
unsetVariableName()
Unsets the "variable-name" element
|
org.apache.xmlbeans.XmlInt |
xgetActivityDefinitionId()
Gets (as xml) the "activity-definition-id" element
|
org.apache.xmlbeans.XmlString |
xgetActivityFailureReason()
Gets (as xml) the "activity-failure-reason" element
|
org.apache.xmlbeans.XmlLong |
xgetActivityId()
Gets (as xml) the "activity-id" element
|
org.apache.xmlbeans.XmlString |
xgetActivityName()
Gets (as xml) the "activity-name" element
|
org.apache.xmlbeans.XmlString |
xgetActivityRecoveryAction()
Gets (as xml) the "activity-recovery-action" element
|
org.apache.xmlbeans.XmlString |
xgetActivityType()
Gets (as xml) the "activity-type" element
|
org.apache.xmlbeans.XmlString |
xgetCorrelationKey()
Gets (as xml) the "correlation-key" element
|
org.apache.xmlbeans.XmlString |
xgetCorrelationSet()
Gets (as xml) the "correlation-set" element
|
org.apache.xmlbeans.XmlString |
xgetExplanation()
Gets (as xml) the "explanation" element
|
org.apache.xmlbeans.XmlString |
xgetExpression()
Gets (as xml) the "expression" element
|
org.apache.xmlbeans.XmlQName |
xgetFault()
Gets (as xml) the "fault" element
|
org.apache.xmlbeans.XmlInt |
xgetFaultLineNumber()
Gets (as xml) the "fault-line-number" element
|
org.apache.xmlbeans.XmlLong |
xgetInstanceId()
Gets (as xml) the "instance-id" element
|
org.apache.xmlbeans.XmlInt |
xgetLineNumber()
Gets (as xml) the "line-number" element
|
org.apache.xmlbeans.XmlString |
xgetMexId()
Gets (as xml) the "mex-id" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
org.apache.xmlbeans.XmlInt |
xgetNewState()
Gets (as xml) the "new-state" element
|
org.apache.xmlbeans.XmlString |
xgetNewValue()
Gets (as xml) the "new-value" element
|
org.apache.xmlbeans.XmlInt |
xgetOldState()
Gets (as xml) the "old-state" element
|
org.apache.xmlbeans.XmlString |
xgetOperation()
Gets (as xml) the "operation" element
|
org.apache.xmlbeans.XmlLong |
xgetParentScopeId()
Gets (as xml) the "parent-scope-id" element
|
org.apache.xmlbeans.XmlString |
xgetPartnerLinkName()
Gets (as xml) the "partner-link-name" element
|
org.apache.xmlbeans.XmlQName |
xgetPortType()
Gets (as xml) the "port-type" element
|
org.apache.xmlbeans.XmlQName |
xgetProcessId()
Gets (as xml) the "process-id" element
|
org.apache.xmlbeans.XmlQName |
xgetProcessType()
Gets (as xml) the "process-type" element
|
org.apache.xmlbeans.XmlString |
xgetResult()
Gets (as xml) the "result" element
|
org.apache.xmlbeans.XmlInt |
xgetRootScopeDeclarationId()
Gets (as xml) the "root-scope-declaration-id" element
|
org.apache.xmlbeans.XmlLong |
xgetRootScopeId()
Gets (as xml) the "root-scope-id" element
|
org.apache.xmlbeans.XmlInt |
xgetScopeDefinitionId()
Gets (as xml) the "scope-definition-id" element
|
org.apache.xmlbeans.XmlLong |
xgetScopeId()
Gets (as xml) the "scope-id" element
|
org.apache.xmlbeans.XmlString |
xgetScopeName()
Gets (as xml) the "scope-name" element
|
org.apache.xmlbeans.XmlBoolean |
xgetSuccess()
Gets (as xml) the "success" element
|
org.apache.xmlbeans.XmlDateTime |
xgetTimestamp()
Gets (as xml) the "timestamp" element
|
org.apache.xmlbeans.XmlString |
xgetType()
Gets (as xml) the "type" element
|
org.apache.xmlbeans.XmlString |
xgetVariableName()
Gets (as xml) the "variable-name" element
|
void |
xsetActivityDefinitionId(org.apache.xmlbeans.XmlInt activityDefinitionId)
Sets (as xml) the "activity-definition-id" element
|
void |
xsetActivityFailureReason(org.apache.xmlbeans.XmlString activityFailureReason)
Sets (as xml) the "activity-failure-reason" element
|
void |
xsetActivityId(org.apache.xmlbeans.XmlLong activityId)
Sets (as xml) the "activity-id" element
|
void |
xsetActivityName(org.apache.xmlbeans.XmlString activityName)
Sets (as xml) the "activity-name" element
|
void |
xsetActivityRecoveryAction(org.apache.xmlbeans.XmlString activityRecoveryAction)
Sets (as xml) the "activity-recovery-action" element
|
void |
xsetActivityType(org.apache.xmlbeans.XmlString activityType)
Sets (as xml) the "activity-type" element
|
void |
xsetCorrelationKey(org.apache.xmlbeans.XmlString correlationKey)
Sets (as xml) the "correlation-key" element
|
void |
xsetCorrelationSet(org.apache.xmlbeans.XmlString correlationSet)
Sets (as xml) the "correlation-set" element
|
void |
xsetExplanation(org.apache.xmlbeans.XmlString explanation)
Sets (as xml) the "explanation" element
|
void |
xsetExpression(org.apache.xmlbeans.XmlString expression)
Sets (as xml) the "expression" element
|
void |
xsetFault(org.apache.xmlbeans.XmlQName fault)
Sets (as xml) the "fault" element
|
void |
xsetFaultLineNumber(org.apache.xmlbeans.XmlInt faultLineNumber)
Sets (as xml) the "fault-line-number" element
|
void |
xsetInstanceId(org.apache.xmlbeans.XmlLong instanceId)
Sets (as xml) the "instance-id" element
|
void |
xsetLineNumber(org.apache.xmlbeans.XmlInt lineNumber)
Sets (as xml) the "line-number" element
|
void |
xsetMexId(org.apache.xmlbeans.XmlString mexId)
Sets (as xml) the "mex-id" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
|
void |
xsetNewState(org.apache.xmlbeans.XmlInt newState)
Sets (as xml) the "new-state" element
|
void |
xsetNewValue(org.apache.xmlbeans.XmlString newValue)
Sets (as xml) the "new-value" element
|
void |
xsetOldState(org.apache.xmlbeans.XmlInt oldState)
Sets (as xml) the "old-state" element
|
void |
xsetOperation(org.apache.xmlbeans.XmlString operation)
Sets (as xml) the "operation" element
|
void |
xsetParentScopeId(org.apache.xmlbeans.XmlLong parentScopeId)
Sets (as xml) the "parent-scope-id" element
|
void |
xsetPartnerLinkName(org.apache.xmlbeans.XmlString partnerLinkName)
Sets (as xml) the "partner-link-name" element
|
void |
xsetPortType(org.apache.xmlbeans.XmlQName portType)
Sets (as xml) the "port-type" element
|
void |
xsetProcessId(org.apache.xmlbeans.XmlQName processId)
Sets (as xml) the "process-id" element
|
void |
xsetProcessType(org.apache.xmlbeans.XmlQName processType)
Sets (as xml) the "process-type" element
|
void |
xsetResult(org.apache.xmlbeans.XmlString result)
Sets (as xml) the "result" element
|
void |
xsetRootScopeDeclarationId(org.apache.xmlbeans.XmlInt rootScopeDeclarationId)
Sets (as xml) the "root-scope-declaration-id" element
|
void |
xsetRootScopeId(org.apache.xmlbeans.XmlLong rootScopeId)
Sets (as xml) the "root-scope-id" element
|
void |
xsetScopeDefinitionId(org.apache.xmlbeans.XmlInt scopeDefinitionId)
Sets (as xml) the "scope-definition-id" element
|
void |
xsetScopeId(org.apache.xmlbeans.XmlLong scopeId)
Sets (as xml) the "scope-id" element
|
void |
xsetScopeName(org.apache.xmlbeans.XmlString scopeName)
Sets (as xml) the "scope-name" element
|
void |
xsetSuccess(org.apache.xmlbeans.XmlBoolean success)
Sets (as xml) the "success" element
|
void |
xsetTimestamp(org.apache.xmlbeans.XmlDateTime timestamp)
Sets (as xml) the "timestamp" element
|
void |
xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" element
|
void |
xsetVariableName(org.apache.xmlbeans.XmlString variableName)
Sets (as xml) the "variable-name" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
java.lang.String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
java.lang.String getType()
org.apache.xmlbeans.XmlString xgetType()
void setType(java.lang.String type)
void xsetType(org.apache.xmlbeans.XmlString type)
int getLineNumber()
org.apache.xmlbeans.XmlInt xgetLineNumber()
void setLineNumber(int lineNumber)
void xsetLineNumber(org.apache.xmlbeans.XmlInt lineNumber)
java.util.Calendar getTimestamp()
org.apache.xmlbeans.XmlDateTime xgetTimestamp()
void setTimestamp(java.util.Calendar timestamp)
void xsetTimestamp(org.apache.xmlbeans.XmlDateTime timestamp)
javax.xml.namespace.QName getProcessId()
org.apache.xmlbeans.XmlQName xgetProcessId()
boolean isSetProcessId()
void setProcessId(javax.xml.namespace.QName processId)
void xsetProcessId(org.apache.xmlbeans.XmlQName processId)
void unsetProcessId()
javax.xml.namespace.QName getProcessType()
org.apache.xmlbeans.XmlQName xgetProcessType()
boolean isSetProcessType()
void setProcessType(javax.xml.namespace.QName processType)
void xsetProcessType(org.apache.xmlbeans.XmlQName processType)
void unsetProcessType()
long getInstanceId()
org.apache.xmlbeans.XmlLong xgetInstanceId()
boolean isSetInstanceId()
void setInstanceId(long instanceId)
void xsetInstanceId(org.apache.xmlbeans.XmlLong instanceId)
void unsetInstanceId()
long getScopeId()
org.apache.xmlbeans.XmlLong xgetScopeId()
boolean isSetScopeId()
void setScopeId(long scopeId)
void xsetScopeId(org.apache.xmlbeans.XmlLong scopeId)
void unsetScopeId()
long getParentScopeId()
org.apache.xmlbeans.XmlLong xgetParentScopeId()
boolean isSetParentScopeId()
void setParentScopeId(long parentScopeId)
void xsetParentScopeId(org.apache.xmlbeans.XmlLong parentScopeId)
void unsetParentScopeId()
java.lang.String getScopeName()
org.apache.xmlbeans.XmlString xgetScopeName()
boolean isSetScopeName()
void setScopeName(java.lang.String scopeName)
void xsetScopeName(org.apache.xmlbeans.XmlString scopeName)
void unsetScopeName()
int getScopeDefinitionId()
org.apache.xmlbeans.XmlInt xgetScopeDefinitionId()
boolean isSetScopeDefinitionId()
void setScopeDefinitionId(int scopeDefinitionId)
void xsetScopeDefinitionId(org.apache.xmlbeans.XmlInt scopeDefinitionId)
void unsetScopeDefinitionId()
long getActivityId()
org.apache.xmlbeans.XmlLong xgetActivityId()
boolean isSetActivityId()
void setActivityId(long activityId)
void xsetActivityId(org.apache.xmlbeans.XmlLong activityId)
void unsetActivityId()
java.lang.String getActivityName()
org.apache.xmlbeans.XmlString xgetActivityName()
boolean isSetActivityName()
void setActivityName(java.lang.String activityName)
void xsetActivityName(org.apache.xmlbeans.XmlString activityName)
void unsetActivityName()
java.lang.String getActivityType()
org.apache.xmlbeans.XmlString xgetActivityType()
boolean isSetActivityType()
void setActivityType(java.lang.String activityType)
void xsetActivityType(org.apache.xmlbeans.XmlString activityType)
void unsetActivityType()
int getActivityDefinitionId()
org.apache.xmlbeans.XmlInt xgetActivityDefinitionId()
boolean isSetActivityDefinitionId()
void setActivityDefinitionId(int activityDefinitionId)
void xsetActivityDefinitionId(org.apache.xmlbeans.XmlInt activityDefinitionId)
void unsetActivityDefinitionId()
java.lang.String getActivityFailureReason()
org.apache.xmlbeans.XmlString xgetActivityFailureReason()
boolean isSetActivityFailureReason()
void setActivityFailureReason(java.lang.String activityFailureReason)
void xsetActivityFailureReason(org.apache.xmlbeans.XmlString activityFailureReason)
void unsetActivityFailureReason()
java.lang.String getActivityRecoveryAction()
org.apache.xmlbeans.XmlString xgetActivityRecoveryAction()
boolean isSetActivityRecoveryAction()
void setActivityRecoveryAction(java.lang.String activityRecoveryAction)
void xsetActivityRecoveryAction(org.apache.xmlbeans.XmlString activityRecoveryAction)
void unsetActivityRecoveryAction()
java.lang.String getVariableName()
org.apache.xmlbeans.XmlString xgetVariableName()
boolean isSetVariableName()
void setVariableName(java.lang.String variableName)
void xsetVariableName(org.apache.xmlbeans.XmlString variableName)
void unsetVariableName()
java.lang.String getNewValue()
org.apache.xmlbeans.XmlString xgetNewValue()
boolean isSetNewValue()
void setNewValue(java.lang.String newValue)
void xsetNewValue(org.apache.xmlbeans.XmlString newValue)
void unsetNewValue()
javax.xml.namespace.QName getPortType()
org.apache.xmlbeans.XmlQName xgetPortType()
boolean isSetPortType()
void setPortType(javax.xml.namespace.QName portType)
void xsetPortType(org.apache.xmlbeans.XmlQName portType)
void unsetPortType()
java.lang.String getOperation()
org.apache.xmlbeans.XmlString xgetOperation()
boolean isSetOperation()
void setOperation(java.lang.String operation)
void xsetOperation(org.apache.xmlbeans.XmlString operation)
void unsetOperation()
java.lang.String getCorrelationSet()
org.apache.xmlbeans.XmlString xgetCorrelationSet()
boolean isSetCorrelationSet()
void setCorrelationSet(java.lang.String correlationSet)
void xsetCorrelationSet(org.apache.xmlbeans.XmlString correlationSet)
void unsetCorrelationSet()
java.lang.String getMexId()
org.apache.xmlbeans.XmlString xgetMexId()
boolean isSetMexId()
void setMexId(java.lang.String mexId)
void xsetMexId(org.apache.xmlbeans.XmlString mexId)
void unsetMexId()
java.lang.String getCorrelationKey()
org.apache.xmlbeans.XmlString xgetCorrelationKey()
boolean isSetCorrelationKey()
void setCorrelationKey(java.lang.String correlationKey)
void xsetCorrelationKey(org.apache.xmlbeans.XmlString correlationKey)
void unsetCorrelationKey()
java.lang.String getExpression()
org.apache.xmlbeans.XmlString xgetExpression()
boolean isSetExpression()
void setExpression(java.lang.String expression)
void xsetExpression(org.apache.xmlbeans.XmlString expression)
void unsetExpression()
javax.xml.namespace.QName getFault()
org.apache.xmlbeans.XmlQName xgetFault()
boolean isSetFault()
void setFault(javax.xml.namespace.QName fault)
void xsetFault(org.apache.xmlbeans.XmlQName fault)
void unsetFault()
int getFaultLineNumber()
org.apache.xmlbeans.XmlInt xgetFaultLineNumber()
boolean isSetFaultLineNumber()
void setFaultLineNumber(int faultLineNumber)
void xsetFaultLineNumber(org.apache.xmlbeans.XmlInt faultLineNumber)
void unsetFaultLineNumber()
java.lang.String getExplanation()
org.apache.xmlbeans.XmlString xgetExplanation()
boolean isSetExplanation()
void setExplanation(java.lang.String explanation)
void xsetExplanation(org.apache.xmlbeans.XmlString explanation)
void unsetExplanation()
java.lang.String getResult()
org.apache.xmlbeans.XmlString xgetResult()
boolean isSetResult()
void setResult(java.lang.String result)
void xsetResult(org.apache.xmlbeans.XmlString result)
void unsetResult()
long getRootScopeId()
org.apache.xmlbeans.XmlLong xgetRootScopeId()
boolean isSetRootScopeId()
void setRootScopeId(long rootScopeId)
void xsetRootScopeId(org.apache.xmlbeans.XmlLong rootScopeId)
void unsetRootScopeId()
int getRootScopeDeclarationId()
org.apache.xmlbeans.XmlInt xgetRootScopeDeclarationId()
boolean isSetRootScopeDeclarationId()
void setRootScopeDeclarationId(int rootScopeDeclarationId)
void xsetRootScopeDeclarationId(org.apache.xmlbeans.XmlInt rootScopeDeclarationId)
void unsetRootScopeDeclarationId()
java.lang.String getPartnerLinkName()
org.apache.xmlbeans.XmlString xgetPartnerLinkName()
boolean isSetPartnerLinkName()
void setPartnerLinkName(java.lang.String partnerLinkName)
void xsetPartnerLinkName(org.apache.xmlbeans.XmlString partnerLinkName)
void unsetPartnerLinkName()
int getOldState()
org.apache.xmlbeans.XmlInt xgetOldState()
boolean isSetOldState()
void setOldState(int oldState)
void xsetOldState(org.apache.xmlbeans.XmlInt oldState)
void unsetOldState()
int getNewState()
org.apache.xmlbeans.XmlInt xgetNewState()
boolean isSetNewState()
void setNewState(int newState)
void xsetNewState(org.apache.xmlbeans.XmlInt newState)
void unsetNewState()
boolean getSuccess()
org.apache.xmlbeans.XmlBoolean xgetSuccess()
boolean isSetSuccess()
void setSuccess(boolean success)
void xsetSuccess(org.apache.xmlbeans.XmlBoolean success)
void unsetSuccess()