public static class Gantt.Holidays.Holiday extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Date" type="{http://www.w3.org/2001/XMLSchema}date" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
content |
protected LocalDate |
date |
Constructor and Description |
---|
Holiday() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets the value of the content property.
|
LocalDate |
getDate()
Gets the value of the date property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setDate(LocalDate value)
Sets the value of the date property.
|
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public LocalDate getDate()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.