Package com.highdeal.hci
Interface CrossReferenceableResult
- All Known Implementing Classes:
CreateCatalogResult
public interface CrossReferenceableResult
The root
Java interface for marshallables that can provide a cross-reference.-
Method Summary
Modifier and TypeMethodDescriptionReturns the cross reference for this marshallable.
-
Method Details
-
getCrossRef
String getCrossRef()Returns the cross reference for this marshallable.- Returns:
- The cross reference as a string
-