Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client
Interface XcapAttribute

All Superinterfaces:
XcapResource
All Known Subinterfaces:
DirectoryUri

public interface XcapAttribute
extends XcapResource

Represents an XCAP attribute.


Method Summary
 String getAttributeSelector()
          Get attribute selector.
 String getAttributeTester()
          Get attribute tester.
 String getName()
          Get name.
 Object getObjectValue()
          Get value as an object.
 XcapElement getParent()
          Get parent
 String getValue()
          Get value.
 void setValue(String value)
          Sets the attribute value.

 

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

 

Method Detail

getParent

XcapElement getParent()
Get parent
Returns:
The XCAP element to which this attribute belongs.

getName

String getName()
Get name.
Returns:
The attribute name.

getValue

String getValue()
Get value.
Returns:
The attribute value as a string.

getObjectValue

Object getObjectValue()
Get value as an object.
Returns:
The attribute value as an object.

setValue

void setValue(String value)
Sets the attribute value.
Parameters:
value - the value to be set.

getAttributeSelector

String getAttributeSelector()
Get attribute selector.
Returns:
attribute selector of this attribute.

getAttributeTester

String getAttributeTester()
Get attribute tester.
Returns:
attribute test string of this attribute.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.