|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.contentReferencing.CRIDResult
public class CRIDResult
CRIDResult: A TVAnytime CRIDResult object.
Constructor Summary | |
---|---|
CRIDResult()
Constructor for objects of type CRIDResult. |
Method Summary | |
---|---|
void |
addCRID(ContentReference crid)
Add a ContentReference object. |
java.lang.Object |
clone()
Clones itself. |
ContentReference |
getCRID(int index)
Get a ContentReference object. |
int |
getNumCRIDs()
Get the number of ContentReference objects. |
boolean |
removeCRID(ContentReference crid)
Remove a ContentReference object. |
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 CRIDResult()
Method Detail |
---|
public void addCRID(ContentReference crid)
The
- ContentReference object to add to this table.public boolean removeCRID(ContentReference crid)
The
- ContentReference object to remove from this table.
public ContentReference getCRID(int index)
index
- The index of the ContentReference object to access.
public int getNumCRIDs()
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.Object
public 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 |