Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.conferenceinfo
Interface ConferenceDescription


public interface ConferenceDescription

Represents the conference-description element that defined in RFC4575.

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

 <complexType name="conference_description_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="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="free_text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="keywords" type="{urn:ietf:params:xml:ns:conference-info}keywords-type" minOccurs="0"/>
         <element name="conf_uris" type="{urn:ietf:params:xml:ns:conference-info}uris-type" minOccurs="0"/>
         <element name="service_uris" type="{urn:ietf:params:xml:ns:conference-info}uris-type" minOccurs="0"/>
         <element name="maximum_user_count" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
         <element name="available_media" type="{urn:ietf:params:xml:ns:conference-info}conference-media-type" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

Nested Class Summary
static class ConferenceDescription.ConfUriPurpose
          Represent the purpose element for the conf-uris.
static class ConferenceDescription.ServiceUriPurpose
          Represent the purpose element for the service-uris.

 

Method Summary
 ConferenceMedia getAvailableMedia()
          Gets the value of the ConferenceMedia element.
 Uris getConfUris()
          Gets the value of the conf-uris element.
 String getDisplayText()
          Gets the value of the displayText element.
 String getFreeText()
          Gets the value of the freeText element.
 List<String> getKeywords()
          Gets the value of the keywords element.
 Long getMaximumUserCount()
          Gets the value of the maximumUserCount element.
 Uris getServiceUris()
          Gets the value of the service-uris element.
 String getSubject()
          Gets the value of the subject element.
 void setAvailableMedia(ConferenceMedia value)
          Sets the value of the ConferenceMedia element.
 void setConfUris(Uris value)
          Sets the value of the conf-uris element.
 void setDisplayText(String value)
          Sets the value of the displayText element.
 void setFreeText(String value)
          Sets the value of the freeText element.
 void setMaximumUserCount(long value)
          Sets the value of the maximumUserCount element.
 void setServiceUris(Uris value)
          Sets the value of the service-uris element.
 void setSubject(String value)
          Sets the value of the subject 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.

getSubject

String getSubject()
Gets the value of the subject element.
Returns:
a string value represents the subject.

setSubject

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

getFreeText

String getFreeText()
Gets the value of the freeText element.
Returns:
a string value represents any other free text.

setFreeText

void setFreeText(String value)
Sets the value of the freeText element.
Parameters:
value - a string value represents any other free text.

getKeywords

List<String> getKeywords()
Gets the value of the keywords element.
Returns:
a list of keywords.

getConfUris

Uris getConfUris()
Gets the value of the conf-uris element.
Returns:
an instance of Uris

setConfUris

void setConfUris(Uris value)
Sets the value of the conf-uris element.
Parameters:
value - an instance of Uris

getServiceUris

Uris getServiceUris()
Gets the value of the service-uris element.
Returns:
an instance of Uris

setServiceUris

void setServiceUris(Uris value)
Sets the value of the service-uris element.
Parameters:
value - an instance of Uris

getMaximumUserCount

Long getMaximumUserCount()
Gets the value of the maximumUserCount element.
Returns:
the maxinum user count.

setMaximumUserCount

void setMaximumUserCount(long value)
Sets the value of the maximumUserCount element.
Parameters:
value - the maxinum user count.

getAvailableMedia

ConferenceMedia getAvailableMedia()
Gets the value of the ConferenceMedia element.
Returns:
an instance of ConferenceMedia

setAvailableMedia

void setAvailableMedia(ConferenceMedia value)
Sets the value of the ConferenceMedia element.
Parameters:
value - an instance of ConferenceMedia

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.