|
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.OneType
public class OneType
The Authorization Rules one element.
Compliant with rfc5025
| Constructor Summary | |
|---|---|
OneType()
Create the one element. |
|
OneType(String id)
Create the one element with the id attribute. |
|
| Method Summary | |
|---|---|
Element |
getAny()
Gets the value of the any property. |
String |
getId()
Gets the value of the id property. |
void |
setAny(Element any)
Sets the value of the any property. |
void |
setId(String id)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OneType()
public OneType(String id)
id - the id attribute.
IllegalArgumentException - if uri attribute is null or empty.| Method Detail |
|---|
public String getId()
public void setId(String id)
id - the id to set.public Element getAny()
public void setAny(Element any)
any - the name 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 | |||||||||