org.newsml.toolkit
Interface TransmissionId
- All Superinterfaces:
- BaseNode, IdNode, IdText, Text
- public interface TransmissionId
- extends IdText
An identifier for a NewsML document transmission.
The transmission id is part of the NewsEnvelope
for a
NewsML package. It is unique among all transmissions from the same
publisher.
- Version:
- 1.1beta
- Author:
- Reuters PLC
Method Summary |
Text |
getRepeat()
Get the repeat value for the transmission id. |
Methods inherited from interface org.newsml.toolkit.BaseNode |
getChild, getChild, getChild, getChild, getChildCount, getChildCount, getParent, getPath, getSession, getXMLName, getXPath, removeSelf, toXML, toXML, writeXML, writeXML |
getRepeat
public Text getRepeat()
- Get the repeat value for the transmission id.
The format of the repeat value is unspecified, and may vary
from provider to provider.
- Returns:
- Text containing the repeat value, or null if none was
specified.