public interface CrossReferenceableOp extends MessageOperation
CrossReferenceableOp is an extension of a MessageOperation.
Operations that implement this interface can manage an optional OpID.
Your result class has to implement the [@link CrossReferenceableResult} Java interface.
CrossReferenceableResult| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOperationID()
Gets the optional identifier of this operation
|
void |
setOperationID(java.lang.String opID)
Set the optional identifier of this operation
|
getNameaddCharacterData, addChild, marshal, setAttributesjava.lang.String getOperationID()
void setOperationID(java.lang.String opID)
opID - The ID for this operation