Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.rls
Interface Entry

All Superinterfaces:
ResourceListData

public interface Entry
extends ResourceListData

Represents the entryType complex type.

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

 <complexType name="entryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="display_name" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<urn:ietf:params:xml:ns:resource-lists>display-nameType">
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute ref="{urn:ietf:params:xml:ns:copycontrol}copyControl"/>
       <attribute ref="{urn:ietf:params:xml:ns:copycontrol}anonymize"/>
       <attribute ref="{urn:ietf:params:xml:ns:copycontrol}count"/>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 

Method Summary
 CopyControl getCopyControl()
          Gets the value of the copyControl property.
 int getCount()
          Gets the value of the count property.
 String getName()
          Return the user name that represented by the Uri property.
 String getUri()
          Gets the value of the uri property.
 boolean isAnonymize()
          Gets the value of the anonymize property.
 void setAnonymize(Boolean value)
          Sets the value of the anonymize property.
 void setCopyControl(CopyControl value)
          Sets the value of the copyControl property.
 void setCount(int value)
          Sets the value of the count property.
 void setUri(String value)
          Sets the value of the uri property.

 

Methods inherited from interface com.oracle.sft.api.rls.ResourceListData
getDisplayName, getOtherAttributes, setDisplayName

 

Method Detail

getUri

String getUri()
Gets the value of the uri property.
Returns:
possible object is String

setUri

void setUri(String value)
Sets the value of the uri property.
Parameters:
value - allowed object is String

getName

String getName()
Return the user name that represented by the Uri property. If the getUri() returns a valid sip uri, for example sip:alice@example.com, this method will return alice@example.com. otherwise, the return value is the same as invoke getUri().
Returns:
String recipient name.

getCopyControl

CopyControl getCopyControl()
Gets the value of the copyControl property.
Returns:
CopyControl

setCopyControl

void setCopyControl(CopyControl value)
Sets the value of the copyControl property.
Parameters:
value - allowed object is String

isAnonymize

boolean isAnonymize()
Gets the value of the anonymize property.
Returns:
Boolean

setAnonymize

void setAnonymize(Boolean value)
Sets the value of the anonymize property.
Parameters:
value - allowed object is Boolean

getCount

int getCount()
Gets the value of the count property.
Returns:
count number

setCount

void setCount(int value)
Sets the value of the count property.
Parameters:
value -

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.