Package com.highdeal.hci
Interface CrossReferenceableOp
- All Superinterfaces:
MessageOperation,XMLMarshallable
- All Known Implementing Classes:
CreateCatalogOp
A
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.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the optional identifier of this operationvoidsetOperationID(String opID) Set the optional identifier of this operationMethods inherited from interface com.highdeal.hci.MessageOperation
getNameMethods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, marshal, setAttributes
-
Method Details
-
getOperationID
String getOperationID()Gets the optional identifier of this operation- Returns:
- The ID of this operation; or null if it has no ID.
-
setOperationID
Set the optional identifier of this operation- Parameters:
opID- The ID for this operation
-