|
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 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 |
|---|
String getDisplayText()
void setDisplayText(String value)
value - a string value represents the dispaly text.String getCallId()
void setCallId(String value)
value - the call id.String getFromTag()
void setFromTag(String value)
value - from tag.String getToTag()
void setToTag(String value)
value - to tag.
|
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.