Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


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

All Superinterfaces:
XcapElement, XcapResource

public interface From
extends XcapElement

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

See Also:
Validity, Until

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

 

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 From.
Returns:
the date/time.

setValue

void setValue(XMLGregorianCalendar aDate)
Set date/time value of the From.
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.