org.newsml.toolkit
Interface StatusWillChange
- All Superinterfaces:
- BaseNode, IdNode
- public interface StatusWillChange
- extends BaseNode, IdNode
A future status change for a news item.
This information is part of the NewsManagement
information for a NewsItem
. It indicates future scheduled
status changes, such as a change from embargoed to usable.
- 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 |
getFutureStatus
public FormalName getFutureStatus()
- Get the future status.
A typical status is embargoed or usable.
- Returns:
- A formal name representing the future status.
getDateAndTime
public IdText getDateAndTime()
- Get the date and time when the future status will take effect.
- Returns:
- Text representing the date and time in ISO 8601
basic format.