public class WorkTimeType extends Object
Java class for WorkTimeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkTimeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Start" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}time"> <pattern value="\d{2}:[03]0:00"/> </restriction> </simpleType> </element> <element name="Finish" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}time"> <pattern value="\d{2}:[25]9:00"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected LocalTime |
finish |
protected LocalTime |
start |
Constructor and Description |
---|
WorkTimeType() |
Modifier and Type | Method and Description |
---|---|
LocalTime |
getFinish()
Gets the value of the finish property.
|
LocalTime |
getStart()
Gets the value of the start property.
|
void |
setFinish(LocalTime value)
Sets the value of the finish property.
|
void |
setStart(LocalTime value)
Sets the value of the start property.
|
public LocalTime getStart()
String
public void setStart(LocalTime value)
value
- allowed object is
String
public LocalTime getFinish()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.