Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy
Class IdentityType

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.IdentityType

public class IdentityType
extends Object

The Authorization Rules identity element.

Compliant with rfc5025

Author:
Grigorii Balutsel

Constructor Summary
IdentityType()
           
 
Method Summary
 List<Element> getAny()
          Gets the value of the any property.
 List<ManyType> getManyList()
          Gets the value of the manyList property.
 List<OneType> getOneList()
          Gets the value of the oneList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityType

public IdentityType()
Method Detail

getOneList

public List<OneType> getOneList()
Gets the value of the oneList property.

Returns:
the oneList property.

getManyList

public List<ManyType> getManyList()
Gets the value of the manyList property.

Returns:
the manyList property.

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.