/* (non-Javadoc)
  * @see org.apache.xerces.xs.datatypes.XSDateTime#getDuration()
  */
 public Duration getDuration() {
   return type.getDuration(this);
 }