Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class ExceptType
extends Object

The Authorization Rules except element.

Compliant with rfc5025

Author:
Grigorii Balutsel

Constructor Summary
ExceptType()
           
 
Method Summary
 String getDomain()
          Gets the value of the domain property.
 String getId()
          Gets the value of the id property.
 void setDomain(String domain)
          Sets the value of the domain 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

ExceptType

public ExceptType()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
the id property.

setId

public void setId(String id)
Sets the value of the id property.

Parameters:
id - the id to set.

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.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.