org.newsml.toolkit
Interface TopicSetRef

All Superinterfaces:
BaseNode, CommentNode, IdNode

public interface TopicSetRef
extends BaseNode, CommentNode, IdNode

A pointer to a topic set to merge with the current one.

Version:
1.0
Author:
Reuters PLC

Method Summary
 java.lang.String getRef()
          Get the reference string for the other topic set.
 
Methods inherited from interface org.newsml.toolkit.BaseNode
getSession, getXMLName
 
Methods inherited from interface org.newsml.toolkit.CommentNode
getComment, getComment, getCommentCount
 
Methods inherited from interface org.newsml.toolkit.IdNode
getDuid, getEuid
 

Method Detail

getRef

public java.lang.String getRef()
Get the reference string for the other topic set.
Returns:
The reference as a string, or null if none was provided.