Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class ManyType
extends Object

The Authorization Rules many element.

Compliant with rfc5025

Author:
Grigorii Balutsel

Constructor Summary
ManyType()
           
 
Method Summary
 List<Element> getAny()
          Gets the value of the any property.
 String getDomain()
          Gets the value of the domain property.
 List<ExceptType> getExcepts()
          Gets the value of the excepts property.
 void setDomain(String domain)
          Sets the value of the domain property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManyType

public ManyType()
Method Detail

getDomain

public String getDomain()
Gets the value of the domain property.

Returns:
the domain property.

setDomain

public void setDomain(String domain)
Sets the value of the domain property.

Parameters:
domain - the domain to set.

getExcepts

public List<ExceptType> getExcepts()
Gets the value of the excepts property.

Returns:
the any 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.