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()
String
public void setValue(String value)
value
- allowed object is
String
public void setId(Integer value)
value
- allowed object is
Integer
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getSun()
Integer
public void setSun(Integer value)
value
- allowed object is
Integer
public Integer getMon()
Integer
public void setMon(Integer value)
value
- allowed object is
Integer
public Integer getTue()
Integer
public void setTue(Integer value)
value
- allowed object is
Integer
public Integer getWed()
Integer
public void setWed(Integer value)
value
- allowed object is
Integer
public Integer getThu()
Integer
public void setThu(Integer value)
value
- allowed object is
Integer
public Integer getFri()
Integer
public void setFri(Integer value)
value
- allowed object is
Integer
public Integer getSat()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.