Interface AttributedDateTime

    • Field Detail

      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getDateTime

        Instant getDateTime()
        Returns the Instant content or attribute value.
        Returns:
        the Instant object.
      • setDateTime

        void setDateTime​(Instant dateTime)
        Sets the Instant content or attribute value.
        Parameters:
        dateTime - the Instant object to set.