Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class ValidityType
extends Object

The Authorization Rules validity element.

Compliant with rfc5025

Author:
Grigorii Balutsel

Constructor Summary
ValidityType()
           
 
Method Summary
 List<String> getFromList()
          Gets the value of the fromList property.
 List<String> getUntilList()
          Gets the value of the untilList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidityType

public ValidityType()
Method Detail

getFromList

public List<String> getFromList()
Gets the value of the fromList property.

Returns:
the fromList property.

getUntilList

public List<String> getUntilList()
Gets the value of the untilList property.

Returns:
the untilList property.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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