public class RecurringInfo extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for RecurringInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecurringInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RecurType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ScheduleInfo" type="{http://schema.intuit.com/finance/v3}RecurringScheduleInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected String |
name |
protected String |
recurType |
protected RecurringScheduleInfo |
scheduleInfo |
| Constructor and Description |
|---|
RecurringInfo() |
| 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) |
String |
getName()
Gets the value of the name property.
|
String |
getRecurType()
Gets the value of the recurType property.
|
RecurringScheduleInfo |
getScheduleInfo()
Gets the value of the scheduleInfo property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isActive()
Gets the value of the active property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRecurType(String value)
Sets the value of the recurType property.
|
void |
setScheduleInfo(RecurringScheduleInfo value)
Sets the value of the scheduleInfo property.
|
protected String name
protected String recurType
protected Boolean active
protected RecurringScheduleInfo scheduleInfo
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getRecurType()
Stringpublic void setRecurType(String value)
value - allowed object is
Stringpublic Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic RecurringScheduleInfo getScheduleInfo()
RecurringScheduleInfopublic void setScheduleInfo(RecurringScheduleInfo value)
value - allowed object is
RecurringScheduleInfopublic 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.