Tree
+- root: Form1099MISCTotalAmtGrpType
| +- federalIncomeTaxWithheldAmt: BigInteger
| +- totalReportedAmt: BigInteger
| +- rentAmt: BigInteger
| +- royaltyAmt: BigInteger
| +- otherIncomeAmt: BigInteger
| +- fishingBoatProceedsAmt: BigInteger
| +- medicalHealthCarePaymentsAmt: BigInteger
| +- substitutePaymentsAmt: BigInteger
| +- cropInsuranceProceedsAmt: BigInteger
| +- attorneyGrossProceedsPaidAmt: BigInteger
| +- fishPurchasedForResaleAmt: BigInteger
| +- section409ADeferralsAmt: BigInteger
| +- excessParachutePaymentAmt: BigInteger
| +- nonqlfyDeferredCompensationAmt: BigInteger
Flattened
Form1099MISCTotalAmtGrpType.federalIncomeTaxWithheldAmt
Form1099MISCTotalAmtGrpType.totalReportedAmt
Form1099MISCTotalAmtGrpType.rentAmt
Form1099MISCTotalAmtGrpType.royaltyAmt
Form1099MISCTotalAmtGrpType.otherIncomeAmt
Form1099MISCTotalAmtGrpType.fishingBoatProceedsAmt
Form1099MISCTotalAmtGrpType.medicalHealthCarePaymentsAmt
Form1099MISCTotalAmtGrpType.substitutePaymentsAmt
Form1099MISCTotalAmtGrpType.cropInsuranceProceedsAmt
Form1099MISCTotalAmtGrpType.attorneyGrossProceedsPaidAmt
Form1099MISCTotalAmtGrpType.fishPurchasedForResaleAmt
Form1099MISCTotalAmtGrpType.section409ADeferralsAmt
Form1099MISCTotalAmtGrpType.excessParachutePaymentAmt
Form1099MISCTotalAmtGrpType.nonqlfyDeferredCompensationAmt
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 MISC Total Amount Group Type</DictionaryEntryNm><MajorVersionNum>1</MajorVersionNum><MinorVersionNum>0</MinorVersionNum><VersionEffectiveBeginDt>2021-05-17</VersionEffectiveBeginDt><VersionDescriptionTxt>Initial version</VersionDescriptionTxt><DescriptionTxt>The content model for the form 1099 misc total amounts.</DescriptionTxt></Component>
* </pre>
*
*
* <p>Java class for Form1099MISCTotalAmtGrpType complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="Form1099MISCTotalAmtGrpType">
* <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="RentAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="RoyaltyAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="OtherIncomeAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="FishingBoatProceedsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="MedicalHealthCarePaymentsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="SubstitutePaymentsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="CropInsuranceProceedsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="AttorneyGrossProceedsPaidAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="FishPurchasedForResaleAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="Section409ADeferralsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="ExcessParachutePaymentAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="NonqlfyDeferredCompensationAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Form1099MISCTotalAmtGrpType", namespace = "urn:us:gov:treasury:irs:ir", propOrder = {
"federalIncomeTaxWithheldAmt",
"totalReportedAmt",
"rentAmt",
"royaltyAmt",
"otherIncomeAmt",
"fishingBoatProceedsAmt",
"medicalHealthCarePaymentsAmt",
"substitutePaymentsAmt",
"cropInsuranceProceedsAmt",
"attorneyGrossProceedsPaidAmt",
"fishPurchasedForResaleAmt",
"section409ADeferralsAmt",
"excessParachutePaymentAmt",
"nonqlfyDeferredCompensationAmt"
})
public class Form1099MISCTotalAmtGrpType 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 = "RentAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger rentAmt;
@XmlElement(name = "RoyaltyAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger royaltyAmt;
@XmlElement(name = "OtherIncomeAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger otherIncomeAmt;
@XmlElement(name = "FishingBoatProceedsAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger fishingBoatProceedsAmt;
@XmlElement(name = "MedicalHealthCarePaymentsAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger medicalHealthCarePaymentsAmt;
@XmlElement(name = "SubstitutePaymentsAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger substitutePaymentsAmt;
@XmlElement(name = "CropInsuranceProceedsAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger cropInsuranceProceedsAmt;
@XmlElement(name = "AttorneyGrossProceedsPaidAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger attorneyGrossProceedsPaidAmt;
@XmlElement(name = "FishPurchasedForResaleAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger fishPurchasedForResaleAmt;
@XmlElement(name = "Section409ADeferralsAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger section409ADeferralsAmt;
@XmlElement(name = "ExcessParachutePaymentAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger excessParachutePaymentAmt;
@XmlElement(name = "NonqlfyDeferredCompensationAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger nonqlfyDeferredCompensationAmt;
/**
* 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 rentAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getRentAmt() {
return rentAmt;
}
/**
* Sets the value of the rentAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setRentAmt(BigInteger value) {
this.rentAmt = value;
}
/**
* Gets the value of the royaltyAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getRoyaltyAmt() {
return royaltyAmt;
}
/**
* Sets the value of the royaltyAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setRoyaltyAmt(BigInteger value) {
this.royaltyAmt = value;
}
/**
* Gets the value of the otherIncomeAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getOtherIncomeAmt() {
return otherIncomeAmt;
}
/**
* Sets the value of the otherIncomeAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setOtherIncomeAmt(BigInteger value) {
this.otherIncomeAmt = value;
}
/**
* Gets the value of the fishingBoatProceedsAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getFishingBoatProceedsAmt() {
return fishingBoatProceedsAmt;
}
/**
* Sets the value of the fishingBoatProceedsAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setFishingBoatProceedsAmt(BigInteger value) {
this.fishingBoatProceedsAmt = value;
}
/**
* Gets the value of the medicalHealthCarePaymentsAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getMedicalHealthCarePaymentsAmt() {
return medicalHealthCarePaymentsAmt;
}
/**
* Sets the value of the medicalHealthCarePaymentsAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setMedicalHealthCarePaymentsAmt(BigInteger value) {
this.medicalHealthCarePaymentsAmt = value;
}
/**
* Gets the value of the substitutePaymentsAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getSubstitutePaymentsAmt() {
return substitutePaymentsAmt;
}
/**
* Sets the value of the substitutePaymentsAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setSubstitutePaymentsAmt(BigInteger value) {
this.substitutePaymentsAmt = value;
}
/**
* Gets the value of the cropInsuranceProceedsAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getCropInsuranceProceedsAmt() {
return cropInsuranceProceedsAmt;
}
/**
* Sets the value of the cropInsuranceProceedsAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setCropInsuranceProceedsAmt(BigInteger value) {
this.cropInsuranceProceedsAmt = value;
}
/**
* Gets the value of the attorneyGrossProceedsPaidAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getAttorneyGrossProceedsPaidAmt() {
return attorneyGrossProceedsPaidAmt;
}
/**
* Sets the value of the attorneyGrossProceedsPaidAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setAttorneyGrossProceedsPaidAmt(BigInteger value) {
this.attorneyGrossProceedsPaidAmt = value;
}
/**
* Gets the value of the fishPurchasedForResaleAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getFishPurchasedForResaleAmt() {
return fishPurchasedForResaleAmt;
}
/**
* Sets the value of the fishPurchasedForResaleAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setFishPurchasedForResaleAmt(BigInteger value) {
this.fishPurchasedForResaleAmt = value;
}
/**
* Gets the value of the section409ADeferralsAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getSection409ADeferralsAmt() {
return section409ADeferralsAmt;
}
/**
* Sets the value of the section409ADeferralsAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setSection409ADeferralsAmt(BigInteger value) {
this.section409ADeferralsAmt = value;
}
/**
* Gets the value of the excessParachutePaymentAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getExcessParachutePaymentAmt() {
return excessParachutePaymentAmt;
}
/**
* Sets the value of the excessParachutePaymentAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setExcessParachutePaymentAmt(BigInteger value) {
this.excessParachutePaymentAmt = value;
}
/**
* Gets the value of the nonqlfyDeferredCompensationAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getNonqlfyDeferredCompensationAmt() {
return nonqlfyDeferredCompensationAmt;
}
/**
* Sets the value of the nonqlfyDeferredCompensationAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setNonqlfyDeferredCompensationAmt(BigInteger value) {
this.nonqlfyDeferredCompensationAmt = 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 theRentAmt;
theRentAmt = this.getRentAmt();
strategy.appendField(locator, this, "rentAmt", buffer, theRentAmt, (this.rentAmt!= null));
}
{
BigInteger theRoyaltyAmt;
theRoyaltyAmt = this.getRoyaltyAmt();
strategy.appendField(locator, this, "royaltyAmt", buffer, theRoyaltyAmt, (this.royaltyAmt!= null));
}
{
BigInteger theOtherIncomeAmt;
theOtherIncomeAmt = this.getOtherIncomeAmt();
strategy.appendField(locator, this, "otherIncomeAmt", buffer, theOtherIncomeAmt, (this.otherIncomeAmt!= null));
}
{
BigInteger theFishingBoatProceedsAmt;
theFishingBoatProceedsAmt = this.getFishingBoatProceedsAmt();
strategy.appendField(locator, this, "fishingBoatProceedsAmt", buffer, theFishingBoatProceedsAmt, (this.fishingBoatProceedsAmt!= null));
}
{
BigInteger theMedicalHealthCarePaymentsAmt;
theMedicalHealthCarePaymentsAmt = this.getMedicalHealthCarePaymentsAmt();
strategy.appendField(locator, this, "medicalHealthCarePaymentsAmt", buffer, theMedicalHealthCarePaymentsAmt, (this.medicalHealthCarePaymentsAmt!= null));
}
{
BigInteger theSubstitutePaymentsAmt;
theSubstitutePaymentsAmt = this.getSubstitutePaymentsAmt();
strategy.appendField(locator, this, "substitutePaymentsAmt", buffer, theSubstitutePaymentsAmt, (this.substitutePaymentsAmt!= null));
}
{
BigInteger theCropInsuranceProceedsAmt;
theCropInsuranceProceedsAmt = this.getCropInsuranceProceedsAmt();
strategy.appendField(locator, this, "cropInsuranceProceedsAmt", buffer, theCropInsuranceProceedsAmt, (this.cropInsuranceProceedsAmt!= null));
}
{
BigInteger theAttorneyGrossProceedsPaidAmt;
theAttorneyGrossProceedsPaidAmt = this.getAttorneyGrossProceedsPaidAmt();
strategy.appendField(locator, this, "attorneyGrossProceedsPaidAmt", buffer, theAttorneyGrossProceedsPaidAmt, (this.attorneyGrossProceedsPaidAmt!= null));
}
{
BigInteger theFishPurchasedForResaleAmt;
theFishPurchasedForResaleAmt = this.getFishPurchasedForResaleAmt();
strategy.appendField(locator, this, "fishPurchasedForResaleAmt", buffer, theFishPurchasedForResaleAmt, (this.fishPurchasedForResaleAmt!= null));
}
{
BigInteger theSection409ADeferralsAmt;
theSection409ADeferralsAmt = this.getSection409ADeferralsAmt();
strategy.appendField(locator, this, "section409ADeferralsAmt", buffer, theSection409ADeferralsAmt, (this.section409ADeferralsAmt!= null));
}
{
BigInteger theExcessParachutePaymentAmt;
theExcessParachutePaymentAmt = this.getExcessParachutePaymentAmt();
strategy.appendField(locator, this, "excessParachutePaymentAmt", buffer, theExcessParachutePaymentAmt, (this.excessParachutePaymentAmt!= null));
}
{
BigInteger theNonqlfyDeferredCompensationAmt;
theNonqlfyDeferredCompensationAmt = this.getNonqlfyDeferredCompensationAmt();
strategy.appendField(locator, this, "nonqlfyDeferredCompensationAmt", buffer, theNonqlfyDeferredCompensationAmt, (this.nonqlfyDeferredCompensationAmt!= 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 Form1099MISCTotalAmtGrpType that = ((Form1099MISCTotalAmtGrpType) 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 lhsRentAmt;
lhsRentAmt = this.getRentAmt();
BigInteger rhsRentAmt;
rhsRentAmt = that.getRentAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "rentAmt", lhsRentAmt), LocatorUtils.property(thatLocator, "rentAmt", rhsRentAmt), lhsRentAmt, rhsRentAmt, (this.rentAmt!= null), (that.rentAmt!= null))) {
return false;
}
}
{
BigInteger lhsRoyaltyAmt;
lhsRoyaltyAmt = this.getRoyaltyAmt();
BigInteger rhsRoyaltyAmt;
rhsRoyaltyAmt = that.getRoyaltyAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "royaltyAmt", lhsRoyaltyAmt), LocatorUtils.property(thatLocator, "royaltyAmt", rhsRoyaltyAmt), lhsRoyaltyAmt, rhsRoyaltyAmt, (this.royaltyAmt!= null), (that.royaltyAmt!= null))) {
return false;
}
}
{
BigInteger lhsOtherIncomeAmt;
lhsOtherIncomeAmt = this.getOtherIncomeAmt();
BigInteger rhsOtherIncomeAmt;
rhsOtherIncomeAmt = that.getOtherIncomeAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "otherIncomeAmt", lhsOtherIncomeAmt), LocatorUtils.property(thatLocator, "otherIncomeAmt", rhsOtherIncomeAmt), lhsOtherIncomeAmt, rhsOtherIncomeAmt, (this.otherIncomeAmt!= null), (that.otherIncomeAmt!= null))) {
return false;
}
}
{
BigInteger lhsFishingBoatProceedsAmt;
lhsFishingBoatProceedsAmt = this.getFishingBoatProceedsAmt();
BigInteger rhsFishingBoatProceedsAmt;
rhsFishingBoatProceedsAmt = that.getFishingBoatProceedsAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "fishingBoatProceedsAmt", lhsFishingBoatProceedsAmt), LocatorUtils.property(thatLocator, "fishingBoatProceedsAmt", rhsFishingBoatProceedsAmt), lhsFishingBoatProceedsAmt, rhsFishingBoatProceedsAmt, (this.fishingBoatProceedsAmt!= null), (that.fishingBoatProceedsAmt!= null))) {
return false;
}
}
{
BigInteger lhsMedicalHealthCarePaymentsAmt;
lhsMedicalHealthCarePaymentsAmt = this.getMedicalHealthCarePaymentsAmt();
BigInteger rhsMedicalHealthCarePaymentsAmt;
rhsMedicalHealthCarePaymentsAmt = that.getMedicalHealthCarePaymentsAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "medicalHealthCarePaymentsAmt", lhsMedicalHealthCarePaymentsAmt), LocatorUtils.property(thatLocator, "medicalHealthCarePaymentsAmt", rhsMedicalHealthCarePaymentsAmt), lhsMedicalHealthCarePaymentsAmt, rhsMedicalHealthCarePaymentsAmt, (this.medicalHealthCarePaymentsAmt!= null), (that.medicalHealthCarePaymentsAmt!= null))) {
return false;
}
}
{
BigInteger lhsSubstitutePaymentsAmt;
lhsSubstitutePaymentsAmt = this.getSubstitutePaymentsAmt();
BigInteger rhsSubstitutePaymentsAmt;
rhsSubstitutePaymentsAmt = that.getSubstitutePaymentsAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "substitutePaymentsAmt", lhsSubstitutePaymentsAmt), LocatorUtils.property(thatLocator, "substitutePaymentsAmt", rhsSubstitutePaymentsAmt), lhsSubstitutePaymentsAmt, rhsSubstitutePaymentsAmt, (this.substitutePaymentsAmt!= null), (that.substitutePaymentsAmt!= null))) {
return false;
}
}
{
BigInteger lhsCropInsuranceProceedsAmt;
lhsCropInsuranceProceedsAmt = this.getCropInsuranceProceedsAmt();
BigInteger rhsCropInsuranceProceedsAmt;
rhsCropInsuranceProceedsAmt = that.getCropInsuranceProceedsAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "cropInsuranceProceedsAmt", lhsCropInsuranceProceedsAmt), LocatorUtils.property(thatLocator, "cropInsuranceProceedsAmt", rhsCropInsuranceProceedsAmt), lhsCropInsuranceProceedsAmt, rhsCropInsuranceProceedsAmt, (this.cropInsuranceProceedsAmt!= null), (that.cropInsuranceProceedsAmt!= null))) {
return false;
}
}
{
BigInteger lhsAttorneyGrossProceedsPaidAmt;
lhsAttorneyGrossProceedsPaidAmt = this.getAttorneyGrossProceedsPaidAmt();
BigInteger rhsAttorneyGrossProceedsPaidAmt;
rhsAttorneyGrossProceedsPaidAmt = that.getAttorneyGrossProceedsPaidAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "attorneyGrossProceedsPaidAmt", lhsAttorneyGrossProceedsPaidAmt), LocatorUtils.property(thatLocator, "attorneyGrossProceedsPaidAmt", rhsAttorneyGrossProceedsPaidAmt), lhsAttorneyGrossProceedsPaidAmt, rhsAttorneyGrossProceedsPaidAmt, (this.attorneyGrossProceedsPaidAmt!= null), (that.attorneyGrossProceedsPaidAmt!= null))) {
return false;
}
}
{
BigInteger lhsFishPurchasedForResaleAmt;
lhsFishPurchasedForResaleAmt = this.getFishPurchasedForResaleAmt();
BigInteger rhsFishPurchasedForResaleAmt;
rhsFishPurchasedForResaleAmt = that.getFishPurchasedForResaleAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "fishPurchasedForResaleAmt", lhsFishPurchasedForResaleAmt), LocatorUtils.property(thatLocator, "fishPurchasedForResaleAmt", rhsFishPurchasedForResaleAmt), lhsFishPurchasedForResaleAmt, rhsFishPurchasedForResaleAmt, (this.fishPurchasedForResaleAmt!= null), (that.fishPurchasedForResaleAmt!= null))) {
return false;
}
}
{
BigInteger lhsSection409ADeferralsAmt;
lhsSection409ADeferralsAmt = this.getSection409ADeferralsAmt();
BigInteger rhsSection409ADeferralsAmt;
rhsSection409ADeferralsAmt = that.getSection409ADeferralsAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "section409ADeferralsAmt", lhsSection409ADeferralsAmt), LocatorUtils.property(thatLocator, "section409ADeferralsAmt", rhsSection409ADeferralsAmt), lhsSection409ADeferralsAmt, rhsSection409ADeferralsAmt, (this.section409ADeferralsAmt!= null), (that.section409ADeferralsAmt!= null))) {
return false;
}
}
{
BigInteger lhsExcessParachutePaymentAmt;
lhsExcessParachutePaymentAmt = this.getExcessParachutePaymentAmt();
BigInteger rhsExcessParachutePaymentAmt;
rhsExcessParachutePaymentAmt = that.getExcessParachutePaymentAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "excessParachutePaymentAmt", lhsExcessParachutePaymentAmt), LocatorUtils.property(thatLocator, "excessParachutePaymentAmt", rhsExcessParachutePaymentAmt), lhsExcessParachutePaymentAmt, rhsExcessParachutePaymentAmt, (this.excessParachutePaymentAmt!= null), (that.excessParachutePaymentAmt!= null))) {
return false;
}
}
{
BigInteger lhsNonqlfyDeferredCompensationAmt;
lhsNonqlfyDeferredCompensationAmt = this.getNonqlfyDeferredCompensationAmt();
BigInteger rhsNonqlfyDeferredCompensationAmt;
rhsNonqlfyDeferredCompensationAmt = that.getNonqlfyDeferredCompensationAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "nonqlfyDeferredCompensationAmt", lhsNonqlfyDeferredCompensationAmt), LocatorUtils.property(thatLocator, "nonqlfyDeferredCompensationAmt", rhsNonqlfyDeferredCompensationAmt), lhsNonqlfyDeferredCompensationAmt, rhsNonqlfyDeferredCompensationAmt, (this.nonqlfyDeferredCompensationAmt!= null), (that.nonqlfyDeferredCompensationAmt!= null))) {
return false;
}
}
return true;
}
public boolean equals(Object object) {
final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE;
return equals(null, null, object, strategy);
}
}