org.newsml.toolkit
Interface Copyright

All Superinterfaces:
AssignmentNode, BaseNode, CommentNode, IdNode

public interface Copyright
extends AssignmentNode, BaseNode, CommentNode, IdNode

Copyright information for a news component.

A copyright object forms part of the RightsMetadata for a NewsComponent.

Version:
2.0
Author:
Reuters PLC

Method Summary
 OriginText getCopyrightDate()
          Get a text description of the copyright date.
 OriginText getCopyrightHolder()
          Get a text description of the copyright holder.
 
Methods inherited from interface org.newsml.toolkit.AssignmentNode
getAssignedBy, getAssignmentDateAndTime, getConfidence, getHowPresent, getImportance
 
Methods inherited from interface org.newsml.toolkit.BaseNode
getAttr, getChild, getChild, getChild, getChild, getChildCount, getChildCount, getParent, getPath, getSession, getXMLName, getXPath, insertAfter, insertAfter, insertAfter, insertAfter, insertAfterDuid, insertAfterDuid, insertBefore, insertBefore, insertBefore, insertBefore, insertBeforeDuid, insertBeforeDuid, insertChild, insertChild, insertFirst, insertFirst, insertLast, insertLast, removeChild, removeChild, removeSelf, replaceChild, replaceChild, replaceChild, replaceChild, replaceChild, replaceChild, setAttr, setAttr, toXML, toXML, unsetAttr, unsetAttr, writeXML, writeXML
 
Methods inherited from interface org.newsml.toolkit.CommentNode
getComment, getComment, getCommentCount
 
Methods inherited from interface org.newsml.toolkit.IdNode
getDuid, getEuid
 

Method Detail

getCopyrightHolder

public OriginText getCopyrightHolder()
Get a text description of the copyright holder.

The description may appear in any natural-language form, and is intended for human consumption rather than machine processing.

Returns:
Text describing the copyright holder.

getCopyrightDate

public OriginText getCopyrightDate()
Get a text description of the copyright date.

The description may appear in any natural-language form, and is intended for human consumption rather than machine processing.

Returns:
Text describing the copyright date.