Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class TransformationsType
extends Object

The Authorization Rules transformations element.

Compliant with rfc5025

Author:
Grigorii Balutsel

Constructor Summary
TransformationsType()
           
 
Method Summary
 List<Element> getAny()
          Gets the value of the any property.
 ProvideDevicePermissionType getDevicePermission()
          Gets the value of the devicePermission property.
 ProvidePersonPermissionType getPersonPermission()
          Gets the value of the personPermission property.
 ProvideServicePermissionType getServicePermission()
          Gets the value of the servicePermission property.
 void setDevicePermission(ProvideDevicePermissionType devicePermission)
          Sets the value of the devicePermission property.
 void setPersonPermission(ProvidePersonPermissionType personPermission)
          Sets the value of the personPermission property.
 void setServicePermission(ProvideServicePermissionType servicePermission)
          Sets the value of the servicePermission property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformationsType

public TransformationsType()
Method Detail

getServicePermission

public ProvideServicePermissionType getServicePermission()
Gets the value of the servicePermission property.

Returns:
the servicePermission property.

setServicePermission

public void setServicePermission(ProvideServicePermissionType servicePermission)
Sets the value of the servicePermission property.

Parameters:
servicePermission - the servicePermission to set.

getPersonPermission

public ProvidePersonPermissionType getPersonPermission()
Gets the value of the personPermission property.

Returns:
the personPermission property.

setPersonPermission

public void setPersonPermission(ProvidePersonPermissionType personPermission)
Sets the value of the personPermission property.

Parameters:
personPermission - the personPermission to set.

getDevicePermission

public ProvideDevicePermissionType getDevicePermission()
Gets the value of the devicePermission property.

Returns:
the devicePermission property.

setDevicePermission

public void setDevicePermission(ProvideDevicePermissionType devicePermission)
Sets the value of the devicePermission property.

Parameters:
devicePermission - the devicePermission 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.