org.newsml.toolkit
Interface Party

All Superinterfaces:
BaseNode, FormalName, FormalNameNode, IdNode

public interface Party
extends FormalName

A list of formal names for people or companies.

Version:
1.0
Author:
Reuters PLC

Method Summary
 java.lang.String getTopic()
          Get the topic pointer.
 
Methods inherited from interface org.newsml.toolkit.FormalName
getScheme
 
Methods inherited from interface org.newsml.toolkit.BaseNode
getSession, getXMLName
 
Methods inherited from interface org.newsml.toolkit.FormalNameNode
getDefaultScheme, getDefaultVocabulary, getName, getTopicSet, getVocabulary, toString, toString
 
Methods inherited from interface org.newsml.toolkit.IdNode
getDuid, getEuid
 

Method Detail

getTopic

public java.lang.String getTopic()
Get the topic pointer.
Returns:
The direct topic pointer as a string, or null if none was provided.