Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules
Class ProvideDevicePermissionType.DeviceIdType

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideDevicePermissionType.DeviceIdType
Enclosing class:
ProvideDevicePermissionType

public static class ProvideDevicePermissionType.DeviceIdType
extends Object

The Presence Rules deviceID element.

Compliant with rfc5025

Author:
Grigorii Balutsel

Constructor Summary
ProvideDevicePermissionType.DeviceIdType(String value)
          Creates deviceID element with value.
 
Method Summary
 String getValue()
          Gets the value of the value property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProvideDevicePermissionType.DeviceIdType

public ProvideDevicePermissionType.DeviceIdType(String value)
Creates deviceID element with value.

Parameters:
value - the elemenent value to set.
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
the value property.

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - the value to set.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.