LocalDate

open class LocalDate

Java class for LocalDate complex type

.

The following schema fragment specifies the expected content contained within this class.


<complexType name="LocalDate">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the date property.
Link copied to clipboard
open fun setDate(value: XMLGregorianCalendar)
Sets the value of the date property.