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:
- 1.1beta
- Author:
- Reuters PLC
Methods inherited from interface org.newsml.toolkit.BaseNode |
getChild, getChild, getChild, getChild, getChildCount, getChildCount, getParent, getPath, getSession, getXMLName, getXPath, removeSelf, toXML, toXML, writeXML, writeXML |
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.