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

Method Summary
 Text getRepeat()
          Get the repeat value for the transmission id.
 
Methods inherited from interface org.newsml.toolkit.Text
setBoolean, setInt, setString, toBoolean, toInt, toString
 
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

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.