Class XMLCalendar.Delegate

    • Constructor Detail

      • Delegate

        public Delegate​(javax.xml.datatype.XMLGregorianCalendar xc)
    • Method Detail

      • getEon

        public java.math.BigInteger getEon()
        Description copied from interface: XMLCalendar
        Returns the high order component for XML Schema 1.0 dateTime datatype field for year. Should always be null for inlined values
        Specified by:
        getEon in interface XMLCalendar
        Returns:
        Null if this optional part of the year field is not defined.
        See Also:
        XMLGregorianCalendar
      • compare

        public int compare​(XMLCalendar other)
        Specified by:
        compare in interface XMLCalendar
        See Also:
        XMLGregorianCalendar.compare(XMLGregorianCalendar)
      • unwrap

        public javax.xml.datatype.XMLGregorianCalendar unwrap()
        Description copied from interface: XMLCalendar
        Get underlying calendar object. Might be created lazily.
        Specified by:
        unwrap in interface XMLCalendar
        Returns: