Interface XSDateTime

  • All Superinterfaces:
    XMLObject
    All Known Implementing Classes:
    XSDateTimeImpl

    public interface XSDateTime
    extends XMLObject
    XMLObject that represents an XML Schema dateTime.
    • Method Detail

      • getValue

        @Nullable
        Instant getValue()
        Gets the dateTime value.
        Returns:
        the dateTime value
      • setValue

        void setValue​(@Nullable
                      Instant newValue)
        Sets the dateTime value.
        Parameters:
        newValue - the dateTime value