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.0
- Author:
- Reuters PLC
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 Text 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.