public class TaxReturn extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TaxReturn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxReturn">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="UpcomingFiling" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="FileDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="NetTaxAmountDue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="FlatRateSavingsAmountDue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="PayGWithheldAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="AgencyRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
agencyRef |
protected Date |
endDate |
protected Date |
fileDate |
protected BigDecimal |
flatRateSavingsAmountDue |
protected BigDecimal |
netTaxAmountDue |
protected BigDecimal |
payGWithheldAmount |
protected Date |
startDate |
protected Boolean |
upcomingFiling |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
TaxReturn() |
| 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) |
ReferenceType |
getAgencyRef()
Gets the value of the agencyRef property.
|
Date |
getEndDate()
Gets the value of the endDate property.
|
Date |
getFileDate()
Gets the value of the fileDate property.
|
BigDecimal |
getFlatRateSavingsAmountDue()
Gets the value of the flatRateSavingsAmountDue property.
|
BigDecimal |
getNetTaxAmountDue()
Gets the value of the netTaxAmountDue property.
|
BigDecimal |
getPayGWithheldAmount()
Gets the value of the payGWithheldAmount property.
|
Date |
getStartDate()
Gets the value of the startDate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isUpcomingFiling()
Gets the value of the upcomingFiling property.
|
void |
setAgencyRef(ReferenceType value)
Sets the value of the agencyRef property.
|
void |
setEndDate(Date value)
Sets the value of the endDate property.
|
void |
setFileDate(Date value)
Sets the value of the fileDate property.
|
void |
setFlatRateSavingsAmountDue(BigDecimal value)
Sets the value of the flatRateSavingsAmountDue property.
|
void |
setNetTaxAmountDue(BigDecimal value)
Sets the value of the netTaxAmountDue property.
|
void |
setPayGWithheldAmount(BigDecimal value)
Sets the value of the payGWithheldAmount property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
void |
setUpcomingFiling(Boolean value)
Sets the value of the upcomingFiling property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected Boolean upcomingFiling
protected Date startDate
protected Date endDate
protected Date fileDate
protected BigDecimal netTaxAmountDue
protected BigDecimal flatRateSavingsAmountDue
protected BigDecimal payGWithheldAmount
protected ReferenceType agencyRef
public Boolean isUpcomingFiling()
Booleanpublic void setUpcomingFiling(Boolean value)
value - allowed object is
Booleanpublic 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 getFileDate()
Stringpublic void setFileDate(Date value)
value - allowed object is
Stringpublic BigDecimal getNetTaxAmountDue()
BigDecimalpublic void setNetTaxAmountDue(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getFlatRateSavingsAmountDue()
BigDecimalpublic void setFlatRateSavingsAmountDue(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getPayGWithheldAmount()
BigDecimalpublic void setPayGWithheldAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic ReferenceType getAgencyRef()
ReferenceTypepublic void setAgencyRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic 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.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2017. All rights reserved.