Tree
+- root: Form1099QATotalAmtGrpType
| +- totalReportedAmt: BigInteger
| +- grossDistributionAmt: BigInteger
| +- earningsAmt: BigInteger
| +- basisAmt: BigInteger
Flattened
Form1099QATotalAmtGrpType.totalReportedAmt
Form1099QATotalAmtGrpType.grossDistributionAmt
Form1099QATotalAmtGrpType.earningsAmt
Form1099QATotalAmtGrpType.basisAmt
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 QA Total Amount Group Type</DictionaryEntryNm><MajorVersionNum>1</MajorVersionNum><MinorVersionNum>0</MinorVersionNum><VersionEffectiveBeginDt>2022-01-20</VersionEffectiveBeginDt><VersionDescriptionTxt>Initial version</VersionDescriptionTxt><DescriptionTxt>The content model for the form 1099 QA total amounts.</DescriptionTxt></Component>
* </pre>
*
*
* <p>Java class for Form1099QATotalAmtGrpType complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="Form1099QATotalAmtGrpType">
* <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="GrossDistributionAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* <element name="EarningsAmt" type="{urn:us:gov:treasury:irs:ir}USAmountType" minOccurs="0"/>
* <element name="BasisAmt" type="{urn:us:gov:treasury:irs:ir}USAmountNNType" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Form1099QATotalAmtGrpType", namespace = "urn:us:gov:treasury:irs:ir", propOrder = {
"totalReportedAmt",
"grossDistributionAmt",
"earningsAmt",
"basisAmt"
})
public class Form1099QATotalAmtGrpType implements Equals2, ToString2
{
@XmlElement(name = "TotalReportedAmt", namespace = "urn:us:gov:treasury:irs:ir")
protected BigInteger totalReportedAmt;
@XmlElement(name = "GrossDistributionAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger grossDistributionAmt;
@XmlElement(name = "EarningsAmt", namespace = "urn:us:gov:treasury:irs:ir")
protected BigInteger earningsAmt;
@XmlElement(name = "BasisAmt", namespace = "urn:us:gov:treasury:irs:ir")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger basisAmt;
/**
* 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 grossDistributionAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getGrossDistributionAmt() {
return grossDistributionAmt;
}
/**
* Sets the value of the grossDistributionAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setGrossDistributionAmt(BigInteger value) {
this.grossDistributionAmt = value;
}
/**
* Gets the value of the earningsAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getEarningsAmt() {
return earningsAmt;
}
/**
* Sets the value of the earningsAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setEarningsAmt(BigInteger value) {
this.earningsAmt = value;
}
/**
* Gets the value of the basisAmt property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getBasisAmt() {
return basisAmt;
}
/**
* Sets the value of the basisAmt property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setBasisAmt(BigInteger value) {
this.basisAmt = 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 theGrossDistributionAmt;
theGrossDistributionAmt = this.getGrossDistributionAmt();
strategy.appendField(locator, this, "grossDistributionAmt", buffer, theGrossDistributionAmt, (this.grossDistributionAmt!= null));
}
{
BigInteger theEarningsAmt;
theEarningsAmt = this.getEarningsAmt();
strategy.appendField(locator, this, "earningsAmt", buffer, theEarningsAmt, (this.earningsAmt!= null));
}
{
BigInteger theBasisAmt;
theBasisAmt = this.getBasisAmt();
strategy.appendField(locator, this, "basisAmt", buffer, theBasisAmt, (this.basisAmt!= 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 Form1099QATotalAmtGrpType that = ((Form1099QATotalAmtGrpType) 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 lhsGrossDistributionAmt;
lhsGrossDistributionAmt = this.getGrossDistributionAmt();
BigInteger rhsGrossDistributionAmt;
rhsGrossDistributionAmt = that.getGrossDistributionAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "grossDistributionAmt", lhsGrossDistributionAmt), LocatorUtils.property(thatLocator, "grossDistributionAmt", rhsGrossDistributionAmt), lhsGrossDistributionAmt, rhsGrossDistributionAmt, (this.grossDistributionAmt!= null), (that.grossDistributionAmt!= null))) {
return false;
}
}
{
BigInteger lhsEarningsAmt;
lhsEarningsAmt = this.getEarningsAmt();
BigInteger rhsEarningsAmt;
rhsEarningsAmt = that.getEarningsAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "earningsAmt", lhsEarningsAmt), LocatorUtils.property(thatLocator, "earningsAmt", rhsEarningsAmt), lhsEarningsAmt, rhsEarningsAmt, (this.earningsAmt!= null), (that.earningsAmt!= null))) {
return false;
}
}
{
BigInteger lhsBasisAmt;
lhsBasisAmt = this.getBasisAmt();
BigInteger rhsBasisAmt;
rhsBasisAmt = that.getBasisAmt();
if (!strategy.equals(LocatorUtils.property(thisLocator, "basisAmt", lhsBasisAmt), LocatorUtils.property(thatLocator, "basisAmt", rhsBasisAmt), lhsBasisAmt, rhsBasisAmt, (this.basisAmt!= null), (that.basisAmt!= null))) {
return false;
}
}
return true;
}
public boolean equals(Object object) {
final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE;
return equals(null, null, object, strategy);
}
}