Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.conferenceinfo
Interface ConferenceInfo


public interface ConferenceInfo

Represents the conference-info element that defined in RFC4575.

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

 <complexType name="conference_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="conference_description" type="{urn:ietf:params:xml:ns:conference-info}conference-description-type" minOccurs="0"/>
         <element name="host_info" type="{urn:ietf:params:xml:ns:conference-info}host-type" minOccurs="0"/>
         <element name="conference_state" type="{urn:ietf:params:xml:ns:conference-info}conference-state-type" minOccurs="0"/>
         <element name="users" type="{urn:ietf:params:xml:ns:conference-info}users-type" minOccurs="0"/>
         <element name="sidebars_by_ref" type="{urn:ietf:params:xml:ns:conference-info}uris-type" minOccurs="0"/>
         <element name="sidebars_by_val" type="{urn:ietf:params:xml:ns:conference-info}sidebars-by-val-type" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="entity" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="state" type="{urn:ietf:params:xml:ns:conference-info}state-type" default="full" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

Method Summary
 ConferenceInfo clone()
          Creates and returns a copy of ConferenceInfo.
 CallInfo createCallInfo()
          Create an instance of CallInfo
 ConferenceDescription createConferenceDescription()
          Create an instance of ConferenceDescription
 ConferenceMedia createConferenceMedia()
          Create an instance of ConferenceMedia
 ConferenceMedium createConferenceMedium()
          Create an instance of ConferenceMedium
 ConferenceState createConferenceState()
          Create an instance of ConferenceState
 Endpoint createEndpoint()
          Create an instance of Endpoint
 Execution createExecution()
          Create an instance of Execution
 HostInfo createHost()
          Create an instance of HostInfo
 Media createMedia()
          Create an instance of Media
 SipDialogId createSipDialogId()
          Create an instance of SipDialogId
 Uri createUri()
          Create an instance of Uri
 Uris createUris()
          Create an instance of Uris
 User createUser()
          Create an instance of User
 UserRoles createUserRoles()
          Create an instance of UserRoles
 Users createUsers()
          Create an instance of Users
 ConferenceDescription getConferenceDescription()
          Gets the value of the ConferenceDescription element.
 ConferenceState getConferenceState()
          Gets the value of the ConferenceState element.
 String getEntity()
          Gets the value of the entity attribute.
 HostInfo getHostInfo()
          Gets the value of the HostInfo element.
 State getState()
          Gets the value of the State attribute.
 Users getUsers()
          Gets the value of the Users element.
 void setConferenceDescription(ConferenceDescription value)
          Sets the value of the ConferenceDescription element.
 void setConferenceState(ConferenceState value)
          Sets the value of the ConferenceState element.
 void setEntity(String value)
          Sets the value of the entity attribute.
 void setHostInfo(HostInfo value)
          Sets the value of the HostInfo element.
 void setState(State value)
          Sets the value of the State attribute.
 void setUsers(Users value)
          Sets the value of the Users element.

 

Method Detail

getConferenceDescription

ConferenceDescription getConferenceDescription()
Gets the value of the ConferenceDescription element.
Returns:
an instance of ConferenceDescription

setConferenceDescription

void setConferenceDescription(ConferenceDescription value)
Sets the value of the ConferenceDescription element.
Parameters:
value - an instance of ConferenceDescription

getHostInfo

HostInfo getHostInfo()
Gets the value of the HostInfo element.
Returns:
an instance of HostInfo

setHostInfo

void setHostInfo(HostInfo value)
Sets the value of the HostInfo element.
Parameters:
value - an instance of HostInfo

getConferenceState

ConferenceState getConferenceState()
Gets the value of the ConferenceState element.
Returns:
an instance of ConferenceState

setConferenceState

void setConferenceState(ConferenceState value)
Sets the value of the ConferenceState element.
Parameters:
value - an instance of ConferenceState

getUsers

Users getUsers()
Gets the value of the Users element.
Returns:
an instance of Users

setUsers

void setUsers(Users value)
Sets the value of the Users element.
Parameters:
value - an instance of Users

getEntity

String getEntity()
Gets the value of the entity attribute.
Returns:
a string that represents the conference URI.

setEntity

void setEntity(String value)
Sets the value of the entity attribute.
Parameters:
value - a string that represents the conference URI.

getState

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

setState

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

createUsers

Users createUsers()
Create an instance of Users

createConferenceMedia

ConferenceMedia createConferenceMedia()
Create an instance of ConferenceMedia

createSipDialogId

SipDialogId createSipDialogId()
Create an instance of SipDialogId

createHost

HostInfo createHost()
Create an instance of HostInfo

createUserRoles

UserRoles createUserRoles()
Create an instance of UserRoles

createCallInfo

CallInfo createCallInfo()
Create an instance of CallInfo

createConferenceDescription

ConferenceDescription createConferenceDescription()
Create an instance of ConferenceDescription

createConferenceState

ConferenceState createConferenceState()
Create an instance of ConferenceState

createConferenceMedium

ConferenceMedium createConferenceMedium()
Create an instance of ConferenceMedium

createMedia

Media createMedia()
Create an instance of Media

createEndpoint

Endpoint createEndpoint()
Create an instance of Endpoint

createExecution

Execution createExecution()
Create an instance of Execution

createUri

Uri createUri()
Create an instance of Uri

createUser

User createUser()
Create an instance of User

createUris

Uris createUris()
Create an instance of Uris

clone

ConferenceInfo clone()
Creates and returns a copy of ConferenceInfo.
Returns:
a clone of ConferenceInfo instance.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.