Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client.policy
Interface Until

All Superinterfaces:
XcapElement, XcapResource

public interface Until
extends XcapElement

End date/time of the period represented by the validity. A From and an Until form a pair to denote a period.

See Also:
Validity, From

Method Summary
 XMLGregorianCalendar getValue()
          Get date/time value of the Until.
 void setValue(XMLGregorianCalendar aDate)
          Set date/time value of the Until.

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapElement
getDocument, getNamespace, getNodeSelector, getParent

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapResource
getContent, getContentType, getUrl, setContent

 

Method Detail

getValue

XMLGregorianCalendar getValue()
Get date/time value of the Until.
Returns:
the date/time.

setValue

void setValue(XMLGregorianCalendar aDate)
Set date/time value of the Until.
Parameters:
aDate - the date/time.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.