Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.conferenceinfo
Interface Uri


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

getUri

String getUri()
Gets the value of the uri element.
Returns:
the uri.

setUri

void setUri(String value)
Sets the value of the uri element.
Parameters:
value - the uri.

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.

getPurpose

String getPurpose()
Gets the value of the purpose element.
Returns:
a string reprsent the Uri purpose.

setPurpose

void setPurpose(String value)
Sets the value of the purpose element.
Parameters:
value - a string reprsent the Uri purpose.

getModified

Execution getModified()
Gets the value of the modified element.
Returns:
an instance of Execution

setModified

void setModified(Execution value)
Sets the value of the modified element.
Parameters:
value - an instance of Execution

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.