|
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 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 |
|---|
ConferenceDescription getConferenceDescription()
ConferenceDescription element.ConferenceDescriptionvoid setConferenceDescription(ConferenceDescription value)
ConferenceDescription element.value - an instance of ConferenceDescriptionHostInfo getHostInfo()
HostInfo element.HostInfovoid setHostInfo(HostInfo value)
HostInfo element.value - an instance of HostInfoConferenceState getConferenceState()
ConferenceState element.ConferenceStatevoid setConferenceState(ConferenceState value)
ConferenceState element.value - an instance of ConferenceStateUsers getUsers()
Users element.Usersvoid setUsers(Users value)
Users element.value - an instance of UsersString getEntity()
void setEntity(String value)
value - a string that represents the conference URI.State getState()
State attribute.Statevoid setState(State value)
State attribute.value - an instance of StateUsers createUsers()
UsersConferenceMedia createConferenceMedia()
ConferenceMediaSipDialogId createSipDialogId()
SipDialogIdHostInfo createHost()
HostInfoUserRoles createUserRoles()
UserRolesCallInfo createCallInfo()
CallInfoConferenceDescription createConferenceDescription()
ConferenceDescriptionConferenceState createConferenceState()
ConferenceStateConferenceMedium createConferenceMedium()
ConferenceMediumMedia createMedia()
MediaEndpoint createEndpoint()
EndpointExecution createExecution()
ExecutionUri createUri()
UriUser createUser()
UserUris createUris()
UrisConferenceInfo clone()
ConferenceInfo.ConferenceInfo instance.
|
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.