org.ucl.xpath.types
Class XSDuration

java.lang.Object
  extended byorg.ucl.xpath.types.AnyType
      extended byorg.ucl.xpath.types.AnySimpleType
          extended byorg.ucl.xpath.types.AnyAtomicType
              extended byorg.ucl.xpath.types.CtrType
                  extended byorg.ucl.xpath.types.XSDuration
Direct Known Subclasses:
XDTDayTimeDuration, XDTYearMonthDuration

public abstract class XSDuration
extends CtrType

Common base for every time duration class


Constructor Summary
XSDuration()
           
 
Methods inherited from class org.ucl.xpath.types.CtrType
constructor, type_name
 
Methods inherited from class org.ucl.xpath.types.AnyType
string_type, string_value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDuration

public XSDuration()