XCC/J 3.2-9

com.marklogic.xcc.types
Interface XSBoolean

All Superinterfaces:
XdmAtomic, XdmItem, XdmValue

public interface XSBoolean
extends XdmAtomic

XDM type: xs:boolean.


Method Summary
 Boolean asBoolean()
           
 boolean asPrimitiveBoolean()
           
 
Methods inherited from interface com.marklogic.xcc.types.XdmItem
asInputStream, asReader, getItemType, isCached, writeTo, writeTo
 
Methods inherited from interface com.marklogic.xcc.types.XdmValue
asString, getValueType
 

Method Detail

asBoolean

public Boolean asBoolean()
Returns:
The value of this item as a Boolean object.

asPrimitiveBoolean

public boolean asPrimitiveBoolean()
Returns:
The value of this item as a Java primitive boolean value.

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