Package org.cybergarage.upnp.xml
Class ServiceData
java.lang.Object
org.cybergarage.upnp.xml.NodeData
org.cybergarage.upnp.xml.ServiceData
public class ServiceData extends NodeData
-
Constructor Summary
Constructors Constructor Description ServiceData()
-
Method Summary
Modifier and Type Method Description ListenerList
getControlActionListenerList()
String
getDescriptionURL()
Node
getSCPDNode()
String
getSID()
SubscriberList
getSubscriberList()
long
getTimeout()
void
setDescriptionURL(String descriptionURL)
void
setSCPDNode(Node node)
void
setSID(String id)
void
setTimeout(long value)
-
Constructor Details
-
ServiceData
public ServiceData()
-
-
Method Details
-
getControlActionListenerList
-
getSCPDNode
-
setSCPDNode
-
getSubscriberList
-
getDescriptionURL
-
setDescriptionURL
-
getSID
-
setSID
-
getTimeout
public long getTimeout() -
setTimeout
public void setTimeout(long value)
-