public class DeviceUSNHeader extends UpnpHeader<NamedDeviceType>
UpnpHeader.Type| Constructor and Description |
|---|
DeviceUSNHeader() |
DeviceUSNHeader(NamedDeviceType value) |
DeviceUSNHeader(UDN udn,
DeviceType deviceType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
void |
setString(String s) |
getValue, newInstance, setValue, toStringpublic DeviceUSNHeader()
public DeviceUSNHeader(UDN udn, DeviceType deviceType)
public DeviceUSNHeader(NamedDeviceType value)
public void setString(String s) throws InvalidHeaderException
setString in class UpnpHeader<NamedDeviceType>s - This header's value as a string representation.InvalidHeaderException - If the value is invalid for this UPnP header.public String getString()
getString in class UpnpHeader<NamedDeviceType>Copyright © 2023 jUPnP.org. All rights reserved.