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:
2.0
Author:
Reuters PLC

Method Summary
 IdText getDateAndTime()
          Get the date and time when the future status will take effect.
 FormalName getFutureStatus()
          Get the future status.
 
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.IdNode
getDuid, getEuid
 

Method Detail

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.