|
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 Uri
Represents the uri-type complex type that defined in RFC4575.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uri_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="display_text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="purpose" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="modified" type="{urn:ietf:params:xml:ns:conference-info}execution-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. |
Execution |
getModified()Gets the value of the modified element. |
String |
getPurpose()Gets the value of the purpose element. |
String |
getUri()Gets the value of the uri element. |
void |
setDisplayText(String value)Sets the value of the displayText element. |
void |
setModified(Execution value)Sets the value of the modified element. |
void |
setPurpose(String value)Sets the value of the purpose element. |
void |
setUri(String value)Sets the value of the uri element. |
| Method Detail |
|---|
String getUri()
void setUri(String value)
value - the uri.String getDisplayText()
void setDisplayText(String value)
value - a string value represents the dispaly text.String getPurpose()
void setPurpose(String value)
value - a string reprsent the Uri purpose.Execution getModified()
Executionvoid setModified(Execution value)
value - an instance of Execution
|
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.