|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.serviceInformation.ServiceInformationTable
public class ServiceInformationTable
ServiceInformationTable: Represents a table that contains ServiceInformation objects.
Constructor Summary | |
---|---|
ServiceInformationTable()
Constructor. |
Method Summary | |
---|---|
void |
addServiceInformation(ServiceInformation serviceInformation)
Add ServiceInformation object to the table. |
java.lang.Object |
clone()
Clones itself. |
int |
getNumServiceInformations()
Get number of objects in ServiceInformation table. |
ServiceInformation |
getServiceInformation(int index)
Return specified ServiceInformation object from table. |
void |
removeAll()
Remove all objects from the ServiceInformation table. |
void |
removeServiceInformation(int index)
Removes a ServiceInformation object from this ServiceInformationTable |
void |
removeServiceInformation(ServiceInformation serviceInformation)
Removes a ServiceInformation object from this ServiceInformationTable |
java.lang.String |
toString()
Returns string representation of this table. |
java.lang.String |
toString(int indent)
Returns string representation of this table. |
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 ServiceInformationTable()
Method Detail |
---|
public ServiceInformation getServiceInformation(int index)
index
- Index of ServiceInformation object in table.
public void addServiceInformation(ServiceInformation serviceInformation)
serviceInformation
- ServiceInformation object to add.public void removeServiceInformation(int index)
index
- The index to the ServiceInformation objectpublic void removeServiceInformation(ServiceInformation serviceInformation)
serviceInformation
- The ServiceInformation object to removepublic int getNumServiceInformations()
public 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 |