Interface XSDateTime

All Superinterfaces:
XMLObject
All Known Implementing Classes:
XSDateTimeImpl

public interface XSDateTime extends XMLObject
XMLObject that represents an XML Schema dateTime.
  • Field Details

    • TYPE_LOCAL_NAME

      @Nonnull @NotEmpty static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      @Nonnull static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • 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