public class Holiday extends Object implements Serializable
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="rfc3339_value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="date_value" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GregorianCalendar |
dateValue
Одна дата
|
protected String |
rfc3339Value
Строка в формате rfc3339 (т.о. можно задать массив дат)
|
| Constructor and Description |
|---|
Holiday() |
| Modifier and Type | Method and Description |
|---|---|
GregorianCalendar |
getDateValue()
Gets the value of the dateValue property.
|
String |
getRfc3339Value()
Gets the value of the rfc3339Value property.
|
void |
setDateValue(GregorianCalendar value)
Sets the value of the dateValue property.
|
void |
setRfc3339Value(String value)
Sets the value of the rfc3339Value property.
|
Holiday |
withDateValue(GregorianCalendar value) |
Holiday |
withRfc3339Value(String value) |
protected String rfc3339Value
protected GregorianCalendar dateValue
public String getRfc3339Value()
Строка в формате rfc3339 (т.о. можно задать массив дат)
Stringpublic void setRfc3339Value(String value)
value - allowed object is
StringgetRfc3339Value()public GregorianCalendar getDateValue()
Одна дата
Stringpublic void setDateValue(GregorianCalendar value)
value - allowed object is
StringgetDateValue()public Holiday withDateValue(GregorianCalendar value)
Copyright © 2020. All rights reserved.