Uses of Interface
org.newsml.toolkit.FormalName

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

Uses of FormalName in org.newsml.toolkit
 

Subinterfaces of FormalName in org.newsml.toolkit
 interface AssignedFormalName
          A formal name with assignment information.
 interface Instruction
          An instruction from a news provider.
 interface OfInterestTo
          Statement of the intended audience.
 interface Party
          A list of formal names for people or companies.
 interface TopicSet
          A collection of metadata.
 

Methods in org.newsml.toolkit that return FormalName
 FormalName Topic.getTopicType(int index)
          Get the type of the topic.
 FormalName[] Topic.getTopicType()
          Get all TopicType children in an array.
 FormalName NewsComponent.getRole()
          Get the role of this component in a parent component.
 FormalName NewsManagement.getNewsItemType()
          Get the type of the news item.
 FormalName NewsManagement.getStatus()
          Get the current status of the news item.
 FormalName NewsManagement.getUrgency()
          Get the news item's urgency.
 FormalName Metadata.getMetadataType()
          Get the type of metadata in this container.
 FormalName StatusWillChange.getFutureStatus()
          Get the future status.
 FormalName RevisionStatus.getStatus()
          Get the new status for the past revision.
 FormalName NewsLine.getNewsLineType()
          The type of the extended newsline.
 FormalName NewsEnvelope.getNewsService(int index)
          Get one of the news services associated with this package.
 FormalName[] NewsEnvelope.getNewsService()
          Get all NewsService children in an array.
 FormalName NewsEnvelope.getNewsProduct(int index)
          Get one of the news products associated with this package.
 FormalName[] NewsEnvelope.getNewsProduct()
          Get all NewsProduct children in an array.
 FormalName NewsEnvelope.getPriority()
          Get the priority of this package.
 FormalName ContentItem.getMediaType()
          Get the content's media type.
 FormalName ContentItem.getFormat()
          Get the content's format.
 FormalName ContentItem.getMimeType()
          Return the content's MIME type.
 FormalName ContentItem.getNotation()
          Get the content's data type notation.
 FormalName AssignmentNode.getImportance()
          Get the importance assigned to the information.
 FormalName AssignmentNode.getConfidence()
          Get the confidence assigned to the information.
 FormalName AssignmentNode.getHowPresent()
          Get the applicability of the information.
 FormalName Label.getLabelType()
          Get the type of the generic label.