|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbbc.rd.tvanytime.contentReferencing.LocationsResult
public class LocationsResult
LocationsResult: A TVAnytime LocationsResult object. The Locators inside this element can be generic bbc.rd.tvanytime.contentReferencing.Locator objects, or transport-specific Locators, such as bbc.rd.tvanytime.contentReferencing.DVBLocator objecys (which represent DVB locators)
Locator,
bbc.rd.tvanytime.contentReferencing.DVBLocator,
Serialized Form| Constructor Summary | |
|---|---|
LocationsResult()
Constructor for objects of type LocationsResult. |
|
| Method Summary | |
|---|---|
void |
addLocator(Locator locator)
Add a Locator object. |
java.lang.Object |
clone()
Clones itself. |
Locator |
getLocator(int index)
Get a Locator object. |
int |
getNumLocators()
Get the number of Locator objects. |
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 LocationsResult()
| Method Detail |
|---|
public void addLocator(Locator locator)
The - Locator object to add to this table.public Locator getLocator(int index)
index - The index of the Locator object to access.
public int getNumLocators()
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 | ||||||||