|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.segmentInformation.SegmentGroupList
public class SegmentGroupList
SegmentGroupList: Represents a SegmentGroupList object
Constructor Summary | |
---|---|
SegmentGroupList()
Constructor for objects of class SegmentGroupList |
Method Summary | |
---|---|
void |
addSegmentGroupInformation(SegmentGroupInformation segGroupInfo)
addSegmentGroupInformation - adds a SegmentGroupInformation object |
java.lang.Object |
clone()
Clones itself. |
int |
getNumSegmentGroupInformations()
getNumSegmentGroupInformations - gets the number of SegmentGroupInformation objects belonging to this SegmentGroupList |
SegmentGroupInformation |
getSegmentGroupInformation(int index)
getSegmentGroupInformations - gets the SegmentGroupInformation objects specified by index |
void |
removeAll()
removeAll - removes all SegmentGroupInformation 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 table. |
java.lang.String |
toXML(int indent)
Returns XML representation of this table. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SegmentGroupList()
Method Detail |
---|
public int getNumSegmentGroupInformations()
public SegmentGroupInformation getSegmentGroupInformation(int index)
index
- the index to the SegmentGroupInformation object
public void addSegmentGroupInformation(SegmentGroupInformation segGroupInfo)
segGroupInfo
- the SegmentGroupInformation objectpublic void removeAll()
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 to put before 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 |