Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules
Class ProvideServicePermissionType.ServiceUriType

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

public static class ProvideServicePermissionType.ServiceUriType
extends Object

The Presence Rules service-uri element.

Compliant with rfc5025

Author:
Grigorii Balutsel

Constructor Summary
ProvideServicePermissionType.ServiceUriType(String value)
          Creates service-uri 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

ProvideServicePermissionType.ServiceUriType

public ProvideServicePermissionType.ServiceUriType(String value)
Creates service-uri 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.