|
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 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 |
|---|
String getDisplayText()
void setDisplayText(String value)
value - a string value represents the dispaly text.String getWebPage()
void setWebPage(String value)
value - a URI string represents the web page.Uris getUris()
void setUris(Uris value)
value - an instance of Uris.
|
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.