Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public static class ProvideServicePermissionType.ServiceUriSchemeType
extends Object

The Presence Rules service-uri-scheme element.

Compliant with rfc5025

Author:
Grigorii Balutsel

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

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