|
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.xcapcaps.XCapCapsType
public class XCapCapsType
Contains the capabilities of an XCAP server.
| Field Summary | |
|---|---|
protected List<Element> |
any
The list of any elements. |
protected AuidsType |
auids
The auids elemet. |
protected ExtensionsType |
extensions
The extensions elemet. |
protected NamespacesType |
namespaces
The namespaces elemet. |
| Constructor Summary | |
|---|---|
XCapCapsType()
|
|
| Method Summary | |
|---|---|
List<Element> |
getAny()
Gets the value of the any property. |
AuidsType |
getAuids()
Gets the value of the auids property. |
ExtensionsType |
getExtensions()
Gets the value of the extensions property. |
NamespacesType |
getNamespaces()
Gets the value of the namespaces property. |
void |
setAuids(AuidsType auids)
Sets the value of the auids property. |
void |
setExtensions(ExtensionsType extensions)
Sets the value of the extensions property. |
void |
setNamespaces(NamespacesType namespaces)
Sets the value of the namespaces property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AuidsType auids
protected ExtensionsType extensions
protected NamespacesType namespaces
protected List<Element> any
| Constructor Detail |
|---|
public XCapCapsType()
| Method Detail |
|---|
public AuidsType getAuids()
public void setAuids(AuidsType auids)
auids - the auids to set.public ExtensionsType getExtensions()
public void setExtensions(ExtensionsType extensions)
extensions - the extensions to set.public NamespacesType getNamespaces()
public void setNamespaces(NamespacesType namespaces)
namespaces - the namespaces 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 | |||||||||