|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbbc.rd.tvanytime.programLocation.ProgramURL
public class ProgramURL
ProgramURL: A TVAnytime ProgramURL object. This represents the URL of a programme. It may be a URL (i.e. for a streamed programme), a DVB locator or something else. Appropriate toolboxes, for each transport mechanism, that extract information from the URLs are provided in bbc.rd.tvanytime.util
| Constructor Summary | |
|---|---|
ProgramURL()
Default Constructor for objects of type ProgramURL. |
|
ProgramURL(java.lang.String programURL)
Constructor for objects of type ProgramURL. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clones itself. |
java.lang.String |
getProgramURL()
gets the programURL as a String |
void |
setProgramURL(java.lang.String programURL)
sets the programURL Could throw an exception (but never does here). |
java.lang.String |
toString()
Returns string representation of this object. |
java.lang.String |
toString(int indent)
Returns string representation of this object. |
java.lang.String |
toXML()
Returns XML representation of this object. |
java.lang.String |
toXML(int indent)
Returns XML representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProgramURL()
public ProgramURL(java.lang.String programURL)
| Method Detail |
|---|
public void setProgramURL(java.lang.String programURL)
public java.lang.String getProgramURL()
public java.lang.String toXML()
public java.lang.String toXML(int indent)
indent - Number of tabs with which to indent the string.
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(int indent)
indent - Number of tabs with which to indent the string.
public java.lang.Object clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||