|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webhiker.dreambox.api.epg.EPG
public class EPG
The Class EPG holds information about the currently showing channels EPG data.
Constructor Summary | |
---|---|
EPG(java.io.InputStream is)
Instantiates a new ePG. |
Method Summary | |
---|---|
java.util.List<Event> |
getEvents()
Gets the events. |
java.lang.String |
getServiceName()
Gets the service name. |
java.lang.String |
getServiceReference()
Gets the service reference. |
void |
setServiceName(java.lang.String serviceName)
Sets the service name. |
void |
setServiceReference(java.lang.String serviceReference)
Sets the service reference. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPG(java.io.InputStream is) throws org.xml.sax.SAXException, java.io.IOException, javax.xml.parsers.ParserConfigurationException
is
- the is
org.xml.sax.SAXException
- the SAX exception
java.io.IOException
- Signals that an I/O exception has occurred.
javax.xml.parsers.ParserConfigurationException
- the parser configuration exceptionMethod Detail |
---|
public java.lang.String getServiceName()
public void setServiceName(java.lang.String serviceName)
serviceName
- the new service namepublic java.lang.String getServiceReference()
public void setServiceReference(java.lang.String serviceReference)
serviceReference
- the new service referencepublic java.util.List<Event> getEvents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |