LocalTime

open class LocalTime

Java class for LocalTime complex type

.

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


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

Constructors

Link copied to clipboard
constructor()

Functions

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