org.newsml.toolkit
Interface TransmissionId

All Superinterfaces:
BaseNode, IdNode

public interface TransmissionId
extends BaseNode, IdNode

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

Method Summary
 java.lang.String getRepeat()
          Get the repeat value for the transmission id.
 java.lang.String getValue()
          Get the value of the transmission id.
 
Methods inherited from interface org.newsml.toolkit.BaseNode
getSession, getXMLName
 
Methods inherited from interface org.newsml.toolkit.IdNode
getDuid, getEuid
 

Method Detail

getValue

public java.lang.String getValue()
Get the value of the transmission id.
Returns:
A string representing the value (not null).

getRepeat

public java.lang.String 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:
A string representing the repeat value, or null if none was specified.