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()
Boolean
public void setUseAccountNumbers(Boolean value)
value
- allowed object is
Boolean
public ReferenceType getDefaultARAccount()
ReferenceType
public void setDefaultARAccount(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getDefaultAPAccount()
ReferenceType
public void setDefaultAPAccount(ReferenceType value)
value
- allowed object is
ReferenceType
public Boolean isRequiresAccounts()
Boolean
public void setRequiresAccounts(Boolean value)
value
- allowed object is
Boolean
public Boolean isTrackDepartments()
Boolean
public void setTrackDepartments(Boolean value)
value
- allowed object is
Boolean
public String getDepartmentTerminology()
String
public void setDepartmentTerminology(String value)
value
- allowed object is
String
public Boolean isClassTrackingPerTxn()
Boolean
public void setClassTrackingPerTxn(Boolean value)
value
- allowed object is
Boolean
public Boolean isClassTrackingPerTxnLine()
Boolean
public void setClassTrackingPerTxnLine(Boolean value)
value
- allowed object is
Boolean
public Boolean isAutoJournalEntryNumber()
Boolean
public void setAutoJournalEntryNumber(Boolean value)
value
- allowed object is
Boolean
public MonthEnum getFirstMonthOfFiscalYear()
MonthEnum
public void setFirstMonthOfFiscalYear(MonthEnum value)
value
- allowed object is
MonthEnum
public MonthEnum getTaxYearMonth()
MonthEnum
public void setTaxYearMonth(MonthEnum value)
value
- allowed object is
MonthEnum
public String getTaxForm()
String
public void setTaxForm(String value)
value
- allowed object is
String
public Date getBookCloseDate()
String
public void setBookCloseDate(Date value)
value
- allowed object is
String
public 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()
String
public void setCustomerTerminology(String value)
value
- allowed object is
String
public void setOtherContactInfo(List<ContactInfo> otherContactInfo)
otherContactInfo
- allowed object is
ContactInfo
public 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.Equals2
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
Copyright © 2017. All rights reserved.