public class RecurringScheduleInfo extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for RecurringScheduleInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecurringScheduleInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IntervalType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NumInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DayOfMonth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DayOfWeek" type="{http://schema.intuit.com/finance/v3}WeekEnum" minOccurs="0"/>
<element name="WeekOfMonth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MonthOfYear" type="{http://schema.intuit.com/finance/v3}MonthEnum" minOccurs="0"/>
<element name="RemindDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DaysBefore" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MaxOccurrences" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="NextDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="PreviousDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
dayOfMonth |
protected WeekEnum |
dayOfWeek |
protected Integer |
daysBefore |
protected Date |
endDate |
protected String |
intervalType |
protected Integer |
maxOccurrences |
protected MonthEnum |
monthOfYear |
protected Date |
nextDate |
protected Integer |
numInterval |
protected Date |
previousDate |
protected Integer |
remindDays |
protected Date |
startDate |
protected Integer |
weekOfMonth |
| Constructor and Description |
|---|
RecurringScheduleInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
Integer |
getDayOfMonth()
Gets the value of the dayOfMonth property.
|
WeekEnum |
getDayOfWeek()
Gets the value of the dayOfWeek property.
|
Integer |
getDaysBefore()
Gets the value of the daysBefore property.
|
Date |
getEndDate()
Gets the value of the endDate property.
|
String |
getIntervalType()
Gets the value of the intervalType property.
|
Integer |
getMaxOccurrences()
Gets the value of the maxOccurrences property.
|
MonthEnum |
getMonthOfYear()
Gets the value of the monthOfYear property.
|
Date |
getNextDate()
Gets the value of the nextDate property.
|
Integer |
getNumInterval()
Gets the value of the numInterval property.
|
Date |
getPreviousDate()
Gets the value of the previousDate property.
|
Integer |
getRemindDays()
Gets the value of the remindDays property.
|
Date |
getStartDate()
Gets the value of the startDate property.
|
Integer |
getWeekOfMonth()
Gets the value of the weekOfMonth property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setDayOfMonth(Integer value)
Sets the value of the dayOfMonth property.
|
void |
setDayOfWeek(WeekEnum value)
Sets the value of the dayOfWeek property.
|
void |
setDaysBefore(Integer value)
Sets the value of the daysBefore property.
|
void |
setEndDate(Date value)
Sets the value of the endDate property.
|
void |
setIntervalType(String value)
Sets the value of the intervalType property.
|
void |
setMaxOccurrences(Integer value)
Sets the value of the maxOccurrences property.
|
void |
setMonthOfYear(MonthEnum value)
Sets the value of the monthOfYear property.
|
void |
setNextDate(Date value)
Sets the value of the nextDate property.
|
void |
setNumInterval(Integer value)
Sets the value of the numInterval property.
|
void |
setPreviousDate(Date value)
Sets the value of the previousDate property.
|
void |
setRemindDays(Integer value)
Sets the value of the remindDays property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
void |
setWeekOfMonth(Integer value)
Sets the value of the weekOfMonth property.
|
protected String intervalType
protected Integer numInterval
protected Integer dayOfMonth
protected WeekEnum dayOfWeek
protected Integer weekOfMonth
protected MonthEnum monthOfYear
protected Integer remindDays
protected Integer daysBefore
protected Integer maxOccurrences
protected Date startDate
protected Date endDate
protected Date nextDate
protected Date previousDate
public String getIntervalType()
Stringpublic void setIntervalType(String value)
value - allowed object is
Stringpublic Integer getNumInterval()
Integerpublic void setNumInterval(Integer value)
value - allowed object is
Integerpublic Integer getDayOfMonth()
Integerpublic void setDayOfMonth(Integer value)
value - allowed object is
Integerpublic WeekEnum getDayOfWeek()
WeekEnumpublic void setDayOfWeek(WeekEnum value)
value - allowed object is
WeekEnumpublic Integer getWeekOfMonth()
Integerpublic void setWeekOfMonth(Integer value)
value - allowed object is
Integerpublic MonthEnum getMonthOfYear()
MonthEnumpublic void setMonthOfYear(MonthEnum value)
value - allowed object is
MonthEnumpublic Integer getRemindDays()
Integerpublic void setRemindDays(Integer value)
value - allowed object is
Integerpublic Integer getDaysBefore()
Integerpublic void setDaysBefore(Integer value)
value - allowed object is
Integerpublic Integer getMaxOccurrences()
Integerpublic void setMaxOccurrences(Integer value)
value - allowed object is
Integerpublic Date getStartDate()
Stringpublic void setStartDate(Date value)
value - allowed object is
Stringpublic Date getEndDate()
Stringpublic void setEndDate(Date value)
value - allowed object is
Stringpublic Date getNextDate()
Stringpublic void setNextDate(Date value)
value - allowed object is
Stringpublic Date getPreviousDate()
Stringpublic void setPreviousDate(Date value)
value - allowed object is
Stringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2025. All Rights Reserved.