Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.rls
Interface ResourceLists


public interface ResourceLists

Represents the 'resource-lists' defined in the specifications: RFC 4826 - XML Formats for Representing Resource Lists & RFC 5364 - XML Format Extension for Representing Copy Control Attributes in Resource Lists

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element name="list" type="{urn:ietf:params:xml:ns:resource-lists}listType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Method Summary
 List<ResourceList> getResourceList()
          Gets the data of the ResourceLists.
 String toString()
          Convert the ResourceLists object to XML string.

 

Method Detail

getResourceList

List<ResourceList> getResourceList()
Gets the data of the ResourceLists.

This accessor method returns a reference to the live list, not a snapshot.

For example, to add a new item, do as follows:

 getResourceList().add(newItem);
 
Returns:
An instance of List, the elements inside it are instance of ResourceListData

toString

String toString()
Convert the ResourceLists object to XML string.
Overrides:
toString in class Object
Returns:
String the ResourceLists content in XML format.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.