public class Calendar extends Object
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="{}default-week"/> <element ref="{}overridden-day-types" minOccurs="0"/> <element ref="{}days" minOccurs="0"/> <element ref="{}calendar" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Calendar> |
calendar |
protected Days |
days |
protected DefaultWeek |
defaultWeek |
protected String |
id |
protected String |
name |
protected OverriddenDayTypes |
overriddenDayTypes |
Constructor and Description |
---|
Calendar() |
Modifier and Type | Method and Description |
---|---|
List<Calendar> |
getCalendar()
Gets the value of the calendar property.
|
Days |
getDays()
Gets the value of the days property.
|
DefaultWeek |
getDefaultWeek()
Gets the value of the defaultWeek property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
OverriddenDayTypes |
getOverriddenDayTypes()
Gets the value of the overriddenDayTypes property.
|
void |
setDays(Days value)
Sets the value of the days property.
|
void |
setDefaultWeek(DefaultWeek value)
Sets the value of the defaultWeek property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOverriddenDayTypes(OverriddenDayTypes value)
Sets the value of the overriddenDayTypes property.
|
protected DefaultWeek defaultWeek
protected OverriddenDayTypes overriddenDayTypes
protected Days days
protected String name
protected String id
public DefaultWeek getDefaultWeek()
DefaultWeek
public void setDefaultWeek(DefaultWeek value)
value
- allowed object is
DefaultWeek
public OverriddenDayTypes getOverriddenDayTypes()
OverriddenDayTypes
public void setOverriddenDayTypes(OverriddenDayTypes value)
value
- allowed object is
OverriddenDayTypes
public void setDays(Days value)
value
- allowed object is
Days
public List<Calendar> getCalendar()
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 calendar property.
For example, to add a new item, do as follows:
getCalendar().add(newItem);
Objects of the following type(s) are allowed in the list
Calendar
public String getName()
String
public void setName(String value)
value
- allowed object is
String
Copyright © 2000–2024 Packwood Software. All rights reserved.