Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class ActionsType
extends Object

The Authorization Rules actions element.

Compliant with rfc5025

Author:
Grigorii Balutsel

Constructor Summary
ActionsType()
           
 
Method Summary
 List<Element> getAny()
          Gets the value of the any property.
 SubHandlingType getSubHandling()
          Gets the value of the subHandling property.
 void setSubHandling(SubHandlingType subHandling)
          Sets the value of the subHandling property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionsType

public ActionsType()
Method Detail

getSubHandling

public SubHandlingType getSubHandling()
Gets the value of the subHandling property.

Returns:
the subHandling property.

setSubHandling

public void setSubHandling(SubHandlingType subHandling)
Sets the value of the subHandling property.

Parameters:
subHandling - the subHandling to set.

getAny

public List<Element> getAny()
Gets the value of the any property.

Returns:
the any property.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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