Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps
Class XCapCapsType

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.XCapCapsType

public class XCapCapsType
extends Object

Contains the capabilities of an XCAP server.

Author:
Grigorii Balutsel

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

auids

protected AuidsType auids
The auids elemet.


extensions

protected ExtensionsType extensions
The extensions elemet.


namespaces

protected NamespacesType namespaces
The namespaces elemet.


any

protected List<Element> any
The list of any elements.

Constructor Detail

XCapCapsType

public XCapCapsType()
Method Detail

getAuids

public AuidsType getAuids()
Gets the value of the auids property.

Returns:
the auids property.

setAuids

public void setAuids(AuidsType auids)
Sets the value of the auids property.

Parameters:
auids - the auids to set.

getExtensions

public ExtensionsType getExtensions()
Gets the value of the extensions property.

Returns:
the extensions property.

setExtensions

public void setExtensions(ExtensionsType extensions)
Sets the value of the extensions property.

Parameters:
extensions - the extensions to set.

getNamespaces

public NamespacesType getNamespaces()
Gets the value of the namespaces property.

Returns:
the namespaces property.

setNamespaces

public void setNamespaces(NamespacesType namespaces)
Sets the value of the namespaces property.

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