Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class ConditionsType
extends Object

The Authorization Rules conditions element.

Compliant with rfc5025

Author:
Grigorii Balutsel

Constructor Summary
ConditionsType()
           
 
Method Summary
 List<Element> getAny()
          Gets the value of the any property.
 List<IdentityType> getIdentities()
          Gets the value of the identities property.
 List<SphereType> getSpheres()
          Gets the value of the spheres property.
 List<ValidityType> getValidities()
          Gets the value of the validities property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionsType

public ConditionsType()
Method Detail

getIdentities

public List<IdentityType> getIdentities()
Gets the value of the identities property.

Returns:
the identities property.

getSpheres

public List<SphereType> getSpheres()
Gets the value of the spheres property.

Returns:
the spheres property.

getValidities

public List<ValidityType> getValidities()
Gets the value of the validities property.

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