Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.conferenceinfo
Interface HostInfo


public interface HostInfo

Represents the host-info element that defined in RFC4575.

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

 <complexType name="host_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="web_page" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="uris" type="{urn:ietf:params:xml:ns:conference-info}uris-type" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

Method Summary
 String getDisplayText()
          Gets the value of the displayText element.
 Uris getUris()
          Gets the value of the uris element.
 String getWebPage()
          Gets the value of the webPage element.
 void setDisplayText(String value)
          Sets the value of the displayText element.
 void setUris(Uris value)
          Sets the value of the uris element.
 void setWebPage(String value)
          Sets the value of the webPage 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.

getWebPage

String getWebPage()
Gets the value of the webPage element.
Returns:
a URI string represents the web page.

setWebPage

void setWebPage(String value)
Sets the value of the webPage element.
Parameters:
value - a URI string represents the web page.

getUris

Uris getUris()
Gets the value of the uris element.
Returns:
the uris of the host.

setUris

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

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.