public class DefaultWeek 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"> <attribute name="mon" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="tue" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="wed" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="thu" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="fri" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sat" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sun" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
fri |
protected String |
mon |
protected String |
sat |
protected String |
sun |
protected String |
thu |
protected String |
tue |
protected String |
wed |
Constructor and Description |
---|
DefaultWeek() |
Modifier and Type | Method and Description |
---|---|
String |
getFri()
Gets the value of the fri property.
|
String |
getMon()
Gets the value of the mon property.
|
String |
getSat()
Gets the value of the sat property.
|
String |
getSun()
Gets the value of the sun property.
|
String |
getThu()
Gets the value of the thu property.
|
String |
getTue()
Gets the value of the tue property.
|
String |
getWed()
Gets the value of the wed property.
|
void |
setFri(String value)
Sets the value of the fri property.
|
void |
setMon(String value)
Sets the value of the mon property.
|
void |
setSat(String value)
Sets the value of the sat property.
|
void |
setSun(String value)
Sets the value of the sun property.
|
void |
setThu(String value)
Sets the value of the thu property.
|
void |
setTue(String value)
Sets the value of the tue property.
|
void |
setWed(String value)
Sets the value of the wed property.
|
protected String mon
protected String tue
protected String wed
protected String thu
protected String fri
protected String sat
protected String sun
public String getMon()
String
public void setMon(String value)
value
- allowed object is
String
public String getTue()
String
public void setTue(String value)
value
- allowed object is
String
public String getWed()
String
public void setWed(String value)
value
- allowed object is
String
public String getThu()
String
public void setThu(String value)
value
- allowed object is
String
public String getFri()
String
public void setFri(String value)
value
- allowed object is
String
public String getSat()
String
public void setSat(String value)
value
- allowed object is
String
public String getSun()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.