public class Vacation extends Object
Java class for vacation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="vacation"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="end" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="resourceid" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected LocalDateTime |
end |
protected Integer |
resourceid |
protected LocalDateTime |
start |
protected String |
value |
Constructor and Description |
---|
Vacation() |
Modifier and Type | Method and Description |
---|---|
LocalDateTime |
getEnd()
Gets the value of the end property.
|
Integer |
getResourceid()
Gets the value of the resourceid property.
|
LocalDateTime |
getStart()
Gets the value of the start property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setEnd(LocalDateTime value)
Sets the value of the end property.
|
void |
setResourceid(Integer value)
Sets the value of the resourceid property.
|
void |
setStart(LocalDateTime value)
Sets the value of the start property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected LocalDateTime start
protected LocalDateTime end
protected Integer resourceid
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public LocalDateTime getStart()
String
public void setStart(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getEnd()
String
public void setEnd(LocalDateTime value)
value
- allowed object is
String
public Integer getResourceid()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.