org.eclipse.cosmos.rm.repository.internal.reference
Class SMLQualifiedReference
java.lang.Object
org.eclipse.cosmos.rm.repository.internal.reference.SMLQualifiedReference
public class SMLQualifiedReference
- extends java.lang.Object
The fully qualified SML reference includes the document reference
and the XPointer reference.
|
Constructor Summary |
SMLQualifiedReference(org.eclipse.cosmos.rm.repository.provisional.core.ISMLRepository repository,
java.lang.String reference)
The constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMLQualifiedReference
public SMLQualifiedReference(org.eclipse.cosmos.rm.repository.provisional.core.ISMLRepository repository,
java.lang.String reference)
- The constructor
- Parameters:
reference - The reference
resolveReference
public org.w3c.dom.Node resolveReference()
getDocumentReference
public java.lang.String getDocumentReference()
- Returns:
- the documentReference
setDocumentReference
public void setDocumentReference(java.lang.String documentReference)
- Parameters:
documentReference - the documentReference to set
getXpointer
public java.lang.String getXpointer()
- Returns:
- the xpointer
setXpointer
public void setXpointer(java.lang.String xpointer)
- Parameters:
xpointer - the xpointer to set