Uses of Interface
org.newsml.toolkit.PartyList

Packages that use PartyList
org.newsml.toolkit Interfaces for Accessing NewsML Information (v1.0) 
 

Uses of PartyList in org.newsml.toolkit
 

Subinterfaces of PartyList in org.newsml.toolkit
 interface SourceList
          A list of sources for administrative metadata.
 

Methods in org.newsml.toolkit that return PartyList
 PartyList AdministrativeMetadata.getProvider()
          Get a list of providers of a news object.
 PartyList AdministrativeMetadata.getCreator()
          Get a list of creators of a news object.
 PartyList AdministrativeMetadata.getContributor(int index)
          Get a list of contributors to a news object.
 PartyList[] AdministrativeMetadata.getContributor()
          Get an array of contributor party lists in this object.
 PartyList NewsEnvelope.getSentFrom()
          Get a list of senders of this package.
 PartyList NewsEnvelope.getSentTo()
          Get a list of recipients of this package.