|
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 Users
Represents the users element that defined in RFC4575.
The following schema fragment specifies the expected content contained within this class.
<complexType name="users_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="user" type="{urn:ietf:params:xml:ns:conference-info}user-type" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<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 | |
|---|---|
State |
getState()Gets the value of the state element. |
List<User> |
getUserList()Gets the users list. |
void |
setState(State value)Sets the value of the state element. |
| Method Detail |
|---|
List<User> getUserList()
UserState getState()
Statevoid 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.