|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.TransformationsType
public class TransformationsType
The Authorization Rules transformations element.
Compliant with rfc5025
| 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 |
|---|
public TransformationsType()
| Method Detail |
|---|
public ProvideServicePermissionType getServicePermission()
public void setServicePermission(ProvideServicePermissionType servicePermission)
servicePermission - the servicePermission to set.public ProvidePersonPermissionType getPersonPermission()
public void setPersonPermission(ProvidePersonPermissionType personPermission)
personPermission - the personPermission to set.public ProvideDevicePermissionType getDevicePermission()
public void setDevicePermission(ProvideDevicePermissionType devicePermission)
devicePermission - the devicePermission to set.public List<Element> getAny()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||