Tree
+- root: Form1099PATRTotalAmtGrpType
| +- federalIncomeTaxWithheldAmt: BigInteger
| +- totalReportedAmt: BigInteger
| +- patronageDividendsAmt: BigInteger
| +- nonpatronageDistributionsAmt: BigInteger
| +- perUnitRetainAllocationsAmt: BigInteger
| +- redeemedNonqualifiedNoticesAmt: BigInteger
| +- section199AgDeductionAmt: BigInteger
| +- section199Ab7QualifiedPymtAmt: BigInteger
| +- section199AaQualifiedItemsAmt: BigInteger
| +- section199AaSSTBItemsAmt: BigInteger
| +- investmentCreditAmt: BigInteger
| +- workOpportunityCreditAmt: BigInteger
| +- form8844CreditAmt: BigInteger
| +- form8896CreditAmt: BigInteger
| +- form8941CreditAmt: BigInteger
| +- form8932CreditAmt: BigInteger
| +- epaSulfurRegDeductionAmt: BigInteger
| +- form8864CreditAmt: BigInteger
Flattened
Form1099PATRTotalAmtGrpType.federalIncomeTaxWithheldAmt
Form1099PATRTotalAmtGrpType.totalReportedAmt
Form1099PATRTotalAmtGrpType.patronageDividendsAmt
Form1099PATRTotalAmtGrpType.nonpatronageDistributionsAmt
Form1099PATRTotalAmtGrpType.perUnitRetainAllocationsAmt
Form1099PATRTotalAmtGrpType.redeemedNonqualifiedNoticesAmt
Form1099PATRTotalAmtGrpType.section199AgDeductionAmt
Form1099PATRTotalAmtGrpType.section199Ab7QualifiedPymtAmt
Form1099PATRTotalAmtGrpType.section199AaQualifiedItemsAmt
Form1099PATRTotalAmtGrpType.section199AaSSTBItemsAmt
Form1099PATRTotalAmtGrpType.investmentCreditAmt
Form1099PATRTotalAmtGrpType.workOpportunityCreditAmt
Form1099PATRTotalAmtGrpType.form8844CreditAmt
Form1099PATRTotalAmtGrpType.form8896CreditAmt
Form1099PATRTotalAmtGrpType.form8941CreditAmt
Form1099PATRTotalAmtGrpType.form8932CreditAmt
Form1099PATRTotalAmtGrpType.epaSulfurRegDeductionAmt
Form1099PATRTotalAmtGrpType.form8864CreditAmt
Java Code
package modelsiris;
import java.math.BigInteger;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import org.jvnet.jaxb2_commons.lang.Equals2;
import org.jvnet.jaxb2_commons.lang.EqualsStrategy2;
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.ToString2;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy2;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
import org.jvnet.jaxb2_commons.locator.util.LocatorUtils;
/**
*
* <pre>
* <?xml version="1.0" encoding="UTF-8"?><Component xmlns="urn:us:gov:treasury:irs:ir" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><DictionaryEntryNm>Form 1099 PATR Total Amount Group Type</DictionaryEntryNm><MajorVersionNum>1</MajorVersionNum><MinorVersionNum>0</MinorVersionNum><VersionEffectiveBeginDt>2021-10-21</VersionEffectiveBeginDt><VersionDescriptionTxt>Initial version</VersionDescriptionTxt><DescriptionTxt>The content model for the form 1099 PATR total amounts.</DescriptionTxt></Component>
* </pre>
*
*
* <p>Java class for Form1099PATRTotalAmtGrpType complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="Form1099PATRTotalAmtGrpType">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="FederalIncomeTaxWithheldAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="TotalReportedAmt" type="{urn:us:gov:treasury:irs:ir}USAmountType" minOccurs="0"/>
* <element name="PatronageDividendsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="NonpatronageDistributionsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="PerUnitRetainAllocationsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="RedeemedNonqualifiedNoticesAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="Section199AgDeductionAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="Section199Ab7QualifiedPymtAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="Section199AaQualifiedItemsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="Section199AaSSTBItemsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="InvestmentCreditAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="WorkOpportunityCreditAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="Form8844CreditAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="Form8896CreditAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="Form8941CreditAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="Form8932CreditAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="EPASulfurRegDeductionAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="Form8864CreditAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Form1099PATRTotalAmtGrpType", namespace = "urn:us:gov:treasury:irs:ir", propOrder = {
"federalIncomeTaxWithheldAmt",
"totalReportedAmt",
"patronageDividendsAmt",
"nonpatronageDistributionsAmt",
"perUnitRetainAllocationsAmt",
"redeemedNonqualifiedNoticesAmt",
"section199AgDeductionAmt",
"section199Ab7QualifiedPymtAmt",
"section199AaQualifiedItemsAmt",
"section199AaSSTBItemsAmt",
"investmentCreditAmt",
"workOpportunityCreditAmt",
"form8844CreditAmt",
"form8896CreditAmt",
"form8941CreditAmt",
"form8932CreditAmt",
"epaSulfurRegDeductionAmt",
"form8864CreditAmt"
})
public class Form1099PATRTotalAmtGrpType implements Equals2, ToString2
{
@XmlElement(name = "FederalIncomeTaxWithheldAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger federalIncomeTaxWithheldAmt;
@XmlElement(name = "TotalReportedAmt", namespace = "urn:us:gov:treasury:irs:ir")
protected BigInteger totalReportedAmt;
@XmlElement(name = "PatronageDividendsAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger patronageDividendsAmt;
@XmlElement(name = "NonpatronageDistributionsAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger nonpatronageDistributionsAmt;
@XmlElement(name = "PerUnitRetainAllocationsAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger perUnitRetainAllocationsAmt;
@XmlElement(name = "RedeemedNonqualifiedNoticesAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger redeemedNonqualifiedNoticesAmt;
@XmlElement(name = "Section199AgDeductionAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger section199AgDeductionAmt;
@XmlElement(name = "Section199Ab7QualifiedPymtAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger section199Ab7QualifiedPymtAmt;
@XmlElement(name = "Section199AaQualifiedItemsAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger section199AaQualifiedItemsAmt;
@XmlElement(name = "Section199AaSSTBItemsAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger section199AaSSTBItemsAmt;
@XmlElement(name = "InvestmentCreditAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger investmentCreditAmt;
@XmlElement(name = "WorkOpportunityCreditAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger workOpportunityCreditAmt;
@XmlElement(name = "Form8844CreditAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger form8844CreditAmt;
@XmlElement(name = "Form8896CreditAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger form8896CreditAmt;
@XmlElement(name = "Form8941CreditAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger form8941CreditAmt;
@XmlElement(name = "Form8932CreditAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger form8932CreditAmt;
@XmlElement(name = "EPASulfurRegDeductionAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger epaSulfurRegDeductionAmt;
@XmlElement(name = "Form8864CreditAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger form8864CreditAmt;
/**
* Gets the value of the federalIncomeTaxWithheldAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getFederalIncomeTaxWithheldAmt() {
return federalIncomeTaxWithheldAmt;
}
/**
* Sets the value of the federalIncomeTaxWithheldAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setFederalIncomeTaxWithheldAmt(BigInteger value) {
this.federalIncomeTaxWithheldAmt = value;
}
/**
* Gets the value of the totalReportedAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getTotalReportedAmt() {
return totalReportedAmt;
}
/**
* Sets the value of the totalReportedAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setTotalReportedAmt(BigInteger value) {
this.totalReportedAmt = value;
}
/**
* Gets the value of the patronageDividendsAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getPatronageDividendsAmt() {
return patronageDividendsAmt;
}
/**
* Sets the value of the patronageDividendsAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setPatronageDividendsAmt(BigInteger value) {
this.patronageDividendsAmt = value;
}
/**
* Gets the value of the nonpatronageDistributionsAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getNonpatronageDistributionsAmt() {
return nonpatronageDistributionsAmt;
}
/**
* Sets the value of the nonpatronageDistributionsAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setNonpatronageDistributionsAmt(BigInteger value) {
this.nonpatronageDistributionsAmt = value;
}
/**
* Gets the value of the perUnitRetainAllocationsAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getPerUnitRetainAllocationsAmt() {
return perUnitRetainAllocationsAmt;
}
/**
* Sets the value of the perUnitRetainAllocationsAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setPerUnitRetainAllocationsAmt(BigInteger value) {
this.perUnitRetainAllocationsAmt = value;
}
/**
* Gets the value of the redeemedNonqualifiedNoticesAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getRedeemedNonqualifiedNoticesAmt() {
return redeemedNonqualifiedNoticesAmt;
}
/**
* Sets the value of the redeemedNonqualifiedNoticesAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setRedeemedNonqualifiedNoticesAmt(BigInteger value) {
this.redeemedNonqualifiedNoticesAmt = value;
}
/**
* Gets the value of the section199AgDeductionAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getSection199AgDeductionAmt() {
return section199AgDeductionAmt;
}
/**
* Sets the value of the section199AgDeductionAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setSection199AgDeductionAmt(BigInteger value) {
this.section199AgDeductionAmt = value;
}
/**
* Gets the value of the section199Ab7QualifiedPymtAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getSection199Ab7QualifiedPymtAmt() {
return section199Ab7QualifiedPymtAmt;
}
/**
* Sets the value of the section199Ab7QualifiedPymtAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setSection199Ab7QualifiedPymtAmt(BigInteger value) {
this.section199Ab7QualifiedPymtAmt = value;
}
/**
* Gets the value of the section199AaQualifiedItemsAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getSection199AaQualifiedItemsAmt() {
return section199AaQualifiedItemsAmt;
}
/**
* Sets the value of the section199AaQualifiedItemsAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setSection199AaQualifiedItemsAmt(BigInteger value) {
this.section199AaQualifiedItemsAmt = value;
}
/**
* Gets the value of the section199AaSSTBItemsAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getSection199AaSSTBItemsAmt() {
return section199AaSSTBItemsAmt;
}
/**
* Sets the value of the section199AaSSTBItemsAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setSection199AaSSTBItemsAmt(BigInteger value) {
this.section199AaSSTBItemsAmt = value;
}
/**
* Gets the value of the investmentCreditAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getInvestmentCreditAmt() {
return investmentCreditAmt;
}
/**
* Sets the value of the investmentCreditAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setInvestmentCreditAmt(BigInteger value) {
this.investmentCreditAmt = value;
}
/**
* Gets the value of the workOpportunityCreditAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getWorkOpportunityCreditAmt() {
return workOpportunityCreditAmt;
}
/**
* Sets the value of the workOpportunityCreditAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setWorkOpportunityCreditAmt(BigInteger value) {
this.workOpportunityCreditAmt = value;
}
/**
* Gets the value of the form8844CreditAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getForm8844CreditAmt() {
return form8844CreditAmt;
}
/**
* Sets the value of the form8844CreditAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setForm8844CreditAmt(BigInteger value) {
this.form8844CreditAmt = value;
}
/**
* Gets the value of the form8896CreditAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getForm8896CreditAmt() {
return form8896CreditAmt;
}
/**
* Sets the value of the form8896CreditAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setForm8896CreditAmt(BigInteger value) {
this.form8896CreditAmt = value;
}
/**
* Gets the value of the form8941CreditAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getForm8941CreditAmt() {
return form8941CreditAmt;
}
/**
* Sets the value of the form8941CreditAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setForm8941CreditAmt(BigInteger value) {
this.form8941CreditAmt = value;
}
/**
* Gets the value of the form8932CreditAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getForm8932CreditAmt() {
return form8932CreditAmt;
}
/**
* Sets the value of the form8932CreditAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setForm8932CreditAmt(BigInteger value) {
this.form8932CreditAmt = value;
}
/**
* Gets the value of the epaSulfurRegDeductionAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getEPASulfurRegDeductionAmt() {
return epaSulfurRegDeductionAmt;
}
/**
* Sets the value of the epaSulfurRegDeductionAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setEPASulfurRegDeductionAmt(BigInteger value) {
this.epaSulfurRegDeductionAmt = value;
}
/**
* Gets the value of the form8864CreditAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getForm8864CreditAmt() {
return form8864CreditAmt;
}
/**
* Sets the value of the form8864CreditAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setForm8864CreditAmt(BigInteger value) {
this.form8864CreditAmt = value;
}
public String toString() {
final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE;
final StringBuilder buffer = new StringBuilder();
append(null, buffer, strategy);
return buffer.toString();
}
public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
strategy.appendStart(locator, this, buffer);
appendFields(locator, buffer, strategy);
strategy.appendEnd(locator, this, buffer);
return buffer;
}
public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
{
BigInteger theFederalIncomeTaxWithheldAmt;
theFederalIncomeTaxWithheldAmt = this.getFederalIncomeTaxWithheldAmt();
strategy.appendField(locator, this, "federalIncomeTaxWithheldAmt", buffer, theFederalIncomeTaxWithheldAmt, (this.federalIncomeTaxWithheldAmt!= null));
}
{
BigInteger theTotalReportedAmt;
theTotalReportedAmt = this.getTotalReportedAmt();
strategy.appendField(locator, this, "totalReportedAmt", buffer, theTotalReportedAmt, (this.totalReportedAmt!= null));
}
{
BigInteger thePatronageDividendsAmt;
thePatronageDividendsAmt = this.getPatronageDividendsAmt();
strategy.appendField(locator, this, "patronageDividendsAmt", buffer, thePatronageDividendsAmt, (this.patronageDividendsAmt!= null));
}
{
BigInteger theNonpatronageDistributionsAmt;
theNonpatronageDistributionsAmt = this.getNonpatronageDistributionsAmt();
strategy.appendField(locator, this, "nonpatronageDistributionsAmt", buffer, theNonpatronageDistributionsAmt, (this.nonpatronageDistributionsAmt!= null));
}
{
BigInteger thePerUnitRetainAllocationsAmt;
thePerUnitRetainAllocationsAmt = this.getPerUnitRetainAllocationsAmt();
strategy.appendField(locator, this, "perUnitRetainAllocationsAmt", buffer, thePerUnitRetainAllocationsAmt, (this.perUnitRetainAllocationsAmt!= null));
}
{
BigInteger theRedeemedNonqualifiedNoticesAmt;
theRedeemedNonqualifiedNoticesAmt = this.getRedeemedNonqualifiedNoticesAmt();
strategy.appendField(locator, this, "redeemedNonqualifiedNoticesAmt", buffer, theRedeemedNonqualifiedNoticesAmt, (this.redeemedNonqualifiedNoticesAmt!= null));
}
{
BigInteger theSection199AgDeductionAmt;
theSection199AgDeductionAmt = this.getSection199AgDeductionAmt();
strategy.appendField(locator, this, "section199AgDeductionAmt", buffer, theSection199AgDeductionAmt, (this.section199AgDeductionAmt!= null));
}
{
BigInteger theSection199Ab7QualifiedPymtAmt;
theSection199Ab7QualifiedPymtAmt = this.getSection199Ab7QualifiedPymtAmt();
strategy.appendField(locator, this, "section199Ab7QualifiedPymtAmt", buffer, theSection199Ab7QualifiedPymtAmt, (this.section199Ab7QualifiedPymtAmt!= null));
}
{
BigInteger theSection199AaQualifiedItemsAmt;
theSection199AaQualifiedItemsAmt = this.getSection199AaQualifiedItemsAmt();
strategy.appendField(locator, this, "section199AaQualifiedItemsAmt", buffer, theSection199AaQualifiedItemsAmt, (this.section199AaQualifiedItemsAmt!= null));
}
{
BigInteger theSection199AaSSTBItemsAmt;
theSection199AaSSTBItemsAmt = this.getSection199AaSSTBItemsAmt();
strategy.appendField(locator, this, "section199AaSSTBItemsAmt", buffer, theSection199AaSSTBItemsAmt, (this.section199AaSSTBItemsAmt!= null));
}
{
BigInteger theInvestmentCreditAmt;
theInvestmentCreditAmt = this.getInvestmentCreditAmt();
strategy.appendField(locator, this, "investmentCreditAmt", buffer, theInvestmentCreditAmt, (this.investmentCreditAmt!= null));
}
{
BigInteger theWorkOpportunityCreditAmt;
theWorkOpportunityCreditAmt = this.getWorkOpportunityCreditAmt();
strategy.appendField(locator, this, "workOpportunityCreditAmt", buffer, theWorkOpportunityCreditAmt, (this.workOpportunityCreditAmt!= null));
}
{
BigInteger theForm8844CreditAmt;
theForm8844CreditAmt = this.getForm8844CreditAmt();
strategy.appendField(locator, this, "form8844CreditAmt", buffer, theForm8844CreditAmt, (this.form8844CreditAmt!= null));
}
{
BigInteger theForm8896CreditAmt;
theForm8896CreditAmt = this.getForm8896CreditAmt();
strategy.appendField(locator, this, "form8896CreditAmt", buffer, theForm8896CreditAmt, (this.form8896CreditAmt!= null));
}
{
BigInteger theForm8941CreditAmt;
theForm8941CreditAmt = this.getForm8941CreditAmt();
strategy.appendField(locator, this, "form8941CreditAmt", buffer, theForm8941CreditAmt, (this.form8941CreditAmt!= null));
}
{
BigInteger theForm8932CreditAmt;
theForm8932CreditAmt = this.getForm8932CreditAmt();
strategy.appendField(locator, this, "form8932CreditAmt", buffer, theForm8932CreditAmt, (this.form8932CreditAmt!= null));
}
{
BigInteger theEPASulfurRegDeductionAmt;
theEPASulfurRegDeductionAmt = this.getEPASulfurRegDeductionAmt();
strategy.appendField(locator, this, "epaSulfurRegDeductionAmt", buffer, theEPASulfurRegDeductionAmt, (this.epaSulfurRegDeductionAmt!= null));
}
{
BigInteger theForm8864CreditAmt;
theForm8864CreditAmt = this.getForm8864CreditAmt();
strategy.appendField(locator, this, "form8864CreditAmt", buffer, theForm8864CreditAmt, (this.form8864CreditAmt!= null));
}
return buffer;
}
public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy2 strategy) {
if ((object == null)||(this.getClass()!= object.getClass())) {
return false;
}
if (this == object) {
return true;
}
final Form1099PATRTotalAmtGrpType that = ((Form1099PATRTotalAmtGrpType) object);
{
BigInteger lhsFederalIncomeTaxWithheldAmt;
lhsFederalIncomeTaxWithheldAmt = this.getFederalIncomeTaxWithheldAmt();
BigInteger rhsFederalIncomeTaxWithheldAmt;
rhsFederalIncomeTaxWithheldAmt = that.getFederalIncomeTaxWithheldAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "federalIncomeTaxWithheldAmt", lhsFederalIncomeTaxWithheldAmt), LocatorUtils.property(thatLocator, "federalIncomeTaxWithheldAmt", rhsFederalIncomeTaxWithheldAmt), lhsFederalIncomeTaxWithheldAmt, rhsFederalIncomeTaxWithheldAmt, (this.federalIncomeTaxWithheldAmt!= null), (that.federalIncomeTaxWithheldAmt!= null))) {
return false;
}
}
{
BigInteger lhsTotalReportedAmt;
lhsTotalReportedAmt = this.getTotalReportedAmt();
BigInteger rhsTotalReportedAmt;
rhsTotalReportedAmt = that.getTotalReportedAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "totalReportedAmt", lhsTotalReportedAmt), LocatorUtils.property(thatLocator, "totalReportedAmt", rhsTotalReportedAmt), lhsTotalReportedAmt, rhsTotalReportedAmt, (this.totalReportedAmt!= null), (that.totalReportedAmt!= null))) {
return false;
}
}
{
BigInteger lhsPatronageDividendsAmt;
lhsPatronageDividendsAmt = this.getPatronageDividendsAmt();
BigInteger rhsPatronageDividendsAmt;
rhsPatronageDividendsAmt = that.getPatronageDividendsAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "patronageDividendsAmt", lhsPatronageDividendsAmt), LocatorUtils.property(thatLocator, "patronageDividendsAmt", rhsPatronageDividendsAmt), lhsPatronageDividendsAmt, rhsPatronageDividendsAmt, (this.patronageDividendsAmt!= null), (that.patronageDividendsAmt!= null))) {
return false;
}
}
{
BigInteger lhsNonpatronageDistributionsAmt;
lhsNonpatronageDistributionsAmt = this.getNonpatronageDistributionsAmt();
BigInteger rhsNonpatronageDistributionsAmt;
rhsNonpatronageDistributionsAmt = that.getNonpatronageDistributionsAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "nonpatronageDistributionsAmt", lhsNonpatronageDistributionsAmt), LocatorUtils.property(thatLocator, "nonpatronageDistributionsAmt", rhsNonpatronageDistributionsAmt), lhsNonpatronageDistributionsAmt, rhsNonpatronageDistributionsAmt, (this.nonpatronageDistributionsAmt!= null), (that.nonpatronageDistributionsAmt!= null))) {
return false;
}
}
{
BigInteger lhsPerUnitRetainAllocationsAmt;
lhsPerUnitRetainAllocationsAmt = this.getPerUnitRetainAllocationsAmt();
BigInteger rhsPerUnitRetainAllocationsAmt;
rhsPerUnitRetainAllocationsAmt = that.getPerUnitRetainAllocationsAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "perUnitRetainAllocationsAmt", lhsPerUnitRetainAllocationsAmt), LocatorUtils.property(thatLocator, "perUnitRetainAllocationsAmt", rhsPerUnitRetainAllocationsAmt), lhsPerUnitRetainAllocationsAmt, rhsPerUnitRetainAllocationsAmt, (this.perUnitRetainAllocationsAmt!= null), (that.perUnitRetainAllocationsAmt!= null))) {
return false;
}
}
{
BigInteger lhsRedeemedNonqualifiedNoticesAmt;
lhsRedeemedNonqualifiedNoticesAmt = this.getRedeemedNonqualifiedNoticesAmt();
BigInteger rhsRedeemedNonqualifiedNoticesAmt;
rhsRedeemedNonqualifiedNoticesAmt = that.getRedeemedNonqualifiedNoticesAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "redeemedNonqualifiedNoticesAmt", lhsRedeemedNonqualifiedNoticesAmt), LocatorUtils.property(thatLocator, "redeemedNonqualifiedNoticesAmt", rhsRedeemedNonqualifiedNoticesAmt), lhsRedeemedNonqualifiedNoticesAmt, rhsRedeemedNonqualifiedNoticesAmt, (this.redeemedNonqualifiedNoticesAmt!= null), (that.redeemedNonqualifiedNoticesAmt!= null))) {
return false;
}
}
{
BigInteger lhsSection199AgDeductionAmt;
lhsSection199AgDeductionAmt = this.getSection199AgDeductionAmt();
BigInteger rhsSection199AgDeductionAmt;
rhsSection199AgDeductionAmt = that.getSection199AgDeductionAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "section199AgDeductionAmt", lhsSection199AgDeductionAmt), LocatorUtils.property(thatLocator, "section199AgDeductionAmt", rhsSection199AgDeductionAmt), lhsSection199AgDeductionAmt, rhsSection199AgDeductionAmt, (this.section199AgDeductionAmt!= null), (that.section199AgDeductionAmt!= null))) {
return false;
}
}
{
BigInteger lhsSection199Ab7QualifiedPymtAmt;
lhsSection199Ab7QualifiedPymtAmt = this.getSection199Ab7QualifiedPymtAmt();
BigInteger rhsSection199Ab7QualifiedPymtAmt;
rhsSection199Ab7QualifiedPymtAmt = that.getSection199Ab7QualifiedPymtAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "section199Ab7QualifiedPymtAmt", lhsSection199Ab7QualifiedPymtAmt), LocatorUtils.property(thatLocator, "section199Ab7QualifiedPymtAmt", rhsSection199Ab7QualifiedPymtAmt), lhsSection199Ab7QualifiedPymtAmt, rhsSection199Ab7QualifiedPymtAmt, (this.section199Ab7QualifiedPymtAmt!= null), (that.section199Ab7QualifiedPymtAmt!= null))) {
return false;
}
}
{
BigInteger lhsSection199AaQualifiedItemsAmt;
lhsSection199AaQualifiedItemsAmt = this.getSection199AaQualifiedItemsAmt();
BigInteger rhsSection199AaQualifiedItemsAmt;
rhsSection199AaQualifiedItemsAmt = that.getSection199AaQualifiedItemsAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "section199AaQualifiedItemsAmt", lhsSection199AaQualifiedItemsAmt), LocatorUtils.property(thatLocator, "section199AaQualifiedItemsAmt", rhsSection199AaQualifiedItemsAmt), lhsSection199AaQualifiedItemsAmt, rhsSection199AaQualifiedItemsAmt, (this.section199AaQualifiedItemsAmt!= null), (that.section199AaQualifiedItemsAmt!= null))) {
return false;
}
}
{
BigInteger lhsSection199AaSSTBItemsAmt;
lhsSection199AaSSTBItemsAmt = this.getSection199AaSSTBItemsAmt();
BigInteger rhsSection199AaSSTBItemsAmt;
rhsSection199AaSSTBItemsAmt = that.getSection199AaSSTBItemsAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "section199AaSSTBItemsAmt", lhsSection199AaSSTBItemsAmt), LocatorUtils.property(thatLocator, "section199AaSSTBItemsAmt", rhsSection199AaSSTBItemsAmt), lhsSection199AaSSTBItemsAmt, rhsSection199AaSSTBItemsAmt, (this.section199AaSSTBItemsAmt!= null), (that.section199AaSSTBItemsAmt!= null))) {
return false;
}
}
{
BigInteger lhsInvestmentCreditAmt;
lhsInvestmentCreditAmt = this.getInvestmentCreditAmt();
BigInteger rhsInvestmentCreditAmt;
rhsInvestmentCreditAmt = that.getInvestmentCreditAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "investmentCreditAmt", lhsInvestmentCreditAmt), LocatorUtils.property(thatLocator, "investmentCreditAmt", rhsInvestmentCreditAmt), lhsInvestmentCreditAmt, rhsInvestmentCreditAmt, (this.investmentCreditAmt!= null), (that.investmentCreditAmt!= null))) {
return false;
}
}
{
BigInteger lhsWorkOpportunityCreditAmt;
lhsWorkOpportunityCreditAmt = this.getWorkOpportunityCreditAmt();
BigInteger rhsWorkOpportunityCreditAmt;
rhsWorkOpportunityCreditAmt = that.getWorkOpportunityCreditAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "workOpportunityCreditAmt", lhsWorkOpportunityCreditAmt), LocatorUtils.property(thatLocator, "workOpportunityCreditAmt", rhsWorkOpportunityCreditAmt), lhsWorkOpportunityCreditAmt, rhsWorkOpportunityCreditAmt, (this.workOpportunityCreditAmt!= null), (that.workOpportunityCreditAmt!= null))) {
return false;
}
}
{
BigInteger lhsForm8844CreditAmt;
lhsForm8844CreditAmt = this.getForm8844CreditAmt();
BigInteger rhsForm8844CreditAmt;
rhsForm8844CreditAmt = that.getForm8844CreditAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "form8844CreditAmt", lhsForm8844CreditAmt), LocatorUtils.property(thatLocator, "form8844CreditAmt", rhsForm8844CreditAmt), lhsForm8844CreditAmt, rhsForm8844CreditAmt, (this.form8844CreditAmt!= null), (that.form8844CreditAmt!= null))) {
return false;
}
}
{
BigInteger lhsForm8896CreditAmt;
lhsForm8896CreditAmt = this.getForm8896CreditAmt();
BigInteger rhsForm8896CreditAmt;
rhsForm8896CreditAmt = that.getForm8896CreditAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "form8896CreditAmt", lhsForm8896CreditAmt), LocatorUtils.property(thatLocator, "form8896CreditAmt", rhsForm8896CreditAmt), lhsForm8896CreditAmt, rhsForm8896CreditAmt, (this.form8896CreditAmt!= null), (that.form8896CreditAmt!= null))) {
return false;
}
}
{
BigInteger lhsForm8941CreditAmt;
lhsForm8941CreditAmt = this.getForm8941CreditAmt();
BigInteger rhsForm8941CreditAmt;
rhsForm8941CreditAmt = that.getForm8941CreditAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "form8941CreditAmt", lhsForm8941CreditAmt), LocatorUtils.property(thatLocator, "form8941CreditAmt", rhsForm8941CreditAmt), lhsForm8941CreditAmt, rhsForm8941CreditAmt, (this.form8941CreditAmt!= null), (that.form8941CreditAmt!= null))) {
return false;
}
}
{
BigInteger lhsForm8932CreditAmt;
lhsForm8932CreditAmt = this.getForm8932CreditAmt();
BigInteger rhsForm8932CreditAmt;
rhsForm8932CreditAmt = that.getForm8932CreditAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "form8932CreditAmt", lhsForm8932CreditAmt), LocatorUtils.property(thatLocator, "form8932CreditAmt", rhsForm8932CreditAmt), lhsForm8932CreditAmt, rhsForm8932CreditAmt, (this.form8932CreditAmt!= null), (that.form8932CreditAmt!= null))) {
return false;
}
}
{
BigInteger lhsEPASulfurRegDeductionAmt;
lhsEPASulfurRegDeductionAmt = this.getEPASulfurRegDeductionAmt();
BigInteger rhsEPASulfurRegDeductionAmt;
rhsEPASulfurRegDeductionAmt = that.getEPASulfurRegDeductionAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "epaSulfurRegDeductionAmt", lhsEPASulfurRegDeductionAmt), LocatorUtils.property(thatLocator, "epaSulfurRegDeductionAmt", rhsEPASulfurRegDeductionAmt), lhsEPASulfurRegDeductionAmt, rhsEPASulfurRegDeductionAmt, (this.epaSulfurRegDeductionAmt!= null), (that.epaSulfurRegDeductionAmt!= null))) {
return false;
}
}
{
BigInteger lhsForm8864CreditAmt;
lhsForm8864CreditAmt = this.getForm8864CreditAmt();
BigInteger rhsForm8864CreditAmt;
rhsForm8864CreditAmt = that.getForm8864CreditAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "form8864CreditAmt", lhsForm8864CreditAmt), LocatorUtils.property(thatLocator, "form8864CreditAmt", rhsForm8864CreditAmt), lhsForm8864CreditAmt, rhsForm8864CreditAmt, (this.form8864CreditAmt!= null), (that.form8864CreditAmt!= null))) {
return false;
}
}
return true;
}
public boolean equals(Object object) {
final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE;
return equals(null, null, object, strategy);
}
}