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 |
|---|---|
String |
getOperationID()
Gets the optional identifier of this operation
|
void |
setOperationID(String opID)
Set the optional identifier of this operation
|
getNameaddCharacterData, addChild, marshal, setAttributes