Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules
Class ClassType

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ClassType

public class ClassType
extends Object

The Presence Rules class element.

Compliant with rfc5025

Author:
Grigorii Balutsel

Constructor Summary
ClassType(String value)
          Creates class 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

ClassType

public ClassType(String value)
Creates class 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.