public class Holiday extends Object
Java class for Holiday complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Holiday">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="date" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
date |
| Constructor and Description |
|---|
Holiday() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
protected XMLGregorianCalendar date
public XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2020 Pivotal Software, Inc.. All rights reserved.