public static class Project.Storepoints.Storepoint.Calendars.Calendar.NonWork 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="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="weekday" type="{}phoenixDay" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
type |
protected Day |
weekday |
Constructor and Description |
---|
Project.Storepoints.Storepoint.Calendars.Calendar.NonWork() |
Modifier and Type | Method and Description |
---|---|
String |
getType()
Gets the value of the type property.
|
Day |
getWeekday()
Gets the value of the weekday property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setWeekday(Day value)
Sets the value of the weekday property.
|
public Project.Storepoints.Storepoint.Calendars.Calendar.NonWork()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public Day getWeekday()
String
Copyright © 2000–2017 Packwood Software. All rights reserved.