public class TimeTable extends Object
Java class for TimeTable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeTable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rules">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rule" type="{http://www.qbp-simulator.com/Schema201212}TimeTableRule" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="holidaysId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeTable.Rules
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_default |
protected String |
holidaysId |
protected String |
id |
protected String |
name |
protected TimeTable.Rules |
rules |
| Constructor and Description |
|---|
TimeTable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHolidaysId()
Gets the value of the holidaysId property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
TimeTable.Rules |
getRules()
Gets the value of the rules property.
|
Boolean |
isDefault()
Gets the value of the default property.
|
void |
setDefault(Boolean value)
Sets the value of the default property.
|
void |
setHolidaysId(String value)
Sets the value of the holidaysId property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRules(TimeTable.Rules value)
Sets the value of the rules property.
|
protected TimeTable.Rules rules
protected String id
protected Boolean _default
protected String name
protected String holidaysId
public TimeTable.Rules getRules()
TimeTable.Rulespublic void setRules(TimeTable.Rules value)
value - allowed object is
TimeTable.Rulespublic void setId(String value)
value - allowed object is
Stringpublic Boolean isDefault()
Booleanpublic void setDefault(Boolean value)
value - allowed object is
Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getHolidaysId()
StringCopyright © 2020 Pivotal Software, Inc.. All rights reserved.