Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.conferenceinfo
Interface ConferenceMedium


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

getDisplayText

String getDisplayText()
Gets the value of the displayText element.
Returns:
a string value represents the dispaly text.

setDisplayText

void setDisplayText(String value)
Sets the value of the displayText element.
Parameters:
value - a string value represents the dispaly text.

getType

String getType()
Gets the value of the type element.
Returns:
a string value represents the type.

setType

void setType(String value)
Sets the value of the type element.
Parameters:
value - a string value represents the type.

getStatus

MediaStatus getStatus()
Gets the value of the MediaStatus element.
Returns:
an instance of MediaStatus

setStatus

void setStatus(MediaStatus value)
Sets the value of the MediaStatus element.
Parameters:
value - an instance of MediaStatus

getLabel

String getLabel()
Gets the value of the label attribute.
Returns:
the label.

setLabel

void setLabel(String value)
Sets the value of the label attribute.
Parameters:
value - label

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.