Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client
Interface XcapElement

All Superinterfaces:
XcapResource
All Known Subinterfaces:
Action, ActionCapabilities, Actions, Allow, Anonymous, BarringServiceCapability, Busy, CommunicationDiversion, CommunicationDiverted, CommunicationWaiting, Condition, ConditionCapabilities, Conditions, Directory, DirectoryEntry, DirectoryFolder, DiversionServiceCapability, Empty, EmptyElementType, Entry, Except, Extensions, ExternalList, ForwardTo, From, Identity, IncomingCommunicationBarring, International, InternationalExceptHome, Many, Media, NoAnswer, NotReachable, NotRegistered, One, OriginatingIdentityPresentation, OriginatingIdentityPresentationRestriction, OtherIdentity, OutgoingCommunicationBarring, PresenceStatus, ProvisionedTargetType, ProvisionedType, Roaming, Rule, RuleDeactivated, RuleSet, ServiceCapability, SimServs, SimservType, Sphere, SupportedMediaType, SuppServiceElement, TerminatingIdentityPresentation, TerminatingIdentityPresentationRestriction, Transformations, Until, Validity

public interface XcapElement
extends XcapResource

Represents an XCAP element.


Method Summary
 XcapDocument getDocument()
          Provides the document this element is used in.
 String getNamespace()
          Provides the namespace the elements belongs to.
 String getNodeSelector()
          Provides the node selector of this element.
 XcapElement getParent()
          Provides the parent element.

 

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

 

Method Detail

getParent

XcapElement getParent()
Provides the parent element.
Returns:
the parent element to which this element belongs. In case this is the root element, null is returned.

getDocument

XcapDocument getDocument()
Provides the document this element is used in.
Returns:
the XCAP document to which this element belongs. The value null is never returned.

getNodeSelector

String getNodeSelector()
Provides the node selector of this element.
Returns:
the element selector of this element.

getNamespace

String getNamespace()
Provides the namespace the elements belongs to.
Returns:
namespace of the element.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.