Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.conferenceinfo
Interface SipDialogId


public interface SipDialogId

Represents the sip-dialog-id-type complex type that defined in RFC4575.

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

 <complexType name="sip_dialog_id_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="display_text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="call_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="from_tag" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="to_tag" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

Method Summary
 String getCallId()
          Gets the value of the callId element.
 String getDisplayText()
          Gets the value of the displayText element.
 String getFromTag()
          Gets the value of the fromTag element.
 String getToTag()
          Gets the value of the toTag element.
 void setCallId(String value)
          Sets the value of the callId element.
 void setDisplayText(String value)
          Sets the value of the displayText element.
 void setFromTag(String value)
          Sets the value of the fromTag element.
 void setToTag(String value)
          Sets the value of the toTag element.

 

Method Detail

getDisplayText

String getDisplayText()
Gets the value of the displayText element.
Returns:
a string value represents the dispaly text.

setDisplayText

void setDisplayText(String value)
Sets the value of the displayText element.
Parameters:
value - a string value represents the dispaly text.

getCallId

String getCallId()
Gets the value of the callId element.
Returns:
the call id.

setCallId

void setCallId(String value)
Sets the value of the callId element.
Parameters:
value - the call id.

getFromTag

String getFromTag()
Gets the value of the fromTag element.
Returns:
the value from tag.

setFromTag

void setFromTag(String value)
Sets the value of the fromTag element.
Parameters:
value - from tag.

getToTag

String getToTag()
Gets the value of the toTag element.
Returns:
the value of to tag.

setToTag

void setToTag(String value)
Sets the value of the toTag element.
Parameters:
value - to tag.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.