public class DayTypes extends Object
Java class for day-types complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="day-types"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="day-type" type="{}day-type" maxOccurs="unbounded" minOccurs="0"/> <element name="default-week" type="{}default-week"/> <element name="only-show-weekends" type="{}only-show-weekends"/> <element name="overriden-day-types" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="days" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
days |
protected List<DayType> |
dayType |
protected DefaultWeek |
defaultWeek |
protected OnlyShowWeekends |
onlyShowWeekends |
protected String |
overridenDayTypes |
Constructor and Description |
---|
DayTypes() |
Modifier and Type | Method and Description |
---|---|
String |
getDays()
Gets the value of the days property.
|
List<DayType> |
getDayType()
Gets the value of the dayType property.
|
DefaultWeek |
getDefaultWeek()
Gets the value of the defaultWeek property.
|
OnlyShowWeekends |
getOnlyShowWeekends()
Gets the value of the onlyShowWeekends property.
|
String |
getOverridenDayTypes()
Gets the value of the overridenDayTypes property.
|
void |
setDays(String value)
Sets the value of the days property.
|
void |
setDefaultWeek(DefaultWeek value)
Sets the value of the defaultWeek property.
|
void |
setOnlyShowWeekends(OnlyShowWeekends value)
Sets the value of the onlyShowWeekends property.
|
void |
setOverridenDayTypes(String value)
Sets the value of the overridenDayTypes property.
|
protected DefaultWeek defaultWeek
protected OnlyShowWeekends onlyShowWeekends
protected String overridenDayTypes
protected String days
public List<DayType> getDayType()
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 Jakarta XML Binding object.
This is why there is not a set
method for the dayType property.
For example, to add a new item, do as follows:
getDayType().add(newItem);
Objects of the following type(s) are allowed in the list
DayType
public DefaultWeek getDefaultWeek()
DefaultWeek
public void setDefaultWeek(DefaultWeek value)
value
- allowed object is
DefaultWeek
public OnlyShowWeekends getOnlyShowWeekends()
OnlyShowWeekends
public void setOnlyShowWeekends(OnlyShowWeekends value)
value
- allowed object is
OnlyShowWeekends
public String getOverridenDayTypes()
String
public void setOverridenDayTypes(String value)
value
- allowed object is
String
public String getDays()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.