Interface AttributedDateTime

All Superinterfaces:
AttributeExtensibleXMLObject, IdBearing, WSSecurityObject, XMLObject, XSString
All Known Subinterfaces:
Created, Expires
All Known Implementing Classes:
AttributedDateTimeImpl, CreatedImpl, ExpiresImpl

public interface AttributedDateTime
extends XSString, IdBearing, AttributeExtensibleXMLObject, WSSecurityObject
Interface for elements of complex type AttributedDateTime.
  • Field Details

    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
      Constant Field Values
    • TYPE_NAME

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

    • 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.