Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class RuleType
extends Object

The Authorization Rules rule element.

Compliant with rfc5025

Author:
Grigorii Balutsel

Constructor Summary
RuleType()
           
 
Method Summary
 ActionsType getActions()
          Gets the value of the actions property.
 ConditionsType getConditions()
          Gets the value of the conditions property.
 String getId()
          Gets the value of the id property.
 TransformationsType getTransformations()
          Gets the value of the transformations property.
 void setActions(ActionsType actions)
          Sets the value of the actions property.
 void setConditions(ConditionsType conditions)
          Sets the value of the conditions property.
 void setId(String id)
          Sets the value of the id property.
 void setTransformations(TransformationsType transformations)
          Sets the value of the transformations property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleType

public RuleType()
Method Detail

getConditions

public ConditionsType getConditions()
Gets the value of the conditions property.

Returns:
the conditions property.

setConditions

public void setConditions(ConditionsType conditions)
Sets the value of the conditions property.

Parameters:
conditions - the uri to set.

getActions

public ActionsType getActions()
Gets the value of the actions property.

Returns:
the actions property.

setActions

public void setActions(ActionsType actions)
Sets the value of the actions property.

Parameters:
actions - the actions to set.

getTransformations

public TransformationsType getTransformations()
Gets the value of the transformations property.

Returns:
the transformations property.

setTransformations

public void setTransformations(TransformationsType transformations)
Sets the value of the transformations property.

Parameters:
transformations - the uri to set.

getId

public String getId()
Gets the value of the id property.

Returns:
the id property.

setId

public void setId(String id)
Sets the value of the id property.

Parameters:
id - the uri to set.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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