Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.conferenceinfo
Interface ConferenceMedia


public interface ConferenceMedia

Represents the conference-media element that defined in RFC4575.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="conference_media_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entry" type="{urn:ietf:params:xml:ns:conference-info}conference-medium-type" maxOccurs="unbounded"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

Method Summary
 List<ConferenceMedium> getEntry()
          Gets the value of the entry element.

 

Method Detail

getEntry

List<ConferenceMedium> getEntry()
Gets the value of the entry element.
Returns:
a list of ConferenceMedium

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.