Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.conferenceinfo
Interface Endpoint


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

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.

getReferred

Execution getReferred()
Gets the value of the referred Execution element.
Returns:
an instance of Execution

setReferred

void setReferred(Execution value)
Sets the value of the referred Execution element.
Parameters:
value - an instance of Execution

getStatus

EndpointStatus getStatus()
Gets the value of the status element.
Returns:
an instance of EndpointStatus

setStatus

void setStatus(EndpointStatus value)
Sets the value of the status element.
Parameters:
value - an instance of EndpointStatus

getJoiningMethod

JoiningMethod getJoiningMethod()
Gets the value of the joiningMethod element.
Returns:
an instance of JoiningMethod

setJoiningMethod

void setJoiningMethod(JoiningMethod value)
Sets the value of the joiningMethod element.
Parameters:
value - an instance of JoiningMethod

getJoiningInfo

Execution getJoiningInfo()
Gets the value of the joiningInfo element.
Returns:
an instance of Execution

setJoiningInfo

void setJoiningInfo(Execution value)
Sets the value of the joiningInfo element.
Parameters:
value - an instance of Execution

getDisconnectionMethod

DisconnectionMethod getDisconnectionMethod()
Gets the value of the disconnectionMethod element.
Returns:
an instance of DisconnectionMethod

setDisconnectionMethod

void setDisconnectionMethod(DisconnectionMethod value)
Sets the value of the disconnectionMethod element.
Parameters:
value - an instance of DisconnectionMethod

getDisconnectionInfo

Execution getDisconnectionInfo()
Gets the value of the disconnectionInfo element.
Returns:
an instance of Execution

setDisconnectionInfo

void setDisconnectionInfo(Execution value)
Sets the value of the disconnectionInfo element.
Parameters:
value - an instance of Execution

getMedia

List<Media> getMedia()
Gets the value of the media element.
Returns:
a list of Media instance.

getCallInfo

CallInfo getCallInfo()
Gets the value of the callInfo element.
Returns:
an instance of CallInfo

setCallInfo

void setCallInfo(CallInfo value)
Sets the value of the callInfo element.
Parameters:
value - an instance of CallInfo

getEntity

String getEntity()
Gets the value of the entity element.
Returns:
a string value of entity

setEntity

void setEntity(String value)
Sets the value of the entity element.
Parameters:
value - a string value of entity.

getState

State getState()
Gets the value of the state element.
Returns:
an instance of State

setState

void setState(State value)
Sets the value of the state element.
Parameters:
value - an instance of State

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.