All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.RequestedTenderTotalType Maven / Gradle / Ivy

//
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.11 
// Visite http://java.sun.com/xml/jaxb 
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
// Generado el: 2021.03.22 a las 07:02:09 PM CET 
//


package oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2;

import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AverageSubsequentContractAmountType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.EstimatedOverallContractAmountType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.EstimatedOverallFrameworkContractsAmountType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.MaximumAmountType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.MinimumAmountType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.MonetaryScopeType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.TaxIncludedIndicatorType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.TotalAmountType;
import oasis.names.specification.ubl.schema.xsd.commonextensioncomponents_2.UBLExtensionsType;
import org.jvnet.jaxb2_commons.lang.Equals2;
import org.jvnet.jaxb2_commons.lang.EqualsStrategy2;
import org.jvnet.jaxb2_commons.lang.HashCode2;
import org.jvnet.jaxb2_commons.lang.HashCodeStrategy2;
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy;
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;


/**
 * 

Clase Java para RequestedTenderTotalType complex type. * *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. * *

 * <complexType name="RequestedTenderTotalType">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}UBLExtensions" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EstimatedOverallContractAmount" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EstimatedOverallFrameworkContractsAmount" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalAmount" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxIncludedIndicator" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumAmount" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumAmount" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MonetaryScope" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AverageSubsequentContractAmount" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ApplicableTaxCategory" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "RequestedTenderTotalType", propOrder = { "ublExtensions", "estimatedOverallContractAmount", "estimatedOverallFrameworkContractsAmount", "totalAmount", "taxIncludedIndicator", "minimumAmount", "maximumAmount", "monetaryScope", "averageSubsequentContractAmount", "applicableTaxCategory" }) public class RequestedTenderTotalType implements Serializable, Equals2, HashCode2, ToString2 { private final static long serialVersionUID = 100L; @XmlElement(name = "UBLExtensions", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2") protected UBLExtensionsType ublExtensions; @XmlElement(name = "EstimatedOverallContractAmount", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected EstimatedOverallContractAmountType estimatedOverallContractAmount; @XmlElement(name = "EstimatedOverallFrameworkContractsAmount", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected EstimatedOverallFrameworkContractsAmountType estimatedOverallFrameworkContractsAmount; @XmlElement(name = "TotalAmount", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected TotalAmountType totalAmount; @XmlElement(name = "TaxIncludedIndicator", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected TaxIncludedIndicatorType taxIncludedIndicator; @XmlElement(name = "MinimumAmount", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected MinimumAmountType minimumAmount; @XmlElement(name = "MaximumAmount", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected MaximumAmountType maximumAmount; @XmlElement(name = "MonetaryScope", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected List monetaryScope; @XmlElement(name = "AverageSubsequentContractAmount", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected AverageSubsequentContractAmountType averageSubsequentContractAmount; @XmlElement(name = "ApplicableTaxCategory") protected List applicableTaxCategory; /** * Obtiene el valor de la propiedad ublExtensions. * * @return * possible object is * {@link UBLExtensionsType } * */ public UBLExtensionsType getUBLExtensions() { return ublExtensions; } /** * Define el valor de la propiedad ublExtensions. * * @param value * allowed object is * {@link UBLExtensionsType } * */ public void setUBLExtensions(UBLExtensionsType value) { this.ublExtensions = value; } /** * Obtiene el valor de la propiedad estimatedOverallContractAmount. * * @return * possible object is * {@link EstimatedOverallContractAmountType } * */ public EstimatedOverallContractAmountType getEstimatedOverallContractAmount() { return estimatedOverallContractAmount; } /** * Define el valor de la propiedad estimatedOverallContractAmount. * * @param value * allowed object is * {@link EstimatedOverallContractAmountType } * */ public void setEstimatedOverallContractAmount(EstimatedOverallContractAmountType value) { this.estimatedOverallContractAmount = value; } /** * Obtiene el valor de la propiedad estimatedOverallFrameworkContractsAmount. * * @return * possible object is * {@link EstimatedOverallFrameworkContractsAmountType } * */ public EstimatedOverallFrameworkContractsAmountType getEstimatedOverallFrameworkContractsAmount() { return estimatedOverallFrameworkContractsAmount; } /** * Define el valor de la propiedad estimatedOverallFrameworkContractsAmount. * * @param value * allowed object is * {@link EstimatedOverallFrameworkContractsAmountType } * */ public void setEstimatedOverallFrameworkContractsAmount(EstimatedOverallFrameworkContractsAmountType value) { this.estimatedOverallFrameworkContractsAmount = value; } /** * Obtiene el valor de la propiedad totalAmount. * * @return * possible object is * {@link TotalAmountType } * */ public TotalAmountType getTotalAmount() { return totalAmount; } /** * Define el valor de la propiedad totalAmount. * * @param value * allowed object is * {@link TotalAmountType } * */ public void setTotalAmount(TotalAmountType value) { this.totalAmount = value; } /** * Obtiene el valor de la propiedad taxIncludedIndicator. * * @return * possible object is * {@link TaxIncludedIndicatorType } * */ public TaxIncludedIndicatorType getTaxIncludedIndicator() { return taxIncludedIndicator; } /** * Define el valor de la propiedad taxIncludedIndicator. * * @param value * allowed object is * {@link TaxIncludedIndicatorType } * */ public void setTaxIncludedIndicator(TaxIncludedIndicatorType value) { this.taxIncludedIndicator = value; } /** * Obtiene el valor de la propiedad minimumAmount. * * @return * possible object is * {@link MinimumAmountType } * */ public MinimumAmountType getMinimumAmount() { return minimumAmount; } /** * Define el valor de la propiedad minimumAmount. * * @param value * allowed object is * {@link MinimumAmountType } * */ public void setMinimumAmount(MinimumAmountType value) { this.minimumAmount = value; } /** * Obtiene el valor de la propiedad maximumAmount. * * @return * possible object is * {@link MaximumAmountType } * */ public MaximumAmountType getMaximumAmount() { return maximumAmount; } /** * Define el valor de la propiedad maximumAmount. * * @param value * allowed object is * {@link MaximumAmountType } * */ public void setMaximumAmount(MaximumAmountType value) { this.maximumAmount = value; } /** * Gets the value of the monetaryScope property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the monetaryScope property. * *

* For example, to add a new item, do as follows: *

     *    getMonetaryScope().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link MonetaryScopeType } * * */ public List getMonetaryScope() { if (monetaryScope == null) { monetaryScope = new ArrayList(); } return this.monetaryScope; } /** * Obtiene el valor de la propiedad averageSubsequentContractAmount. * * @return * possible object is * {@link AverageSubsequentContractAmountType } * */ public AverageSubsequentContractAmountType getAverageSubsequentContractAmount() { return averageSubsequentContractAmount; } /** * Define el valor de la propiedad averageSubsequentContractAmount. * * @param value * allowed object is * {@link AverageSubsequentContractAmountType } * */ public void setAverageSubsequentContractAmount(AverageSubsequentContractAmountType value) { this.averageSubsequentContractAmount = value; } /** * Gets the value of the applicableTaxCategory property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the applicableTaxCategory property. * *

* For example, to add a new item, do as follows: *

     *    getApplicableTaxCategory().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link TaxCategoryType } * * */ public List getApplicableTaxCategory() { if (applicableTaxCategory == null) { applicableTaxCategory = new ArrayList(); } return this.applicableTaxCategory; } 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) { { UBLExtensionsType theUBLExtensions; theUBLExtensions = this.getUBLExtensions(); strategy.appendField(locator, this, "ublExtensions", buffer, theUBLExtensions, (this.ublExtensions!= null)); } { EstimatedOverallContractAmountType theEstimatedOverallContractAmount; theEstimatedOverallContractAmount = this.getEstimatedOverallContractAmount(); strategy.appendField(locator, this, "estimatedOverallContractAmount", buffer, theEstimatedOverallContractAmount, (this.estimatedOverallContractAmount!= null)); } { EstimatedOverallFrameworkContractsAmountType theEstimatedOverallFrameworkContractsAmount; theEstimatedOverallFrameworkContractsAmount = this.getEstimatedOverallFrameworkContractsAmount(); strategy.appendField(locator, this, "estimatedOverallFrameworkContractsAmount", buffer, theEstimatedOverallFrameworkContractsAmount, (this.estimatedOverallFrameworkContractsAmount!= null)); } { TotalAmountType theTotalAmount; theTotalAmount = this.getTotalAmount(); strategy.appendField(locator, this, "totalAmount", buffer, theTotalAmount, (this.totalAmount!= null)); } { TaxIncludedIndicatorType theTaxIncludedIndicator; theTaxIncludedIndicator = this.getTaxIncludedIndicator(); strategy.appendField(locator, this, "taxIncludedIndicator", buffer, theTaxIncludedIndicator, (this.taxIncludedIndicator!= null)); } { MinimumAmountType theMinimumAmount; theMinimumAmount = this.getMinimumAmount(); strategy.appendField(locator, this, "minimumAmount", buffer, theMinimumAmount, (this.minimumAmount!= null)); } { MaximumAmountType theMaximumAmount; theMaximumAmount = this.getMaximumAmount(); strategy.appendField(locator, this, "maximumAmount", buffer, theMaximumAmount, (this.maximumAmount!= null)); } { List theMonetaryScope; theMonetaryScope = (((this.monetaryScope!= null)&&(!this.monetaryScope.isEmpty()))?this.getMonetaryScope():null); strategy.appendField(locator, this, "monetaryScope", buffer, theMonetaryScope, ((this.monetaryScope!= null)&&(!this.monetaryScope.isEmpty()))); } { AverageSubsequentContractAmountType theAverageSubsequentContractAmount; theAverageSubsequentContractAmount = this.getAverageSubsequentContractAmount(); strategy.appendField(locator, this, "averageSubsequentContractAmount", buffer, theAverageSubsequentContractAmount, (this.averageSubsequentContractAmount!= null)); } { List theApplicableTaxCategory; theApplicableTaxCategory = (((this.applicableTaxCategory!= null)&&(!this.applicableTaxCategory.isEmpty()))?this.getApplicableTaxCategory():null); strategy.appendField(locator, this, "applicableTaxCategory", buffer, theApplicableTaxCategory, ((this.applicableTaxCategory!= null)&&(!this.applicableTaxCategory.isEmpty()))); } 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 RequestedTenderTotalType that = ((RequestedTenderTotalType) object); { UBLExtensionsType lhsUBLExtensions; lhsUBLExtensions = this.getUBLExtensions(); UBLExtensionsType rhsUBLExtensions; rhsUBLExtensions = that.getUBLExtensions(); if (!strategy.equals(LocatorUtils.property(thisLocator, "ublExtensions", lhsUBLExtensions), LocatorUtils.property(thatLocator, "ublExtensions", rhsUBLExtensions), lhsUBLExtensions, rhsUBLExtensions, (this.ublExtensions!= null), (that.ublExtensions!= null))) { return false; } } { EstimatedOverallContractAmountType lhsEstimatedOverallContractAmount; lhsEstimatedOverallContractAmount = this.getEstimatedOverallContractAmount(); EstimatedOverallContractAmountType rhsEstimatedOverallContractAmount; rhsEstimatedOverallContractAmount = that.getEstimatedOverallContractAmount(); if (!strategy.equals(LocatorUtils.property(thisLocator, "estimatedOverallContractAmount", lhsEstimatedOverallContractAmount), LocatorUtils.property(thatLocator, "estimatedOverallContractAmount", rhsEstimatedOverallContractAmount), lhsEstimatedOverallContractAmount, rhsEstimatedOverallContractAmount, (this.estimatedOverallContractAmount!= null), (that.estimatedOverallContractAmount!= null))) { return false; } } { EstimatedOverallFrameworkContractsAmountType lhsEstimatedOverallFrameworkContractsAmount; lhsEstimatedOverallFrameworkContractsAmount = this.getEstimatedOverallFrameworkContractsAmount(); EstimatedOverallFrameworkContractsAmountType rhsEstimatedOverallFrameworkContractsAmount; rhsEstimatedOverallFrameworkContractsAmount = that.getEstimatedOverallFrameworkContractsAmount(); if (!strategy.equals(LocatorUtils.property(thisLocator, "estimatedOverallFrameworkContractsAmount", lhsEstimatedOverallFrameworkContractsAmount), LocatorUtils.property(thatLocator, "estimatedOverallFrameworkContractsAmount", rhsEstimatedOverallFrameworkContractsAmount), lhsEstimatedOverallFrameworkContractsAmount, rhsEstimatedOverallFrameworkContractsAmount, (this.estimatedOverallFrameworkContractsAmount!= null), (that.estimatedOverallFrameworkContractsAmount!= null))) { return false; } } { TotalAmountType lhsTotalAmount; lhsTotalAmount = this.getTotalAmount(); TotalAmountType rhsTotalAmount; rhsTotalAmount = that.getTotalAmount(); if (!strategy.equals(LocatorUtils.property(thisLocator, "totalAmount", lhsTotalAmount), LocatorUtils.property(thatLocator, "totalAmount", rhsTotalAmount), lhsTotalAmount, rhsTotalAmount, (this.totalAmount!= null), (that.totalAmount!= null))) { return false; } } { TaxIncludedIndicatorType lhsTaxIncludedIndicator; lhsTaxIncludedIndicator = this.getTaxIncludedIndicator(); TaxIncludedIndicatorType rhsTaxIncludedIndicator; rhsTaxIncludedIndicator = that.getTaxIncludedIndicator(); if (!strategy.equals(LocatorUtils.property(thisLocator, "taxIncludedIndicator", lhsTaxIncludedIndicator), LocatorUtils.property(thatLocator, "taxIncludedIndicator", rhsTaxIncludedIndicator), lhsTaxIncludedIndicator, rhsTaxIncludedIndicator, (this.taxIncludedIndicator!= null), (that.taxIncludedIndicator!= null))) { return false; } } { MinimumAmountType lhsMinimumAmount; lhsMinimumAmount = this.getMinimumAmount(); MinimumAmountType rhsMinimumAmount; rhsMinimumAmount = that.getMinimumAmount(); if (!strategy.equals(LocatorUtils.property(thisLocator, "minimumAmount", lhsMinimumAmount), LocatorUtils.property(thatLocator, "minimumAmount", rhsMinimumAmount), lhsMinimumAmount, rhsMinimumAmount, (this.minimumAmount!= null), (that.minimumAmount!= null))) { return false; } } { MaximumAmountType lhsMaximumAmount; lhsMaximumAmount = this.getMaximumAmount(); MaximumAmountType rhsMaximumAmount; rhsMaximumAmount = that.getMaximumAmount(); if (!strategy.equals(LocatorUtils.property(thisLocator, "maximumAmount", lhsMaximumAmount), LocatorUtils.property(thatLocator, "maximumAmount", rhsMaximumAmount), lhsMaximumAmount, rhsMaximumAmount, (this.maximumAmount!= null), (that.maximumAmount!= null))) { return false; } } { List lhsMonetaryScope; lhsMonetaryScope = (((this.monetaryScope!= null)&&(!this.monetaryScope.isEmpty()))?this.getMonetaryScope():null); List rhsMonetaryScope; rhsMonetaryScope = (((that.monetaryScope!= null)&&(!that.monetaryScope.isEmpty()))?that.getMonetaryScope():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "monetaryScope", lhsMonetaryScope), LocatorUtils.property(thatLocator, "monetaryScope", rhsMonetaryScope), lhsMonetaryScope, rhsMonetaryScope, ((this.monetaryScope!= null)&&(!this.monetaryScope.isEmpty())), ((that.monetaryScope!= null)&&(!that.monetaryScope.isEmpty())))) { return false; } } { AverageSubsequentContractAmountType lhsAverageSubsequentContractAmount; lhsAverageSubsequentContractAmount = this.getAverageSubsequentContractAmount(); AverageSubsequentContractAmountType rhsAverageSubsequentContractAmount; rhsAverageSubsequentContractAmount = that.getAverageSubsequentContractAmount(); if (!strategy.equals(LocatorUtils.property(thisLocator, "averageSubsequentContractAmount", lhsAverageSubsequentContractAmount), LocatorUtils.property(thatLocator, "averageSubsequentContractAmount", rhsAverageSubsequentContractAmount), lhsAverageSubsequentContractAmount, rhsAverageSubsequentContractAmount, (this.averageSubsequentContractAmount!= null), (that.averageSubsequentContractAmount!= null))) { return false; } } { List lhsApplicableTaxCategory; lhsApplicableTaxCategory = (((this.applicableTaxCategory!= null)&&(!this.applicableTaxCategory.isEmpty()))?this.getApplicableTaxCategory():null); List rhsApplicableTaxCategory; rhsApplicableTaxCategory = (((that.applicableTaxCategory!= null)&&(!that.applicableTaxCategory.isEmpty()))?that.getApplicableTaxCategory():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "applicableTaxCategory", lhsApplicableTaxCategory), LocatorUtils.property(thatLocator, "applicableTaxCategory", rhsApplicableTaxCategory), lhsApplicableTaxCategory, rhsApplicableTaxCategory, ((this.applicableTaxCategory!= null)&&(!this.applicableTaxCategory.isEmpty())), ((that.applicableTaxCategory!= null)&&(!that.applicableTaxCategory.isEmpty())))) { return false; } } return true; } public boolean equals(Object object) { final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE; return equals(null, null, object, strategy); } public int hashCode(ObjectLocator locator, HashCodeStrategy2 strategy) { int currentHashCode = 1; { UBLExtensionsType theUBLExtensions; theUBLExtensions = this.getUBLExtensions(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "ublExtensions", theUBLExtensions), currentHashCode, theUBLExtensions, (this.ublExtensions!= null)); } { EstimatedOverallContractAmountType theEstimatedOverallContractAmount; theEstimatedOverallContractAmount = this.getEstimatedOverallContractAmount(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "estimatedOverallContractAmount", theEstimatedOverallContractAmount), currentHashCode, theEstimatedOverallContractAmount, (this.estimatedOverallContractAmount!= null)); } { EstimatedOverallFrameworkContractsAmountType theEstimatedOverallFrameworkContractsAmount; theEstimatedOverallFrameworkContractsAmount = this.getEstimatedOverallFrameworkContractsAmount(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "estimatedOverallFrameworkContractsAmount", theEstimatedOverallFrameworkContractsAmount), currentHashCode, theEstimatedOverallFrameworkContractsAmount, (this.estimatedOverallFrameworkContractsAmount!= null)); } { TotalAmountType theTotalAmount; theTotalAmount = this.getTotalAmount(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "totalAmount", theTotalAmount), currentHashCode, theTotalAmount, (this.totalAmount!= null)); } { TaxIncludedIndicatorType theTaxIncludedIndicator; theTaxIncludedIndicator = this.getTaxIncludedIndicator(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "taxIncludedIndicator", theTaxIncludedIndicator), currentHashCode, theTaxIncludedIndicator, (this.taxIncludedIndicator!= null)); } { MinimumAmountType theMinimumAmount; theMinimumAmount = this.getMinimumAmount(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "minimumAmount", theMinimumAmount), currentHashCode, theMinimumAmount, (this.minimumAmount!= null)); } { MaximumAmountType theMaximumAmount; theMaximumAmount = this.getMaximumAmount(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "maximumAmount", theMaximumAmount), currentHashCode, theMaximumAmount, (this.maximumAmount!= null)); } { List theMonetaryScope; theMonetaryScope = (((this.monetaryScope!= null)&&(!this.monetaryScope.isEmpty()))?this.getMonetaryScope():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "monetaryScope", theMonetaryScope), currentHashCode, theMonetaryScope, ((this.monetaryScope!= null)&&(!this.monetaryScope.isEmpty()))); } { AverageSubsequentContractAmountType theAverageSubsequentContractAmount; theAverageSubsequentContractAmount = this.getAverageSubsequentContractAmount(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "averageSubsequentContractAmount", theAverageSubsequentContractAmount), currentHashCode, theAverageSubsequentContractAmount, (this.averageSubsequentContractAmount!= null)); } { List theApplicableTaxCategory; theApplicableTaxCategory = (((this.applicableTaxCategory!= null)&&(!this.applicableTaxCategory.isEmpty()))?this.getApplicableTaxCategory():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "applicableTaxCategory", theApplicableTaxCategory), currentHashCode, theApplicableTaxCategory, ((this.applicableTaxCategory!= null)&&(!this.applicableTaxCategory.isEmpty()))); } return currentHashCode; } public int hashCode() { final HashCodeStrategy2 strategy = JAXBHashCodeStrategy.INSTANCE; return this.hashCode(null, strategy); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy