|
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 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.ConfUriPurposeRepresent the purpose element for the conf-uris. |
static class |
ConferenceDescription.ServiceUriPurposeRepresent 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 |
|---|
String getDisplayText()
void setDisplayText(String value)
value - a string value represents the dispaly text.String getSubject()
void setSubject(String value)
value - a string value represents the subject.String getFreeText()
void setFreeText(String value)
value - a string value represents any other free text.List<String> getKeywords()
Uris getConfUris()
Urisvoid setConfUris(Uris value)
value - an instance of UrisUris getServiceUris()
Urisvoid setServiceUris(Uris value)
value - an instance of UrisLong getMaximumUserCount()
void setMaximumUserCount(long value)
value - the maxinum user count.ConferenceMedia getAvailableMedia()
ConferenceMedia element.ConferenceMediavoid setAvailableMedia(ConferenceMedia value)
ConferenceMedia element.value - an instance of ConferenceMedia
|
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.