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()
Stringpublic void setStart(LocalTime value)
value - allowed object is
Stringpublic LocalTime getFinish()
StringCopyright © 2000–2025 MPXJ. All rights reserved.