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

org.hl7.v3.PRPAMT201306UV02ParameterList Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2013.03.15 at 09:03:15 AM PDT 
//


package org.hl7.v3;

import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;


/**
 * 

Java class for PRPA_MT201306UV02.ParameterList complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="PRPA_MT201306UV02.ParameterList">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
 *         <element name="id" type="{urn:hl7-org:v3}II" minOccurs="0"/>
 *         <element name="livingSubjectAdministrativeGender" type="{urn:hl7-org:v3}PRPA_MT201306UV02.LivingSubjectAdministrativeGender" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="livingSubjectBirthPlaceAddress" type="{urn:hl7-org:v3}PRPA_MT201306UV02.LivingSubjectBirthPlaceAddress" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="livingSubjectBirthPlaceName" type="{urn:hl7-org:v3}PRPA_MT201306UV02.LivingSubjectBirthPlaceName" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="livingSubjectBirthTime" type="{urn:hl7-org:v3}PRPA_MT201306UV02.LivingSubjectBirthTime" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="livingSubjectDeceasedTime" type="{urn:hl7-org:v3}PRPA_MT201306UV02.LivingSubjectDeceasedTime" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="livingSubjectId" type="{urn:hl7-org:v3}PRPA_MT201306UV02.LivingSubjectId" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="livingSubjectName" type="{urn:hl7-org:v3}PRPA_MT201306UV02.LivingSubjectName" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="mothersMaidenName" type="{urn:hl7-org:v3}PRPA_MT201306UV02.MothersMaidenName" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="otherIDsScopingOrganization" type="{urn:hl7-org:v3}PRPA_MT201306UV02.OtherIDsScopingOrganization" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="patientAddress" type="{urn:hl7-org:v3}PRPA_MT201306UV02.PatientAddress" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="patientStatusCode" type="{urn:hl7-org:v3}PRPA_MT201306UV02.PatientStatusCode" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="patientTelecom" type="{urn:hl7-org:v3}PRPA_MT201306UV02.PatientTelecom" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="principalCareProviderId" type="{urn:hl7-org:v3}PRPA_MT201306UV02.PrincipalCareProviderId" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="principalCareProvisionId" type="{urn:hl7-org:v3}PRPA_MT201306UV02.PrincipalCareProvisionId" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
 *       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PRPA_MT201306UV02.ParameterList", propOrder = { "realmCode", "typeId", "templateId", "id", "livingSubjectAdministrativeGender", "livingSubjectBirthPlaceAddress", "livingSubjectBirthPlaceName", "livingSubjectBirthTime", "livingSubjectDeceasedTime", "livingSubjectId", "livingSubjectName", "mothersMaidenName", "otherIDsScopingOrganization", "patientAddress", "patientStatusCode", "patientTelecom", "principalCareProviderId", "principalCareProvisionId" }) public class PRPAMT201306UV02ParameterList { protected List realmCode; protected II typeId; protected List templateId; protected II id; @XmlElement(nillable = true) protected List livingSubjectAdministrativeGender; @XmlElement(nillable = true) protected List livingSubjectBirthPlaceAddress; @XmlElement(nillable = true) protected List livingSubjectBirthPlaceName; @XmlElement(nillable = true) protected List livingSubjectBirthTime; @XmlElement(nillable = true) protected List livingSubjectDeceasedTime; @XmlElement(nillable = true) protected List livingSubjectId; @XmlElement(nillable = true) protected List livingSubjectName; @XmlElement(nillable = true) protected List mothersMaidenName; @XmlElement(nillable = true) protected List otherIDsScopingOrganization; @XmlElement(nillable = true) protected List patientAddress; @XmlElement(nillable = true) protected List patientStatusCode; @XmlElement(nillable = true) protected List patientTelecom; @XmlElement(nillable = true) protected List principalCareProviderId; @XmlElement(nillable = true) protected List principalCareProvisionId; @XmlAttribute(name = "nullFlavor") protected List nullFlavor; /** * Gets the value of the realmCode 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 realmCode property. * *

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

     *    getRealmCode().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link CS } * * */ public List getRealmCode() { if (realmCode == null) { realmCode = new ArrayList(); } return this.realmCode; } /** * Gets the value of the typeId property. * * @return * possible object is * {@link II } * */ public II getTypeId() { return typeId; } /** * Sets the value of the typeId property. * * @param value * allowed object is * {@link II } * */ public void setTypeId(II value) { this.typeId = value; } /** * Gets the value of the templateId 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 templateId property. * *

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

     *    getTemplateId().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link II } * * */ public List getTemplateId() { if (templateId == null) { templateId = new ArrayList(); } return this.templateId; } /** * Gets the value of the id property. * * @return * possible object is * {@link II } * */ public II getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link II } * */ public void setId(II value) { this.id = value; } /** * Gets the value of the livingSubjectAdministrativeGender 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 livingSubjectAdministrativeGender property. * *

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

     *    getLivingSubjectAdministrativeGender().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02LivingSubjectAdministrativeGender } * * */ public List getLivingSubjectAdministrativeGender() { if (livingSubjectAdministrativeGender == null) { livingSubjectAdministrativeGender = new ArrayList(); } return this.livingSubjectAdministrativeGender; } /** * Gets the value of the livingSubjectBirthPlaceAddress 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 livingSubjectBirthPlaceAddress property. * *

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

     *    getLivingSubjectBirthPlaceAddress().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02LivingSubjectBirthPlaceAddress } * * */ public List getLivingSubjectBirthPlaceAddress() { if (livingSubjectBirthPlaceAddress == null) { livingSubjectBirthPlaceAddress = new ArrayList(); } return this.livingSubjectBirthPlaceAddress; } /** * Gets the value of the livingSubjectBirthPlaceName 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 livingSubjectBirthPlaceName property. * *

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

     *    getLivingSubjectBirthPlaceName().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02LivingSubjectBirthPlaceName } * * */ public List getLivingSubjectBirthPlaceName() { if (livingSubjectBirthPlaceName == null) { livingSubjectBirthPlaceName = new ArrayList(); } return this.livingSubjectBirthPlaceName; } /** * Gets the value of the livingSubjectBirthTime 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 livingSubjectBirthTime property. * *

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

     *    getLivingSubjectBirthTime().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02LivingSubjectBirthTime } * * */ public List getLivingSubjectBirthTime() { if (livingSubjectBirthTime == null) { livingSubjectBirthTime = new ArrayList(); } return this.livingSubjectBirthTime; } /** * Gets the value of the livingSubjectDeceasedTime 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 livingSubjectDeceasedTime property. * *

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

     *    getLivingSubjectDeceasedTime().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02LivingSubjectDeceasedTime } * * */ public List getLivingSubjectDeceasedTime() { if (livingSubjectDeceasedTime == null) { livingSubjectDeceasedTime = new ArrayList(); } return this.livingSubjectDeceasedTime; } /** * Gets the value of the livingSubjectId 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 livingSubjectId property. * *

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

     *    getLivingSubjectId().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02LivingSubjectId } * * */ public List getLivingSubjectId() { if (livingSubjectId == null) { livingSubjectId = new ArrayList(); } return this.livingSubjectId; } /** * Gets the value of the livingSubjectName 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 livingSubjectName property. * *

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

     *    getLivingSubjectName().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02LivingSubjectName } * * */ public List getLivingSubjectName() { if (livingSubjectName == null) { livingSubjectName = new ArrayList(); } return this.livingSubjectName; } /** * Gets the value of the mothersMaidenName 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 mothersMaidenName property. * *

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

     *    getMothersMaidenName().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02MothersMaidenName } * * */ public List getMothersMaidenName() { if (mothersMaidenName == null) { mothersMaidenName = new ArrayList(); } return this.mothersMaidenName; } /** * Gets the value of the otherIDsScopingOrganization 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 otherIDsScopingOrganization property. * *

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

     *    getOtherIDsScopingOrganization().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02OtherIDsScopingOrganization } * * */ public List getOtherIDsScopingOrganization() { if (otherIDsScopingOrganization == null) { otherIDsScopingOrganization = new ArrayList(); } return this.otherIDsScopingOrganization; } /** * Gets the value of the patientAddress 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 patientAddress property. * *

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

     *    getPatientAddress().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02PatientAddress } * * */ public List getPatientAddress() { if (patientAddress == null) { patientAddress = new ArrayList(); } return this.patientAddress; } /** * Gets the value of the patientStatusCode 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 patientStatusCode property. * *

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

     *    getPatientStatusCode().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02PatientStatusCode } * * */ public List getPatientStatusCode() { if (patientStatusCode == null) { patientStatusCode = new ArrayList(); } return this.patientStatusCode; } /** * Gets the value of the patientTelecom 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 patientTelecom property. * *

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

     *    getPatientTelecom().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02PatientTelecom } * * */ public List getPatientTelecom() { if (patientTelecom == null) { patientTelecom = new ArrayList(); } return this.patientTelecom; } /** * Gets the value of the principalCareProviderId 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 principalCareProviderId property. * *

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

     *    getPrincipalCareProviderId().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02PrincipalCareProviderId } * * */ public List getPrincipalCareProviderId() { if (principalCareProviderId == null) { principalCareProviderId = new ArrayList(); } return this.principalCareProviderId; } /** * Gets the value of the principalCareProvisionId 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 principalCareProvisionId property. * *

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

     *    getPrincipalCareProvisionId().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PRPAMT201306UV02PrincipalCareProvisionId } * * */ public List getPrincipalCareProvisionId() { if (principalCareProvisionId == null) { principalCareProvisionId = new ArrayList(); } return this.principalCareProvisionId; } /** * Gets the value of the nullFlavor 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 nullFlavor property. * *

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

     *    getNullFlavor().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } * * */ public List getNullFlavor() { if (nullFlavor == null) { nullFlavor = new ArrayList(); } return this.nullFlavor; } public PRPAMT201306UV02ParameterList withRealmCode(CS... values) { if (values!= null) { for (CS value: values) { getRealmCode().add(value); } } return this; } public PRPAMT201306UV02ParameterList withRealmCode(Collection values) { if (values!= null) { getRealmCode().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withTypeId(II value) { setTypeId(value); return this; } public PRPAMT201306UV02ParameterList withTemplateId(II... values) { if (values!= null) { for (II value: values) { getTemplateId().add(value); } } return this; } public PRPAMT201306UV02ParameterList withTemplateId(Collection values) { if (values!= null) { getTemplateId().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withId(II value) { setId(value); return this; } public PRPAMT201306UV02ParameterList withLivingSubjectAdministrativeGender(PRPAMT201306UV02LivingSubjectAdministrativeGender... values) { if (values!= null) { for (PRPAMT201306UV02LivingSubjectAdministrativeGender value: values) { getLivingSubjectAdministrativeGender().add(value); } } return this; } public PRPAMT201306UV02ParameterList withLivingSubjectAdministrativeGender(Collection values) { if (values!= null) { getLivingSubjectAdministrativeGender().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withLivingSubjectBirthPlaceAddress(PRPAMT201306UV02LivingSubjectBirthPlaceAddress... values) { if (values!= null) { for (PRPAMT201306UV02LivingSubjectBirthPlaceAddress value: values) { getLivingSubjectBirthPlaceAddress().add(value); } } return this; } public PRPAMT201306UV02ParameterList withLivingSubjectBirthPlaceAddress(Collection values) { if (values!= null) { getLivingSubjectBirthPlaceAddress().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withLivingSubjectBirthPlaceName(PRPAMT201306UV02LivingSubjectBirthPlaceName... values) { if (values!= null) { for (PRPAMT201306UV02LivingSubjectBirthPlaceName value: values) { getLivingSubjectBirthPlaceName().add(value); } } return this; } public PRPAMT201306UV02ParameterList withLivingSubjectBirthPlaceName(Collection values) { if (values!= null) { getLivingSubjectBirthPlaceName().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withLivingSubjectBirthTime(PRPAMT201306UV02LivingSubjectBirthTime... values) { if (values!= null) { for (PRPAMT201306UV02LivingSubjectBirthTime value: values) { getLivingSubjectBirthTime().add(value); } } return this; } public PRPAMT201306UV02ParameterList withLivingSubjectBirthTime(Collection values) { if (values!= null) { getLivingSubjectBirthTime().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withLivingSubjectDeceasedTime(PRPAMT201306UV02LivingSubjectDeceasedTime... values) { if (values!= null) { for (PRPAMT201306UV02LivingSubjectDeceasedTime value: values) { getLivingSubjectDeceasedTime().add(value); } } return this; } public PRPAMT201306UV02ParameterList withLivingSubjectDeceasedTime(Collection values) { if (values!= null) { getLivingSubjectDeceasedTime().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withLivingSubjectId(PRPAMT201306UV02LivingSubjectId... values) { if (values!= null) { for (PRPAMT201306UV02LivingSubjectId value: values) { getLivingSubjectId().add(value); } } return this; } public PRPAMT201306UV02ParameterList withLivingSubjectId(Collection values) { if (values!= null) { getLivingSubjectId().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withLivingSubjectName(PRPAMT201306UV02LivingSubjectName... values) { if (values!= null) { for (PRPAMT201306UV02LivingSubjectName value: values) { getLivingSubjectName().add(value); } } return this; } public PRPAMT201306UV02ParameterList withLivingSubjectName(Collection values) { if (values!= null) { getLivingSubjectName().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withMothersMaidenName(PRPAMT201306UV02MothersMaidenName... values) { if (values!= null) { for (PRPAMT201306UV02MothersMaidenName value: values) { getMothersMaidenName().add(value); } } return this; } public PRPAMT201306UV02ParameterList withMothersMaidenName(Collection values) { if (values!= null) { getMothersMaidenName().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withOtherIDsScopingOrganization(PRPAMT201306UV02OtherIDsScopingOrganization... values) { if (values!= null) { for (PRPAMT201306UV02OtherIDsScopingOrganization value: values) { getOtherIDsScopingOrganization().add(value); } } return this; } public PRPAMT201306UV02ParameterList withOtherIDsScopingOrganization(Collection values) { if (values!= null) { getOtherIDsScopingOrganization().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withPatientAddress(PRPAMT201306UV02PatientAddress... values) { if (values!= null) { for (PRPAMT201306UV02PatientAddress value: values) { getPatientAddress().add(value); } } return this; } public PRPAMT201306UV02ParameterList withPatientAddress(Collection values) { if (values!= null) { getPatientAddress().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withPatientStatusCode(PRPAMT201306UV02PatientStatusCode... values) { if (values!= null) { for (PRPAMT201306UV02PatientStatusCode value: values) { getPatientStatusCode().add(value); } } return this; } public PRPAMT201306UV02ParameterList withPatientStatusCode(Collection values) { if (values!= null) { getPatientStatusCode().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withPatientTelecom(PRPAMT201306UV02PatientTelecom... values) { if (values!= null) { for (PRPAMT201306UV02PatientTelecom value: values) { getPatientTelecom().add(value); } } return this; } public PRPAMT201306UV02ParameterList withPatientTelecom(Collection values) { if (values!= null) { getPatientTelecom().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withPrincipalCareProviderId(PRPAMT201306UV02PrincipalCareProviderId... values) { if (values!= null) { for (PRPAMT201306UV02PrincipalCareProviderId value: values) { getPrincipalCareProviderId().add(value); } } return this; } public PRPAMT201306UV02ParameterList withPrincipalCareProviderId(Collection values) { if (values!= null) { getPrincipalCareProviderId().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withPrincipalCareProvisionId(PRPAMT201306UV02PrincipalCareProvisionId... values) { if (values!= null) { for (PRPAMT201306UV02PrincipalCareProvisionId value: values) { getPrincipalCareProvisionId().add(value); } } return this; } public PRPAMT201306UV02ParameterList withPrincipalCareProvisionId(Collection values) { if (values!= null) { getPrincipalCareProvisionId().addAll(values); } return this; } public PRPAMT201306UV02ParameterList withNullFlavor(String... values) { if (values!= null) { for (String value: values) { getNullFlavor().add(value); } } return this; } public PRPAMT201306UV02ParameterList withNullFlavor(Collection values) { if (values!= null) { getNullFlavor().addAll(values); } return this; } @Override public String toString() { return ToStringBuilder.reflectionToString(this, ToStringStyle.MULTI_LINE_STYLE); } @Override public boolean equals(Object that) { return EqualsBuilder.reflectionEquals(this, that); } @Override public int hashCode() { return HashCodeBuilder.reflectionHashCode(this); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy