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, setSyncToken
protected 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()
Boolean
public void setUpcomingFiling(Boolean value)
value
- allowed object is
Boolean
public Date getStartDate()
String
public void setStartDate(Date value)
value
- allowed object is
String
public Date getEndDate()
String
public void setEndDate(Date value)
value
- allowed object is
String
public Date getFileDate()
String
public void setFileDate(Date value)
value
- allowed object is
String
public BigDecimal getNetTaxAmountDue()
BigDecimal
public void setNetTaxAmountDue(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getFlatRateSavingsAmountDue()
BigDecimal
public void setFlatRateSavingsAmountDue(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getPayGWithheldAmount()
BigDecimal
public void setPayGWithheldAmount(BigDecimal value)
value
- allowed object is
BigDecimal
public ReferenceType getAgencyRef()
ReferenceType
public void setAgencyRef(ReferenceType value)
value
- allowed object is
ReferenceType
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
equals
in class IntuitEntity
public boolean equals(Object object)
equals
in class IntuitEntity
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
hashCode
in class IntuitEntity
public int hashCode()
hashCode
in class IntuitEntity
Copyright © 2017. All rights reserved.