public class Vacations extends Object
Java class for vacations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="vacations">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vacation" type="{}vacation"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Vacations() |
| Modifier and Type | Method and Description |
|---|---|
Vacation |
getVacation()
Gets the value of the vacation property.
|
void |
setVacation(Vacation value)
Sets the value of the vacation property.
|
protected Vacation vacation
Copyright © 2000–2025 MPXJ. All rights reserved.