|
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.RuleType
public class RuleType
The Authorization Rules rule element.
Compliant with rfc5025
| 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 |
|---|
public RuleType()
| Method Detail |
|---|
public ConditionsType getConditions()
public void setConditions(ConditionsType conditions)
conditions - the uri to set.public ActionsType getActions()
public void setActions(ActionsType actions)
actions - the actions to set.public TransformationsType getTransformations()
public void setTransformations(TransformationsType transformations)
transformations - the uri to set.public String getId()
public void setId(String id)
id - the uri to set.
|
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 | |||||||||