public class OperationInvokedReportPart extends ReportPart
Java class for OperationInvokedReportPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationInvokedReportPart">
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractReportPart">
<sequence>
<element name="TransactionId" type="{http://message-model-uri/15/04}TransactionID"/>
<element name="OperationHandleRef" type="{http://domain-model-uri/15/04}HandleRef"/>
<element name="OperationTarget" type="{http://domain-model-uri/15/04}HandleRef" minOccurs="0"/>
<element name="OperationState" type="{http://message-model-uri/15/04}InvocationState"/>
<element name="OperationError" type="{http://message-model-uri/15/04}InvocationError" minOccurs="0"/>
<element name="OperationErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
operation |
protected InvocationError |
operationError |
protected String |
operationErrorMessage |
protected InvocationState |
operationState |
protected String |
operationTarget |
protected long |
transactionId |
extension, sourceMDS| Constructor and Description |
|---|
OperationInvokedReportPart() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperation()
The descriptor handle referencing the operation that was requested to be executed.
|
InvocationError |
getOperationError()
Gets the value of the operationError property.
|
String |
getOperationErrorMessage()
Gets the value of the operationErrorMessage property.
|
InvocationState |
getOperationState()
Gets the value of the operationState property.
|
String |
getOperationTarget()
Gets the value of the operationTarget property.
|
long |
getTransactionId()
Gets the value of the transactionId property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setOperationError(InvocationError value)
Sets the value of the operationError property.
|
void |
setOperationErrorMessage(String value)
Sets the value of the operationErrorMessage property.
|
void |
setOperationState(InvocationState value)
Sets the value of the operationState property.
|
void |
setOperationTarget(String value)
Sets the value of the operationTarget property.
|
void |
setTransactionId(long value)
Sets the value of the transactionId property.
|
getExtension, getSourceMDS, setExtension, setSourceMDSprotected long transactionId
protected String operation
protected String operationTarget
protected InvocationState operationState
protected InvocationError operationError
protected String operationErrorMessage
public long getTransactionId()
public void setTransactionId(long value)
public String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic String getOperationTarget()
Stringpublic void setOperationTarget(String value)
value - allowed object is
Stringpublic InvocationState getOperationState()
InvocationStatepublic void setOperationState(InvocationState value)
value - allowed object is
InvocationStatepublic InvocationError getOperationError()
InvocationErrorpublic void setOperationError(InvocationError value)
value - allowed object is
InvocationErrorpublic String getOperationErrorMessage()
StringCopyright © 2016. All rights reserved.