public static class Gantt.DateHeader.Reference 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="value" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="Day0" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Week0" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Month0" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Year0" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
day0 |
protected String |
month0 |
protected LocalDate |
value |
protected String |
week0 |
protected String |
year0 |
Constructor and Description |
---|
Reference() |
Modifier and Type | Method and Description |
---|---|
String |
getDay0()
Gets the value of the day0 property.
|
String |
getMonth0()
Gets the value of the month0 property.
|
LocalDate |
getValue()
Gets the value of the value property.
|
String |
getWeek0()
Gets the value of the week0 property.
|
String |
getYear0()
Gets the value of the year0 property.
|
void |
setDay0(String value)
Sets the value of the day0 property.
|
void |
setMonth0(String value)
Sets the value of the month0 property.
|
void |
setValue(LocalDate value)
Sets the value of the value property.
|
void |
setWeek0(String value)
Sets the value of the week0 property.
|
void |
setYear0(String value)
Sets the value of the year0 property.
|
protected LocalDate value
protected String day0
protected String week0
protected String month0
protected String year0
public LocalDate getValue()
String
public void setValue(LocalDate value)
value
- allowed object is
String
public String getDay0()
String
public void setDay0(String value)
value
- allowed object is
String
public String getWeek0()
String
public void setWeek0(String value)
value
- allowed object is
String
public String getMonth0()
String
public void setMonth0(String value)
value
- allowed object is
String
public String getYear0()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.