XCC/J 3.2-9

com.marklogic.xcc.types
Interface XdmVariable


public interface XdmVariable

A named XDM variable (an XName / XdmValue pair).


Method Summary
 XName getName()
          The name of this variable.
 XdmValue getValue()
          The value of this variable.
 

Method Detail

getName

public XName getName()
The name of this variable.

Returns:
The XName instance that represents the name of this value.

getValue

public XdmValue getValue()
The value of this variable.

Returns:
The XdmValue instance that represents the value of this variable.

XCC/J 3.2-9

Copyright © 2003-2008 Mark Logic Corporation, All Rights Reserved.

Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com