public class CompanyAccountingPrefs extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for CompanyAccountingPrefs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompanyAccountingPrefs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UseAccountNumbers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DefaultARAccount" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="DefaultAPAccount" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="RequiresAccounts" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TrackDepartments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DepartmentTerminology" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ClassTrackingPerTxn" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ClassTrackingPerTxnLine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AutoJournalEntryNumber" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FirstMonthOfFiscalYear" type="{http://schema.intuit.com/finance/v3}MonthEnum" minOccurs="0"/>
<element name="TaxYearMonth" type="{http://schema.intuit.com/finance/v3}MonthEnum" minOccurs="0"/>
<element name="TaxForm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BookCloseDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="OtherContactInfo" type="{http://schema.intuit.com/finance/v3}ContactInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="CustomerTerminology" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoJournalEntryNumber |
protected Date |
bookCloseDate |
protected Boolean |
classTrackingPerTxn |
protected Boolean |
classTrackingPerTxnLine |
protected String |
customerTerminology |
protected ReferenceType |
defaultAPAccount |
protected ReferenceType |
defaultARAccount |
protected String |
departmentTerminology |
protected MonthEnum |
firstMonthOfFiscalYear |
protected List<ContactInfo> |
otherContactInfo |
protected Boolean |
requiresAccounts |
protected String |
taxForm |
protected MonthEnum |
taxYearMonth |
protected Boolean |
trackDepartments |
protected Boolean |
useAccountNumbers |
| Constructor and Description |
|---|
CompanyAccountingPrefs() |
| 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) |
Date |
getBookCloseDate()
Gets the value of the bookCloseDate property.
|
String |
getCustomerTerminology()
Gets the value of the customerTerminology property.
|
ReferenceType |
getDefaultAPAccount()
Gets the value of the defaultAPAccount property.
|
ReferenceType |
getDefaultARAccount()
Gets the value of the defaultARAccount property.
|
String |
getDepartmentTerminology()
Gets the value of the departmentTerminology property.
|
MonthEnum |
getFirstMonthOfFiscalYear()
Gets the value of the firstMonthOfFiscalYear property.
|
List<ContactInfo> |
getOtherContactInfo()
Gets the value of the otherContactInfo property.
|
String |
getTaxForm()
Gets the value of the taxForm property.
|
MonthEnum |
getTaxYearMonth()
Gets the value of the taxYearMonth property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isAutoJournalEntryNumber()
Gets the value of the autoJournalEntryNumber property.
|
Boolean |
isClassTrackingPerTxn()
Gets the value of the classTrackingPerTxn property.
|
Boolean |
isClassTrackingPerTxnLine()
Gets the value of the classTrackingPerTxnLine property.
|
Boolean |
isRequiresAccounts()
Gets the value of the requiresAccounts property.
|
Boolean |
isTrackDepartments()
Gets the value of the trackDepartments property.
|
Boolean |
isUseAccountNumbers()
Gets the value of the useAccountNumbers property.
|
void |
setAutoJournalEntryNumber(Boolean value)
Sets the value of the autoJournalEntryNumber property.
|
void |
setBookCloseDate(Date value)
Sets the value of the bookCloseDate property.
|
void |
setClassTrackingPerTxn(Boolean value)
Sets the value of the classTrackingPerTxn property.
|
void |
setClassTrackingPerTxnLine(Boolean value)
Sets the value of the classTrackingPerTxnLine property.
|
void |
setCustomerTerminology(String value)
Sets the value of the customerTerminology property.
|
void |
setDefaultAPAccount(ReferenceType value)
Sets the value of the defaultAPAccount property.
|
void |
setDefaultARAccount(ReferenceType value)
Sets the value of the defaultARAccount property.
|
void |
setDepartmentTerminology(String value)
Sets the value of the departmentTerminology property.
|
void |
setFirstMonthOfFiscalYear(MonthEnum value)
Sets the value of the firstMonthOfFiscalYear property.
|
void |
setOtherContactInfo(List<ContactInfo> otherContactInfo)
Sets the value of the otherContactInfo property.
|
void |
setRequiresAccounts(Boolean value)
Sets the value of the requiresAccounts property.
|
void |
setTaxForm(String value)
Sets the value of the taxForm property.
|
void |
setTaxYearMonth(MonthEnum value)
Sets the value of the taxYearMonth property.
|
void |
setTrackDepartments(Boolean value)
Sets the value of the trackDepartments property.
|
void |
setUseAccountNumbers(Boolean value)
Sets the value of the useAccountNumbers property.
|
protected Boolean useAccountNumbers
protected ReferenceType defaultARAccount
protected ReferenceType defaultAPAccount
protected Boolean requiresAccounts
protected Boolean trackDepartments
protected String departmentTerminology
protected Boolean classTrackingPerTxn
protected Boolean classTrackingPerTxnLine
protected Boolean autoJournalEntryNumber
protected MonthEnum firstMonthOfFiscalYear
protected MonthEnum taxYearMonth
protected String taxForm
protected Date bookCloseDate
protected List<ContactInfo> otherContactInfo
protected String customerTerminology
public Boolean isUseAccountNumbers()
Booleanpublic void setUseAccountNumbers(Boolean value)
value - allowed object is
Booleanpublic ReferenceType getDefaultARAccount()
ReferenceTypepublic void setDefaultARAccount(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getDefaultAPAccount()
ReferenceTypepublic void setDefaultAPAccount(ReferenceType value)
value - allowed object is
ReferenceTypepublic Boolean isRequiresAccounts()
Booleanpublic void setRequiresAccounts(Boolean value)
value - allowed object is
Booleanpublic Boolean isTrackDepartments()
Booleanpublic void setTrackDepartments(Boolean value)
value - allowed object is
Booleanpublic String getDepartmentTerminology()
Stringpublic void setDepartmentTerminology(String value)
value - allowed object is
Stringpublic Boolean isClassTrackingPerTxn()
Booleanpublic void setClassTrackingPerTxn(Boolean value)
value - allowed object is
Booleanpublic Boolean isClassTrackingPerTxnLine()
Booleanpublic void setClassTrackingPerTxnLine(Boolean value)
value - allowed object is
Booleanpublic Boolean isAutoJournalEntryNumber()
Booleanpublic void setAutoJournalEntryNumber(Boolean value)
value - allowed object is
Booleanpublic MonthEnum getFirstMonthOfFiscalYear()
MonthEnumpublic void setFirstMonthOfFiscalYear(MonthEnum value)
value - allowed object is
MonthEnumpublic MonthEnum getTaxYearMonth()
MonthEnumpublic void setTaxYearMonth(MonthEnum value)
value - allowed object is
MonthEnumpublic String getTaxForm()
Stringpublic void setTaxForm(String value)
value - allowed object is
Stringpublic Date getBookCloseDate()
Stringpublic void setBookCloseDate(Date value)
value - allowed object is
Stringpublic List<ContactInfo> getOtherContactInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the otherContactInfo property.
For example, to add a new item, do as follows:
getOtherContactInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ContactInfo
public String getCustomerTerminology()
Stringpublic void setCustomerTerminology(String value)
value - allowed object is
Stringpublic void setOtherContactInfo(List<ContactInfo> otherContactInfo)
otherContactInfo - allowed object is
ContactInfopublic 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 © 2017. All rights reserved.