Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy
Class SphereType

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.SphereType

public class SphereType
extends Object

The Authorization Rules sphere element.

Compliant with rfc5025

Author:
Grigorii Balutsel

Constructor Summary
SphereType()
          Create the sphere element.
SphereType(String value)
          Create the sphere element with the value attribute.
 
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

SphereType

public SphereType()
Create the sphere element.


SphereType

public SphereType(String value)
Create the sphere element with the value attribute.

Parameters:
value - the value attribute.
Throws:
IllegalArgumentException - if uri attribute is null or empty.
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.