|
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 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 |
---|
List<ResourceList> getResourceList()
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);
ResourceListData
String toString()
toString
in class Object
ResourceLists
content in XML format.
|
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.