public class DefaultWeek extends Object
Java class for default-week complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="default-week">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sun" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="mon" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="tue" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="wed" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="thu" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="fri" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="sat" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
fri |
protected Integer |
id |
protected Integer |
mon |
protected String |
name |
protected Integer |
sat |
protected Integer |
sun |
protected Integer |
thu |
protected Integer |
tue |
protected String |
value |
protected Integer |
wed |
| Constructor and Description |
|---|
DefaultWeek() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFri()
Gets the value of the fri property.
|
Integer |
getId()
Gets the value of the id property.
|
Integer |
getMon()
Gets the value of the mon property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getSat()
Gets the value of the sat property.
|
Integer |
getSun()
Gets the value of the sun property.
|
Integer |
getThu()
Gets the value of the thu property.
|
Integer |
getTue()
Gets the value of the tue property.
|
String |
getValue()
Gets the value of the value property.
|
Integer |
getWed()
Gets the value of the wed property.
|
void |
setFri(Integer value)
Sets the value of the fri property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setMon(Integer value)
Sets the value of the mon property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSat(Integer value)
Sets the value of the sat property.
|
void |
setSun(Integer value)
Sets the value of the sun property.
|
void |
setThu(Integer value)
Sets the value of the thu property.
|
void |
setTue(Integer value)
Sets the value of the tue property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setWed(Integer value)
Sets the value of the wed property.
|
protected String value
protected Integer id
protected String name
protected Integer sun
protected Integer mon
protected Integer tue
protected Integer wed
protected Integer thu
protected Integer fri
protected Integer sat
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic void setId(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getSun()
Integerpublic void setSun(Integer value)
value - allowed object is
Integerpublic Integer getMon()
Integerpublic void setMon(Integer value)
value - allowed object is
Integerpublic Integer getTue()
Integerpublic void setTue(Integer value)
value - allowed object is
Integerpublic Integer getWed()
Integerpublic void setWed(Integer value)
value - allowed object is
Integerpublic Integer getThu()
Integerpublic void setThu(Integer value)
value - allowed object is
Integerpublic Integer getFri()
Integerpublic void setFri(Integer value)
value - allowed object is
Integerpublic Integer getSat()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.