com.blackledge.david.tivo.hmoclient
Class Link

java.lang.Object
  extended by com.blackledge.david.tivo.hmoclient.Link

public class Link
extends Object


Method Summary
 boolean acceptsParams()
          "This optional element indicates whether or the server serving the link understands the applicable Music and Photos parameters (such as Format, Seek, Width, etc.)."
 String getName()
           
 URL getURL()
           
 String getUrlString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()

getUrlString

public String getUrlString()
Returns:
the URL string as specified in the Link element.

getURL

public URL getURL()
Returns:
null if there is no URL (should be impossible) or the url is malformed (see getUrlString()).

acceptsParams

public boolean acceptsParams()
"This optional element indicates whether or the server serving the link understands the applicable Music and Photos parameters (such as Format, Seek, Width, etc.)."