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

oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.EvaluationCriterionType 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.DescriptionType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.EvaluationCriterionTypeCodeType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.ExpressionCodeType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.ExpressionType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.ThresholdAmountType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.ThresholdQuantityType;
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 EvaluationCriterionType complex type. * *

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

 * <complexType name="EvaluationCriterionType">
 *   <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}EvaluationCriterionTypeCode" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ThresholdAmount" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ThresholdQuantity" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExpressionCode" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Expression" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DurationPeriod" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SuggestedEvidence" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "EvaluationCriterionType", propOrder = { "ublExtensions", "evaluationCriterionTypeCode", "description", "thresholdAmount", "thresholdQuantity", "expressionCode", "expression", "durationPeriod", "suggestedEvidence" }) public class EvaluationCriterionType 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 = "EvaluationCriterionTypeCode", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected EvaluationCriterionTypeCodeType evaluationCriterionTypeCode; @XmlElement(name = "Description", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected List description; @XmlElement(name = "ThresholdAmount", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected ThresholdAmountType thresholdAmount; @XmlElement(name = "ThresholdQuantity", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected ThresholdQuantityType thresholdQuantity; @XmlElement(name = "ExpressionCode", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected ExpressionCodeType expressionCode; @XmlElement(name = "Expression", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected List expression; @XmlElement(name = "DurationPeriod") protected PeriodType durationPeriod; @XmlElement(name = "SuggestedEvidence") protected List suggestedEvidence; /** * 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 evaluationCriterionTypeCode. * * @return * possible object is * {@link EvaluationCriterionTypeCodeType } * */ public EvaluationCriterionTypeCodeType getEvaluationCriterionTypeCode() { return evaluationCriterionTypeCode; } /** * Define el valor de la propiedad evaluationCriterionTypeCode. * * @param value * allowed object is * {@link EvaluationCriterionTypeCodeType } * */ public void setEvaluationCriterionTypeCode(EvaluationCriterionTypeCodeType value) { this.evaluationCriterionTypeCode = value; } /** * Gets the value of the description 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 description property. * *

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

     *    getDescription().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DescriptionType } * * */ public List getDescription() { if (description == null) { description = new ArrayList(); } return this.description; } /** * Obtiene el valor de la propiedad thresholdAmount. * * @return * possible object is * {@link ThresholdAmountType } * */ public ThresholdAmountType getThresholdAmount() { return thresholdAmount; } /** * Define el valor de la propiedad thresholdAmount. * * @param value * allowed object is * {@link ThresholdAmountType } * */ public void setThresholdAmount(ThresholdAmountType value) { this.thresholdAmount = value; } /** * Obtiene el valor de la propiedad thresholdQuantity. * * @return * possible object is * {@link ThresholdQuantityType } * */ public ThresholdQuantityType getThresholdQuantity() { return thresholdQuantity; } /** * Define el valor de la propiedad thresholdQuantity. * * @param value * allowed object is * {@link ThresholdQuantityType } * */ public void setThresholdQuantity(ThresholdQuantityType value) { this.thresholdQuantity = value; } /** * Obtiene el valor de la propiedad expressionCode. * * @return * possible object is * {@link ExpressionCodeType } * */ public ExpressionCodeType getExpressionCode() { return expressionCode; } /** * Define el valor de la propiedad expressionCode. * * @param value * allowed object is * {@link ExpressionCodeType } * */ public void setExpressionCode(ExpressionCodeType value) { this.expressionCode = value; } /** * Gets the value of the expression 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 expression property. * *

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

     *    getExpression().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ExpressionType } * * */ public List getExpression() { if (expression == null) { expression = new ArrayList(); } return this.expression; } /** * Obtiene el valor de la propiedad durationPeriod. * * @return * possible object is * {@link PeriodType } * */ public PeriodType getDurationPeriod() { return durationPeriod; } /** * Define el valor de la propiedad durationPeriod. * * @param value * allowed object is * {@link PeriodType } * */ public void setDurationPeriod(PeriodType value) { this.durationPeriod = value; } /** * Gets the value of the suggestedEvidence 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 suggestedEvidence property. * *

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

     *    getSuggestedEvidence().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link EvidenceType } * * */ public List getSuggestedEvidence() { if (suggestedEvidence == null) { suggestedEvidence = new ArrayList(); } return this.suggestedEvidence; } 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)); } { EvaluationCriterionTypeCodeType theEvaluationCriterionTypeCode; theEvaluationCriterionTypeCode = this.getEvaluationCriterionTypeCode(); strategy.appendField(locator, this, "evaluationCriterionTypeCode", buffer, theEvaluationCriterionTypeCode, (this.evaluationCriterionTypeCode!= null)); } { List theDescription; theDescription = (((this.description!= null)&&(!this.description.isEmpty()))?this.getDescription():null); strategy.appendField(locator, this, "description", buffer, theDescription, ((this.description!= null)&&(!this.description.isEmpty()))); } { ThresholdAmountType theThresholdAmount; theThresholdAmount = this.getThresholdAmount(); strategy.appendField(locator, this, "thresholdAmount", buffer, theThresholdAmount, (this.thresholdAmount!= null)); } { ThresholdQuantityType theThresholdQuantity; theThresholdQuantity = this.getThresholdQuantity(); strategy.appendField(locator, this, "thresholdQuantity", buffer, theThresholdQuantity, (this.thresholdQuantity!= null)); } { ExpressionCodeType theExpressionCode; theExpressionCode = this.getExpressionCode(); strategy.appendField(locator, this, "expressionCode", buffer, theExpressionCode, (this.expressionCode!= null)); } { List theExpression; theExpression = (((this.expression!= null)&&(!this.expression.isEmpty()))?this.getExpression():null); strategy.appendField(locator, this, "expression", buffer, theExpression, ((this.expression!= null)&&(!this.expression.isEmpty()))); } { PeriodType theDurationPeriod; theDurationPeriod = this.getDurationPeriod(); strategy.appendField(locator, this, "durationPeriod", buffer, theDurationPeriod, (this.durationPeriod!= null)); } { List theSuggestedEvidence; theSuggestedEvidence = (((this.suggestedEvidence!= null)&&(!this.suggestedEvidence.isEmpty()))?this.getSuggestedEvidence():null); strategy.appendField(locator, this, "suggestedEvidence", buffer, theSuggestedEvidence, ((this.suggestedEvidence!= null)&&(!this.suggestedEvidence.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 EvaluationCriterionType that = ((EvaluationCriterionType) 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; } } { EvaluationCriterionTypeCodeType lhsEvaluationCriterionTypeCode; lhsEvaluationCriterionTypeCode = this.getEvaluationCriterionTypeCode(); EvaluationCriterionTypeCodeType rhsEvaluationCriterionTypeCode; rhsEvaluationCriterionTypeCode = that.getEvaluationCriterionTypeCode(); if (!strategy.equals(LocatorUtils.property(thisLocator, "evaluationCriterionTypeCode", lhsEvaluationCriterionTypeCode), LocatorUtils.property(thatLocator, "evaluationCriterionTypeCode", rhsEvaluationCriterionTypeCode), lhsEvaluationCriterionTypeCode, rhsEvaluationCriterionTypeCode, (this.evaluationCriterionTypeCode!= null), (that.evaluationCriterionTypeCode!= null))) { return false; } } { List lhsDescription; lhsDescription = (((this.description!= null)&&(!this.description.isEmpty()))?this.getDescription():null); List rhsDescription; rhsDescription = (((that.description!= null)&&(!that.description.isEmpty()))?that.getDescription():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "description", lhsDescription), LocatorUtils.property(thatLocator, "description", rhsDescription), lhsDescription, rhsDescription, ((this.description!= null)&&(!this.description.isEmpty())), ((that.description!= null)&&(!that.description.isEmpty())))) { return false; } } { ThresholdAmountType lhsThresholdAmount; lhsThresholdAmount = this.getThresholdAmount(); ThresholdAmountType rhsThresholdAmount; rhsThresholdAmount = that.getThresholdAmount(); if (!strategy.equals(LocatorUtils.property(thisLocator, "thresholdAmount", lhsThresholdAmount), LocatorUtils.property(thatLocator, "thresholdAmount", rhsThresholdAmount), lhsThresholdAmount, rhsThresholdAmount, (this.thresholdAmount!= null), (that.thresholdAmount!= null))) { return false; } } { ThresholdQuantityType lhsThresholdQuantity; lhsThresholdQuantity = this.getThresholdQuantity(); ThresholdQuantityType rhsThresholdQuantity; rhsThresholdQuantity = that.getThresholdQuantity(); if (!strategy.equals(LocatorUtils.property(thisLocator, "thresholdQuantity", lhsThresholdQuantity), LocatorUtils.property(thatLocator, "thresholdQuantity", rhsThresholdQuantity), lhsThresholdQuantity, rhsThresholdQuantity, (this.thresholdQuantity!= null), (that.thresholdQuantity!= null))) { return false; } } { ExpressionCodeType lhsExpressionCode; lhsExpressionCode = this.getExpressionCode(); ExpressionCodeType rhsExpressionCode; rhsExpressionCode = that.getExpressionCode(); if (!strategy.equals(LocatorUtils.property(thisLocator, "expressionCode", lhsExpressionCode), LocatorUtils.property(thatLocator, "expressionCode", rhsExpressionCode), lhsExpressionCode, rhsExpressionCode, (this.expressionCode!= null), (that.expressionCode!= null))) { return false; } } { List lhsExpression; lhsExpression = (((this.expression!= null)&&(!this.expression.isEmpty()))?this.getExpression():null); List rhsExpression; rhsExpression = (((that.expression!= null)&&(!that.expression.isEmpty()))?that.getExpression():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "expression", lhsExpression), LocatorUtils.property(thatLocator, "expression", rhsExpression), lhsExpression, rhsExpression, ((this.expression!= null)&&(!this.expression.isEmpty())), ((that.expression!= null)&&(!that.expression.isEmpty())))) { return false; } } { PeriodType lhsDurationPeriod; lhsDurationPeriod = this.getDurationPeriod(); PeriodType rhsDurationPeriod; rhsDurationPeriod = that.getDurationPeriod(); if (!strategy.equals(LocatorUtils.property(thisLocator, "durationPeriod", lhsDurationPeriod), LocatorUtils.property(thatLocator, "durationPeriod", rhsDurationPeriod), lhsDurationPeriod, rhsDurationPeriod, (this.durationPeriod!= null), (that.durationPeriod!= null))) { return false; } } { List lhsSuggestedEvidence; lhsSuggestedEvidence = (((this.suggestedEvidence!= null)&&(!this.suggestedEvidence.isEmpty()))?this.getSuggestedEvidence():null); List rhsSuggestedEvidence; rhsSuggestedEvidence = (((that.suggestedEvidence!= null)&&(!that.suggestedEvidence.isEmpty()))?that.getSuggestedEvidence():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "suggestedEvidence", lhsSuggestedEvidence), LocatorUtils.property(thatLocator, "suggestedEvidence", rhsSuggestedEvidence), lhsSuggestedEvidence, rhsSuggestedEvidence, ((this.suggestedEvidence!= null)&&(!this.suggestedEvidence.isEmpty())), ((that.suggestedEvidence!= null)&&(!that.suggestedEvidence.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)); } { EvaluationCriterionTypeCodeType theEvaluationCriterionTypeCode; theEvaluationCriterionTypeCode = this.getEvaluationCriterionTypeCode(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "evaluationCriterionTypeCode", theEvaluationCriterionTypeCode), currentHashCode, theEvaluationCriterionTypeCode, (this.evaluationCriterionTypeCode!= null)); } { List theDescription; theDescription = (((this.description!= null)&&(!this.description.isEmpty()))?this.getDescription():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "description", theDescription), currentHashCode, theDescription, ((this.description!= null)&&(!this.description.isEmpty()))); } { ThresholdAmountType theThresholdAmount; theThresholdAmount = this.getThresholdAmount(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "thresholdAmount", theThresholdAmount), currentHashCode, theThresholdAmount, (this.thresholdAmount!= null)); } { ThresholdQuantityType theThresholdQuantity; theThresholdQuantity = this.getThresholdQuantity(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "thresholdQuantity", theThresholdQuantity), currentHashCode, theThresholdQuantity, (this.thresholdQuantity!= null)); } { ExpressionCodeType theExpressionCode; theExpressionCode = this.getExpressionCode(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "expressionCode", theExpressionCode), currentHashCode, theExpressionCode, (this.expressionCode!= null)); } { List theExpression; theExpression = (((this.expression!= null)&&(!this.expression.isEmpty()))?this.getExpression():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "expression", theExpression), currentHashCode, theExpression, ((this.expression!= null)&&(!this.expression.isEmpty()))); } { PeriodType theDurationPeriod; theDurationPeriod = this.getDurationPeriod(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "durationPeriod", theDurationPeriod), currentHashCode, theDurationPeriod, (this.durationPeriod!= null)); } { List theSuggestedEvidence; theSuggestedEvidence = (((this.suggestedEvidence!= null)&&(!this.suggestedEvidence.isEmpty()))?this.getSuggestedEvidence():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "suggestedEvidence", theSuggestedEvidence), currentHashCode, theSuggestedEvidence, ((this.suggestedEvidence!= null)&&(!this.suggestedEvidence.isEmpty()))); } return currentHashCode; } public int hashCode() { final HashCodeStrategy2 strategy = JAXBHashCodeStrategy.INSTANCE; return this.hashCode(null, strategy); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy