net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy
Class ValidityType
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidityType
public ValidityType()
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.
Distributable under LGPL license.