org.newsml.toolkit
Interface Text

All Superinterfaces:
BaseNode, IdNode
All Known Subinterfaces:
AssignedOriginText, AssignedText, Comment, Description, Origin, OriginNode, OriginText

public interface Text
extends BaseNode, IdNode

Text with identifiers.

Version:
1.0
Author:
Reuters PLC

Method Summary
 java.lang.String getValue()
          Get the text value.
 java.lang.String toString()
          Override java.lang.toString().
 
Methods inherited from interface org.newsml.toolkit.BaseNode
getSession, getXMLName
 
Methods inherited from interface org.newsml.toolkit.IdNode
getDuid, getEuid
 

Method Detail

getValue

public java.lang.String getValue()
Get the text value.
Returns:
The text value (content) as a string.

toString

public java.lang.String toString()
Override java.lang.toString().

This method is exactly identical to getValue(), and is provided only for convenience.

Overrides:
toString in class java.lang.Object
Returns:
The text value (content) as a string.