public class Daysadjustment 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">
<sequence>
<element ref="{urn:ru:ilb:meta:common:daysadjustment}weekend" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:ru:ilb:meta:common:daysadjustment}holiday" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:ru:ilb:meta:common:daysadjustment}unwantedday" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Holiday> |
holiday |
protected List<Unwantedday> |
unwantedday |
protected List<Weekend> |
weekend |
| Constructor and Description |
|---|
Daysadjustment() |
| Modifier and Type | Method and Description |
|---|---|
List<Holiday> |
getHoliday()
праздники Gets the value of the holiday property.
|
List<Unwantedday> |
getUnwantedday()
нежелательные даты платежей Gets the value of the unwantedday property.
|
List<Weekend> |
getWeekend()
выходные Gets the value of the weekend property.
|
void |
setHoliday(List<Holiday> value) |
void |
setUnwantedday(List<Unwantedday> value) |
void |
setWeekend(List<Weekend> value) |
Daysadjustment |
withHoliday(Collection<Holiday> values) |
Daysadjustment |
withHoliday(Holiday... values) |
Daysadjustment |
withHoliday(List<Holiday> value) |
Daysadjustment |
withUnwantedday(Collection<Unwantedday> values) |
Daysadjustment |
withUnwantedday(List<Unwantedday> value) |
Daysadjustment |
withUnwantedday(Unwantedday... values) |
Daysadjustment |
withWeekend(Collection<Weekend> values) |
Daysadjustment |
withWeekend(List<Weekend> value) |
Daysadjustment |
withWeekend(Weekend... values) |
protected List<Unwantedday> unwantedday
public List<Weekend> getWeekend()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the weekend property.
For example, to add a new item, do as follows:
getWeekend().add(newItem);
Objects of the following type(s) are allowed in the list
Weekend
public List<Holiday> getHoliday()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the holiday property.
For example, to add a new item, do as follows:
getHoliday().add(newItem);
Objects of the following type(s) are allowed in the list
Holiday
public List<Unwantedday> getUnwantedday()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the unwantedday property.
For example, to add a new item, do as follows:
getUnwantedday().add(newItem);
Objects of the following type(s) are allowed in the list
Unwantedday
public void setUnwantedday(List<Unwantedday> value)
public Daysadjustment withWeekend(Weekend... values)
public Daysadjustment withWeekend(Collection<Weekend> values)
public Daysadjustment withHoliday(Holiday... values)
public Daysadjustment withHoliday(Collection<Holiday> values)
public Daysadjustment withUnwantedday(Unwantedday... values)
public Daysadjustment withUnwantedday(Collection<Unwantedday> values)
public Daysadjustment withWeekend(List<Weekend> value)
public Daysadjustment withHoliday(List<Holiday> value)
public Daysadjustment withUnwantedday(List<Unwantedday> value)
Copyright © 2020. All rights reserved.