Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client
Interface Attributable

All Known Subinterfaces:
BarringServiceCapability, CommunicationDiversion, CommunicationWaiting, DiversionServiceCapability, Entry, Except, IncomingCommunicationBarring, Many, One, OriginatingIdentityPresentation, OriginatingIdentityPresentationRestriction, OutgoingCommunicationBarring, ProvisionedType, Rule, ServiceCapability, SimservType, Sphere, TerminatingIdentityPresentation, TerminatingIdentityPresentationRestriction

public interface Attributable

Denote that an element have attributes. These elements can be used as a by-attr step in node selector.


Method Summary
 void deleteByAttrName()
          Delete the by-attr name so that no attribute is used as predicate.
 String getByAttrName()
          Get name of the attribute which is used as predicate.
 void setByAttrName(String attrName)
          Set name of the attribute which is used as predicate.

 

Method Detail

setByAttrName

void setByAttrName(String attrName)
Set name of the attribute which is used as predicate.
Parameters:
attrName - name of the attribute.

getByAttrName

String getByAttrName()
Get name of the attribute which is used as predicate.
Returns:
name of the attribute, null if no attribute is used as predicate.

deleteByAttrName

void deleteByAttrName()
Delete the by-attr name so that no attribute is used as predicate.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.