org.teleal.cling.model.message.header
Class SubscriptionIdHeader

java.lang.Object
  extended by org.teleal.cling.model.message.header.UpnpHeader<String>
      extended by org.teleal.cling.model.message.header.SubscriptionIdHeader

public class SubscriptionIdHeader
extends UpnpHeader<String>

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.model.message.header.UpnpHeader
UpnpHeader.Type
 
Field Summary
static String PREFIX
           
 
Constructor Summary
SubscriptionIdHeader()
           
SubscriptionIdHeader(String value)
           
 
Method Summary
 String getString()
           
 void setString(String s)
           
 
Methods inherited from class org.teleal.cling.model.message.header.UpnpHeader
getValue, newInstance, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PREFIX

public static final String PREFIX
See Also:
Constant Field Values
Constructor Detail

SubscriptionIdHeader

public SubscriptionIdHeader()

SubscriptionIdHeader

public SubscriptionIdHeader(String value)
Method Detail

setString

public void setString(String s)
               throws InvalidHeaderException
Specified by:
setString in class UpnpHeader<String>
Parameters:
s - This header's value as a string representation.
Throws:
InvalidHeaderException - If the value is invalid for this UPnP header.

getString

public String getString()
Specified by:
getString in class UpnpHeader<String>
Returns:
A string representing this header's value.


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.