|
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 Endpoint
Represents the endpoint element that defined in RFC4575.
The following schema fragment specifies the expected content contained within this class.
<complexType name="endpoint_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="referred" type="{urn:ietf:params:xml:ns:conference-info}execution-type" minOccurs="0"/> <element name="status" type="{urn:ietf:params:xml:ns:conference-info}endpoint-status-type" minOccurs="0"/> <element name="joining_method" type="{urn:ietf:params:xml:ns:conference-info}joining-type" minOccurs="0"/> <element name="joining_info" type="{urn:ietf:params:xml:ns:conference-info}execution-type" minOccurs="0"/> <element name="disconnection_method" type="{urn:ietf:params:xml:ns:conference-info}disconnection-type" minOccurs="0"/> <element name="disconnection_info" type="{urn:ietf:params:xml:ns:conference-info}execution-type" minOccurs="0"/> <element name="media" type="{urn:ietf:params:xml:ns:conference-info}media-type" maxOccurs="unbounded" minOccurs="0"/> <element name="call_info" type="{urn:ietf:params:xml:ns:conference-info}call-type" minOccurs="0"/> <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="entity" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="state" type="{urn:ietf:params:xml:ns:conference-info}state-type" default="full" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
CallInfo |
getCallInfo() Gets the value of the callInfo element. |
Execution |
getDisconnectionInfo() Gets the value of the disconnectionInfo element. |
DisconnectionMethod |
getDisconnectionMethod() Gets the value of the disconnectionMethod element. |
String |
getDisplayText() Gets the value of the displayText element. |
String |
getEntity() Gets the value of the entity element. |
Execution |
getJoiningInfo() Gets the value of the joiningInfo element. |
JoiningMethod |
getJoiningMethod() Gets the value of the joiningMethod element. |
List<Media> |
getMedia() Gets the value of the media element. |
Execution |
getReferred() Gets the value of the referred Execution element. |
State |
getState() Gets the value of the state element. |
EndpointStatus |
getStatus() Gets the value of the status element. |
void |
setCallInfo(CallInfo value) Sets the value of the callInfo element. |
void |
setDisconnectionInfo(Execution value) Sets the value of the disconnectionInfo element. |
void |
setDisconnectionMethod(DisconnectionMethod value) Sets the value of the disconnectionMethod element. |
void |
setDisplayText(String value) Sets the value of the displayText element. |
void |
setEntity(String value) Sets the value of the entity element. |
void |
setJoiningInfo(Execution value) Sets the value of the joiningInfo element. |
void |
setJoiningMethod(JoiningMethod value) Sets the value of the joiningMethod element. |
void |
setReferred(Execution value) Sets the value of the referred Execution element. |
void |
setState(State value) Sets the value of the state element. |
void |
setStatus(EndpointStatus value) Sets the value of the status element. |
Method Detail |
---|
String getDisplayText()
void setDisplayText(String value)
value
- a string value represents the dispaly text.Execution getReferred()
Execution
element.Execution
void setReferred(Execution value)
Execution
element.value
- an instance of Execution
EndpointStatus getStatus()
EndpointStatus
void setStatus(EndpointStatus value)
value
- an instance of EndpointStatus
JoiningMethod getJoiningMethod()
JoiningMethod
void setJoiningMethod(JoiningMethod value)
value
- an instance of JoiningMethod
Execution getJoiningInfo()
Execution
void setJoiningInfo(Execution value)
value
- an instance of Execution
DisconnectionMethod getDisconnectionMethod()
DisconnectionMethod
void setDisconnectionMethod(DisconnectionMethod value)
value
- an instance of DisconnectionMethod
Execution getDisconnectionInfo()
Execution
void setDisconnectionInfo(Execution value)
value
- an instance of Execution
List<Media> getMedia()
CallInfo getCallInfo()
CallInfo
void setCallInfo(CallInfo value)
value
- an instance of CallInfo
String getEntity()
void setEntity(String value)
value
- a string value of entity.State getState()
State
void setState(State value)
value
- an instance of State
|
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.