Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client.simservs.element
Interface Entry

All Superinterfaces:
Attributable, XcapElement, XcapResource

public interface Entry
extends XcapElement, Attributable

Provides reference to an external list. More particular: a node URI of a list element in a resource lists document. http://164.48.48.58:8088/services/resource-lists/users/sip:bob@werkplaats.de/fr.xml/~~/resource-lists/lists%5b@name=%22friends%22%5d This is a OMA extension with namespace urn:oma:xml:xdm:common-policy.


Method Summary
 String getAnc()
          Provides the node URI of the external list this entry referes to.
 Map<QName,String> getOtherAttributes()
          GetOtherAttributes.
 void setAnc(String anAnc)
          Registers the node URI of the external list this entry refers to.
 void setOtherAttributes(Map<QName,String> otherAttributes)
          Set other attributes.

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapElement
getDocument, getNamespace, getNodeSelector, getParent

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapResource
getContent, getContentType, getUrl, setContent

 

Methods inherited from interface com.oracle.sft.xcap.client.Attributable
deleteByAttrName, getByAttrName, setByAttrName

 

Method Detail

getAnc

String getAnc()
Provides the node URI of the external list this entry referes to.
Returns:
node URI of the external list this entry refers to.

setAnc

void setAnc(String anAnc)
Registers the node URI of the external list this entry refers to.
Parameters:
anAnc - node URI of the external list this entry refers to.

getOtherAttributes

Map<QName,String> getOtherAttributes()
GetOtherAttributes.
Returns:
Map<QName, String>

setOtherAttributes

void setOtherAttributes(Map<QName,String> otherAttributes)
Set other attributes.
Parameters:
otherAttributes -

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.