Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.conferenceinfo
Interface CallInfo


public interface CallInfo

Represents the call-info element that defined in RFC4575.

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

 <complexType name="call_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="sip" type="{urn:ietf:params:xml:ns:conference-info}sip-dialog-id-type"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </choice>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

Method Summary
 SipDialogId getSip()
          Gets the value of the SipDialogId.
 void setSip(SipDialogId value)
          Sets the value of the SipDialogId.

 

Method Detail

getSip

SipDialogId getSip()
Gets the value of the SipDialogId.
Returns:
an instance of SipDialogId

setSip

void setSip(SipDialogId value)
Sets the value of the SipDialogId.
Parameters:
value - an instance of SipDialogId

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.