|
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 ConferenceMedium
Represents the conference-medium-type complex type that defined in RFC4575.
The following schema fragment specifies the expected content contained within this class.
<complexType name="conference_medium_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="display_text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{urn:ietf:params:xml:ns:conference-info}media-status-type" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getDisplayText()Gets the value of the displayText element. |
String |
getLabel()Gets the value of the label attribute. |
MediaStatus |
getStatus()Gets the value of the MediaStatus element. |
String |
getType()Gets the value of the type element. |
void |
setDisplayText(String value)Sets the value of the displayText element. |
void |
setLabel(String value)Sets the value of the label attribute. |
void |
setStatus(MediaStatus value)Sets the value of the MediaStatus element. |
void |
setType(String value)Sets the value of the type element. |
| Method Detail |
|---|
String getDisplayText()
void setDisplayText(String value)
value - a string value represents the dispaly text.String getType()
void setType(String value)
value - a string value represents the type.MediaStatus getStatus()
MediaStatus element.MediaStatusvoid setStatus(MediaStatus value)
MediaStatus element.value - an instance of MediaStatusString getLabel()
void setLabel(String value)
value - label
|
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.