|
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 ConferenceState
Represents the conference-state element that defined in RFC4575.
The following schema fragment specifies the expected content contained within this class.
<complexType name="conference_state_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="user_count" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
long |
getUserCount()Gets the value of the userCount element. |
boolean |
isActive()Gets the value of the active element. |
boolean |
isLocked()Gets the value of the locked element. |
void |
setActive(boolean value)Sets the value of the active element. |
void |
setLocked(boolean value)Sets the value of the locked element. |
void |
setUserCount(long value)Sets the value of the userCount element. |
| Method Detail |
|---|
long getUserCount()
void setUserCount(long value)
value - the user countboolean isActive()
void setActive(boolean value)
value - true or false.boolean isLocked()
void setLocked(boolean value)
value - true or false.
|
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.