com.marklogic.xcc.types
Interface XdmDuration
- All Known Implementing Classes:
- Duration
public interface XdmDuration
A Java representation of xs:duration.
isPositive
boolean isPositive()
isNegative
boolean isNegative()
getYears
int getYears()
getMonths
int getMonths()
getDays
int getDays()
getHours
int getHours()
getMinutes
int getMinutes()
getWholeSeconds
long getWholeSeconds()
getSeconds
BigDecimal getSeconds()
Copyright © 2003-2011 MarkLogic Corporation, All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com