|
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 Uris
Represents the uris-type complex type that defined in RFC4575.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uris_type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="entry" type="{urn:ietf:params:xml:ns:conference-info}uri-type" maxOccurs="unbounded"/> </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 | |
---|---|
List<Uri> |
getEntry() Gets the value of the entry element. |
State |
getState() Gets the value of the state element. |
void |
setState(State value) Sets the value of the state element. |
Method Detail |
---|
List<Uri> getEntry()
State getState()
State
void 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.