|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
SipDialogId getSip()
SipDialogId
.SipDialogId
void setSip(SipDialogId value)
SipDialogId
.value
- an instance of SipDialogId
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2012 Oracle Corporation. All Rights Reserved.