bing.common
Class NewsCollection

java.lang.Object
  extended by bing.results.BingResult
      extended by bing.common.NewsCollection
All Implemented Interfaces:
Array

public class NewsCollection
extends BingResult
implements Array

A NewsCollection, has an array of NewsArticles in it. used internally when processing search request.


Constructor Summary
NewsCollection(java.util.Hashtable dict)
           
 
Method Summary
 java.lang.String getName()
           
 BingNewsResult[] getNewsArticles()
           
 
Methods inherited from class bing.results.BingResult
add, hashCode
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsCollection

public NewsCollection(java.util.Hashtable dict)
Method Detail

getName

public java.lang.String getName()

getNewsArticles

public BingNewsResult[] getNewsArticles()