Tree
+- root: Form1099HTotalAmtGrpType
| +- totalReportedAmt: BigInteger
| +- hctcAdvancePaymentsAmt: BigInteger
| +- januaryAmt: BigInteger
| +- februaryAmt: BigInteger
| +- marchAmt: BigInteger
| +- aprilAmt: BigInteger
| +- mayAmt: BigInteger
| +- juneAmt: BigInteger
| +- julyAmt: BigInteger
| +- augustAmt: BigInteger
| +- septemberAmt: BigInteger
| +- octoberAmt: BigInteger
| +- novemberAmt: BigInteger
| +- decemberAmt: BigInteger
Flattened
Form1099HTotalAmtGrpType.totalReportedAmt
Form1099HTotalAmtGrpType.hctcAdvancePaymentsAmt
Form1099HTotalAmtGrpType.januaryAmt
Form1099HTotalAmtGrpType.februaryAmt
Form1099HTotalAmtGrpType.marchAmt
Form1099HTotalAmtGrpType.aprilAmt
Form1099HTotalAmtGrpType.mayAmt
Form1099HTotalAmtGrpType.juneAmt
Form1099HTotalAmtGrpType.julyAmt
Form1099HTotalAmtGrpType.augustAmt
Form1099HTotalAmtGrpType.septemberAmt
Form1099HTotalAmtGrpType.octoberAmt
Form1099HTotalAmtGrpType.novemberAmt
Form1099HTotalAmtGrpType.decemberAmt
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 H 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 H total amounts.</DescriptionTxt></Component>
* </pre>
*
*
* <p>Java class for Form1099HTotalAmtGrpType complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="Form1099HTotalAmtGrpType">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="TotalReportedAmt" type="{urn:us:gov:treasury:irs:ir}USAmountType" minOccurs="0"/>
* <element name="HCTCAdvancePaymentsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType"/>
* <element name="JanuaryAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="FebruaryAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="MarchAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="AprilAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="MayAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="JuneAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="JulyAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="AugustAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="SeptemberAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="OctoberAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="NovemberAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="DecemberAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Form1099HTotalAmtGrpType", namespace = "urn:us:gov:treasury:irs:ir", propOrder = {
"totalReportedAmt",
"hctcAdvancePaymentsAmt",
"januaryAmt",
"februaryAmt",
"marchAmt",
"aprilAmt",
"mayAmt",
"juneAmt",
"julyAmt",
"augustAmt",
"septemberAmt",
"octoberAmt",
"novemberAmt",
"decemberAmt"
})
public class Form1099HTotalAmtGrpType implements Equals2, ToString2
{
@XmlElement(name = "TotalReportedAmt", namespace = "urn:us:gov:treasury:irs:ir")
protected BigInteger totalReportedAmt;
@XmlElement(name = "HCTCAdvancePaymentsAmt", namespace = "urn:us:gov:treasury:irs:ir", required = true)
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger hctcAdvancePaymentsAmt;
@XmlElement(name = "JanuaryAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger januaryAmt;
@XmlElement(name = "FebruaryAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger februaryAmt;
@XmlElement(name = "MarchAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger marchAmt;
@XmlElement(name = "AprilAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger aprilAmt;
@XmlElement(name = "MayAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger mayAmt;
@XmlElement(name = "JuneAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger juneAmt;
@XmlElement(name = "JulyAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger julyAmt;
@XmlElement(name = "AugustAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger augustAmt;
@XmlElement(name = "SeptemberAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger septemberAmt;
@XmlElement(name = "OctoberAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger octoberAmt;
@XmlElement(name = "NovemberAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger novemberAmt;
@XmlElement(name = "DecemberAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger decemberAmt;
/**
* 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 hctcAdvancePaymentsAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getHCTCAdvancePaymentsAmt() {
return hctcAdvancePaymentsAmt;
}
/**
* Sets the value of the hctcAdvancePaymentsAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setHCTCAdvancePaymentsAmt(BigInteger value) {
this.hctcAdvancePaymentsAmt = value;
}
/**
* Gets the value of the januaryAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getJanuaryAmt() {
return januaryAmt;
}
/**
* Sets the value of the januaryAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setJanuaryAmt(BigInteger value) {
this.januaryAmt = value;
}
/**
* Gets the value of the februaryAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getFebruaryAmt() {
return februaryAmt;
}
/**
* Sets the value of the februaryAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setFebruaryAmt(BigInteger value) {
this.februaryAmt = value;
}
/**
* Gets the value of the marchAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getMarchAmt() {
return marchAmt;
}
/**
* Sets the value of the marchAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setMarchAmt(BigInteger value) {
this.marchAmt = value;
}
/**
* Gets the value of the aprilAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getAprilAmt() {
return aprilAmt;
}
/**
* Sets the value of the aprilAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setAprilAmt(BigInteger value) {
this.aprilAmt = value;
}
/**
* Gets the value of the mayAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getMayAmt() {
return mayAmt;
}
/**
* Sets the value of the mayAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setMayAmt(BigInteger value) {
this.mayAmt = value;
}
/**
* Gets the value of the juneAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getJuneAmt() {
return juneAmt;
}
/**
* Sets the value of the juneAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setJuneAmt(BigInteger value) {
this.juneAmt = value;
}
/**
* Gets the value of the julyAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getJulyAmt() {
return julyAmt;
}
/**
* Sets the value of the julyAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setJulyAmt(BigInteger value) {
this.julyAmt = value;
}
/**
* Gets the value of the augustAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getAugustAmt() {
return augustAmt;
}
/**
* Sets the value of the augustAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setAugustAmt(BigInteger value) {
this.augustAmt = value;
}
/**
* Gets the value of the septemberAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getSeptemberAmt() {
return septemberAmt;
}
/**
* Sets the value of the septemberAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setSeptemberAmt(BigInteger value) {
this.septemberAmt = value;
}
/**
* Gets the value of the octoberAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getOctoberAmt() {
return octoberAmt;
}
/**
* Sets the value of the octoberAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setOctoberAmt(BigInteger value) {
this.octoberAmt = value;
}
/**
* Gets the value of the novemberAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getNovemberAmt() {
return novemberAmt;
}
/**
* Sets the value of the novemberAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setNovemberAmt(BigInteger value) {
this.novemberAmt = value;
}
/**
* Gets the value of the decemberAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getDecemberAmt() {
return decemberAmt;
}
/**
* Sets the value of the decemberAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setDecemberAmt(BigInteger value) {
this.decemberAmt = 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 theTotalReportedAmt;
theTotalReportedAmt = this.getTotalReportedAmt();
strategy.appendField(locator, this, "totalReportedAmt", buffer, theTotalReportedAmt, (this.totalReportedAmt!= null));
}
{
BigInteger theHCTCAdvancePaymentsAmt;
theHCTCAdvancePaymentsAmt = this.getHCTCAdvancePaymentsAmt();
strategy.appendField(locator, this, "hctcAdvancePaymentsAmt", buffer, theHCTCAdvancePaymentsAmt, (this.hctcAdvancePaymentsAmt!= null));
}
{
BigInteger theJanuaryAmt;
theJanuaryAmt = this.getJanuaryAmt();
strategy.appendField(locator, this, "januaryAmt", buffer, theJanuaryAmt, (this.januaryAmt!= null));
}
{
BigInteger theFebruaryAmt;
theFebruaryAmt = this.getFebruaryAmt();
strategy.appendField(locator, this, "februaryAmt", buffer, theFebruaryAmt, (this.februaryAmt!= null));
}
{
BigInteger theMarchAmt;
theMarchAmt = this.getMarchAmt();
strategy.appendField(locator, this, "marchAmt", buffer, theMarchAmt, (this.marchAmt!= null));
}
{
BigInteger theAprilAmt;
theAprilAmt = this.getAprilAmt();
strategy.appendField(locator, this, "aprilAmt", buffer, theAprilAmt, (this.aprilAmt!= null));
}
{
BigInteger theMayAmt;
theMayAmt = this.getMayAmt();
strategy.appendField(locator, this, "mayAmt", buffer, theMayAmt, (this.mayAmt!= null));
}
{
BigInteger theJuneAmt;
theJuneAmt = this.getJuneAmt();
strategy.appendField(locator, this, "juneAmt", buffer, theJuneAmt, (this.juneAmt!= null));
}
{
BigInteger theJulyAmt;
theJulyAmt = this.getJulyAmt();
strategy.appendField(locator, this, "julyAmt", buffer, theJulyAmt, (this.julyAmt!= null));
}
{
BigInteger theAugustAmt;
theAugustAmt = this.getAugustAmt();
strategy.appendField(locator, this, "augustAmt", buffer, theAugustAmt, (this.augustAmt!= null));
}
{
BigInteger theSeptemberAmt;
theSeptemberAmt = this.getSeptemberAmt();
strategy.appendField(locator, this, "septemberAmt", buffer, theSeptemberAmt, (this.septemberAmt!= null));
}
{
BigInteger theOctoberAmt;
theOctoberAmt = this.getOctoberAmt();
strategy.appendField(locator, this, "octoberAmt", buffer, theOctoberAmt, (this.octoberAmt!= null));
}
{
BigInteger theNovemberAmt;
theNovemberAmt = this.getNovemberAmt();
strategy.appendField(locator, this, "novemberAmt", buffer, theNovemberAmt, (this.novemberAmt!= null));
}
{
BigInteger theDecemberAmt;
theDecemberAmt = this.getDecemberAmt();
strategy.appendField(locator, this, "decemberAmt", buffer, theDecemberAmt, (this.decemberAmt!= 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 Form1099HTotalAmtGrpType that = ((Form1099HTotalAmtGrpType) object);
{
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 lhsHCTCAdvancePaymentsAmt;
lhsHCTCAdvancePaymentsAmt = this.getHCTCAdvancePaymentsAmt();
BigInteger rhsHCTCAdvancePaymentsAmt;
rhsHCTCAdvancePaymentsAmt = that.getHCTCAdvancePaymentsAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "hctcAdvancePaymentsAmt", lhsHCTCAdvancePaymentsAmt), LocatorUtils.property(thatLocator, "hctcAdvancePaymentsAmt", rhsHCTCAdvancePaymentsAmt), lhsHCTCAdvancePaymentsAmt, rhsHCTCAdvancePaymentsAmt, (this.hctcAdvancePaymentsAmt!= null), (that.hctcAdvancePaymentsAmt!= null))) {
return false;
}
}
{
BigInteger lhsJanuaryAmt;
lhsJanuaryAmt = this.getJanuaryAmt();
BigInteger rhsJanuaryAmt;
rhsJanuaryAmt = that.getJanuaryAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "januaryAmt", lhsJanuaryAmt), LocatorUtils.property(thatLocator, "januaryAmt", rhsJanuaryAmt), lhsJanuaryAmt, rhsJanuaryAmt, (this.januaryAmt!= null), (that.januaryAmt!= null))) {
return false;
}
}
{
BigInteger lhsFebruaryAmt;
lhsFebruaryAmt = this.getFebruaryAmt();
BigInteger rhsFebruaryAmt;
rhsFebruaryAmt = that.getFebruaryAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "februaryAmt", lhsFebruaryAmt), LocatorUtils.property(thatLocator, "februaryAmt", rhsFebruaryAmt), lhsFebruaryAmt, rhsFebruaryAmt, (this.februaryAmt!= null), (that.februaryAmt!= null))) {
return false;
}
}
{
BigInteger lhsMarchAmt;
lhsMarchAmt = this.getMarchAmt();
BigInteger rhsMarchAmt;
rhsMarchAmt = that.getMarchAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "marchAmt", lhsMarchAmt), LocatorUtils.property(thatLocator, "marchAmt", rhsMarchAmt), lhsMarchAmt, rhsMarchAmt, (this.marchAmt!= null), (that.marchAmt!= null))) {
return false;
}
}
{
BigInteger lhsAprilAmt;
lhsAprilAmt = this.getAprilAmt();
BigInteger rhsAprilAmt;
rhsAprilAmt = that.getAprilAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "aprilAmt", lhsAprilAmt), LocatorUtils.property(thatLocator, "aprilAmt", rhsAprilAmt), lhsAprilAmt, rhsAprilAmt, (this.aprilAmt!= null), (that.aprilAmt!= null))) {
return false;
}
}
{
BigInteger lhsMayAmt;
lhsMayAmt = this.getMayAmt();
BigInteger rhsMayAmt;
rhsMayAmt = that.getMayAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "mayAmt", lhsMayAmt), LocatorUtils.property(thatLocator, "mayAmt", rhsMayAmt), lhsMayAmt, rhsMayAmt, (this.mayAmt!= null), (that.mayAmt!= null))) {
return false;
}
}
{
BigInteger lhsJuneAmt;
lhsJuneAmt = this.getJuneAmt();
BigInteger rhsJuneAmt;
rhsJuneAmt = that.getJuneAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "juneAmt", lhsJuneAmt), LocatorUtils.property(thatLocator, "juneAmt", rhsJuneAmt), lhsJuneAmt, rhsJuneAmt, (this.juneAmt!= null), (that.juneAmt!= null))) {
return false;
}
}
{
BigInteger lhsJulyAmt;
lhsJulyAmt = this.getJulyAmt();
BigInteger rhsJulyAmt;
rhsJulyAmt = that.getJulyAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "julyAmt", lhsJulyAmt), LocatorUtils.property(thatLocator, "julyAmt", rhsJulyAmt), lhsJulyAmt, rhsJulyAmt, (this.julyAmt!= null), (that.julyAmt!= null))) {
return false;
}
}
{
BigInteger lhsAugustAmt;
lhsAugustAmt = this.getAugustAmt();
BigInteger rhsAugustAmt;
rhsAugustAmt = that.getAugustAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "augustAmt", lhsAugustAmt), LocatorUtils.property(thatLocator, "augustAmt", rhsAugustAmt), lhsAugustAmt, rhsAugustAmt, (this.augustAmt!= null), (that.augustAmt!= null))) {
return false;
}
}
{
BigInteger lhsSeptemberAmt;
lhsSeptemberAmt = this.getSeptemberAmt();
BigInteger rhsSeptemberAmt;
rhsSeptemberAmt = that.getSeptemberAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "septemberAmt", lhsSeptemberAmt), LocatorUtils.property(thatLocator, "septemberAmt", rhsSeptemberAmt), lhsSeptemberAmt, rhsSeptemberAmt, (this.septemberAmt!= null), (that.septemberAmt!= null))) {
return false;
}
}
{
BigInteger lhsOctoberAmt;
lhsOctoberAmt = this.getOctoberAmt();
BigInteger rhsOctoberAmt;
rhsOctoberAmt = that.getOctoberAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "octoberAmt", lhsOctoberAmt), LocatorUtils.property(thatLocator, "octoberAmt", rhsOctoberAmt), lhsOctoberAmt, rhsOctoberAmt, (this.octoberAmt!= null), (that.octoberAmt!= null))) {
return false;
}
}
{
BigInteger lhsNovemberAmt;
lhsNovemberAmt = this.getNovemberAmt();
BigInteger rhsNovemberAmt;
rhsNovemberAmt = that.getNovemberAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "novemberAmt", lhsNovemberAmt), LocatorUtils.property(thatLocator, "novemberAmt", rhsNovemberAmt), lhsNovemberAmt, rhsNovemberAmt, (this.novemberAmt!= null), (that.novemberAmt!= null))) {
return false;
}
}
{
BigInteger lhsDecemberAmt;
lhsDecemberAmt = this.getDecemberAmt();
BigInteger rhsDecemberAmt;
rhsDecemberAmt = that.getDecemberAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "decemberAmt", lhsDecemberAmt), LocatorUtils.property(thatLocator, "decemberAmt", rhsDecemberAmt), lhsDecemberAmt, rhsDecemberAmt, (this.decemberAmt!= null), (that.decemberAmt!= null))) {
return false;
}
}
return true;
}
public boolean equals(Object object) {
final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE;
return equals(null, null, object, strategy);
}
}