XCC/J 6.0-3

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

XName getName()
The name of this variable.

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

getValue

XdmValue getValue()
The value of this variable.

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

XCC/J 6.0-3

Copyright © 2013 MarkLogic Corporation. All Rights Reserved.

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