Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.conferenceinfo
Interface Execution


public interface Execution

Represents the execution-type complex type that defined in RFC4575.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="execution_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="when" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="by" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

Method Summary
 String getBy()
          Gets the value of the by element.
 String getReason()
          Gets the value of the reason element.
 Calendar getWhen()
          Gets the value of the when element.
 void setBy(String value)
          Sets the value of the by element.
 void setReason(String value)
          Sets the value of the reason property.

 

Method Detail

getWhen

Calendar getWhen()
Gets the value of the when element.
Returns:
an instance of XMLGregorianCalendar

getReason

String getReason()
Gets the value of the reason element.
Returns:
the reason.

setReason

void setReason(String value)
Sets the value of the reason property.
Parameters:
value - the reason

getBy

String getBy()
Gets the value of the by element.
Returns:
the value of by element

setBy

void setBy(String value)
Sets the value of the by element.
Parameters:
value - a URI string.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.