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

no.nhn.schemas.reg.hprv2.WSUtdanningsinstitusjon Maven / Gradle / Ivy

There is a newer version: 1.2019.09.25-00.21-49b69f0625e0
Show newest version

package no.nhn.schemas.reg.hprv2;

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 no.nhn.schemas.reg.common.no.WSArrayOfFysiskAdresse;
import no.nhn.schemas.reg.common.no.WSKode;
import org.jvnet.jaxb2_commons.lang.Equals;
import org.jvnet.jaxb2_commons.lang.EqualsStrategy;
import org.jvnet.jaxb2_commons.lang.HashCode;
import org.jvnet.jaxb2_commons.lang.HashCodeStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
import org.jvnet.jaxb2_commons.locator.util.LocatorUtils;


/**
 * 

Java class for Utdanningsinstitusjon complex type. * *

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

 * <complexType name="Utdanningsinstitusjon">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="ETag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="FysiskeAdresser" type="{http://schemas.nhn.no/reg/Common/no}ArrayOfFysiskAdresse" minOccurs="0"/>
 *         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
 *         <element name="Navn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="Organisasjonsnummer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
 *         <element name="Type" type="{http://schemas.nhn.no/reg/Common/no}Kode" minOccurs="0"/>
 *         <element name="Utdanningsinstitusjonshistorikk" type="{http://schemas.nhn.no/reg/HPRv2}ArrayOfUtdanningsinstitusjonshistorikk" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Utdanningsinstitusjon", propOrder = { "eTag", "fysiskeAdresser", "id", "navn", "organisasjonsnummer", "type", "utdanningsinstitusjonshistorikk" }) public class WSUtdanningsinstitusjon implements Equals, HashCode { @XmlElement(name = "ETag", nillable = true) protected String eTag; @XmlElement(name = "FysiskeAdresser", nillable = true) protected WSArrayOfFysiskAdresse fysiskeAdresser; @XmlElement(name = "Id") protected Integer id; @XmlElement(name = "Navn", nillable = true) protected String navn; @XmlElement(name = "Organisasjonsnummer", nillable = true) protected Integer organisasjonsnummer; @XmlElement(name = "Type", nillable = true) protected WSKode type; @XmlElement(name = "Utdanningsinstitusjonshistorikk", nillable = true) protected WSArrayOfUtdanningsinstitusjonshistorikk utdanningsinstitusjonshistorikk; /** * Gets the value of the eTag property. * * @return * possible object is * {@link String } * */ public String getETag() { return eTag; } /** * Sets the value of the eTag property. * * @param value * allowed object is * {@link String } * */ public void setETag(String value) { this.eTag = value; } /** * Gets the value of the fysiskeAdresser property. * * @return * possible object is * {@link WSArrayOfFysiskAdresse } * */ public WSArrayOfFysiskAdresse getFysiskeAdresser() { return fysiskeAdresser; } /** * Sets the value of the fysiskeAdresser property. * * @param value * allowed object is * {@link WSArrayOfFysiskAdresse } * */ public void setFysiskeAdresser(WSArrayOfFysiskAdresse value) { this.fysiskeAdresser = value; } /** * Gets the value of the id property. * * @return * possible object is * {@link Integer } * */ public Integer getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link Integer } * */ public void setId(Integer value) { this.id = value; } /** * Gets the value of the navn property. * * @return * possible object is * {@link String } * */ public String getNavn() { return navn; } /** * Sets the value of the navn property. * * @param value * allowed object is * {@link String } * */ public void setNavn(String value) { this.navn = value; } /** * Gets the value of the organisasjonsnummer property. * * @return * possible object is * {@link Integer } * */ public Integer getOrganisasjonsnummer() { return organisasjonsnummer; } /** * Sets the value of the organisasjonsnummer property. * * @param value * allowed object is * {@link Integer } * */ public void setOrganisasjonsnummer(Integer value) { this.organisasjonsnummer = value; } /** * Gets the value of the type property. * * @return * possible object is * {@link WSKode } * */ public WSKode getType() { return type; } /** * Sets the value of the type property. * * @param value * allowed object is * {@link WSKode } * */ public void setType(WSKode value) { this.type = value; } /** * Gets the value of the utdanningsinstitusjonshistorikk property. * * @return * possible object is * {@link WSArrayOfUtdanningsinstitusjonshistorikk } * */ public WSArrayOfUtdanningsinstitusjonshistorikk getUtdanningsinstitusjonshistorikk() { return utdanningsinstitusjonshistorikk; } /** * Sets the value of the utdanningsinstitusjonshistorikk property. * * @param value * allowed object is * {@link WSArrayOfUtdanningsinstitusjonshistorikk } * */ public void setUtdanningsinstitusjonshistorikk(WSArrayOfUtdanningsinstitusjonshistorikk value) { this.utdanningsinstitusjonshistorikk = value; } public int hashCode(ObjectLocator locator, HashCodeStrategy strategy) { int currentHashCode = 1; { String theETag; theETag = this.getETag(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "eTag", theETag), currentHashCode, theETag); } { WSArrayOfFysiskAdresse theFysiskeAdresser; theFysiskeAdresser = this.getFysiskeAdresser(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "fysiskeAdresser", theFysiskeAdresser), currentHashCode, theFysiskeAdresser); } { Integer theId; theId = this.getId(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "id", theId), currentHashCode, theId); } { String theNavn; theNavn = this.getNavn(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "navn", theNavn), currentHashCode, theNavn); } { Integer theOrganisasjonsnummer; theOrganisasjonsnummer = this.getOrganisasjonsnummer(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "organisasjonsnummer", theOrganisasjonsnummer), currentHashCode, theOrganisasjonsnummer); } { WSKode theType; theType = this.getType(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "type", theType), currentHashCode, theType); } { WSArrayOfUtdanningsinstitusjonshistorikk theUtdanningsinstitusjonshistorikk; theUtdanningsinstitusjonshistorikk = this.getUtdanningsinstitusjonshistorikk(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "utdanningsinstitusjonshistorikk", theUtdanningsinstitusjonshistorikk), currentHashCode, theUtdanningsinstitusjonshistorikk); } return currentHashCode; } public int hashCode() { final HashCodeStrategy strategy = JAXBHashCodeStrategy.INSTANCE; return this.hashCode(null, strategy); } public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy strategy) { if (!(object instanceof WSUtdanningsinstitusjon)) { return false; } if (this == object) { return true; } final WSUtdanningsinstitusjon that = ((WSUtdanningsinstitusjon) object); { String lhsETag; lhsETag = this.getETag(); String rhsETag; rhsETag = that.getETag(); if (!strategy.equals(LocatorUtils.property(thisLocator, "eTag", lhsETag), LocatorUtils.property(thatLocator, "eTag", rhsETag), lhsETag, rhsETag)) { return false; } } { WSArrayOfFysiskAdresse lhsFysiskeAdresser; lhsFysiskeAdresser = this.getFysiskeAdresser(); WSArrayOfFysiskAdresse rhsFysiskeAdresser; rhsFysiskeAdresser = that.getFysiskeAdresser(); if (!strategy.equals(LocatorUtils.property(thisLocator, "fysiskeAdresser", lhsFysiskeAdresser), LocatorUtils.property(thatLocator, "fysiskeAdresser", rhsFysiskeAdresser), lhsFysiskeAdresser, rhsFysiskeAdresser)) { return false; } } { Integer lhsId; lhsId = this.getId(); Integer rhsId; rhsId = that.getId(); if (!strategy.equals(LocatorUtils.property(thisLocator, "id", lhsId), LocatorUtils.property(thatLocator, "id", rhsId), lhsId, rhsId)) { return false; } } { String lhsNavn; lhsNavn = this.getNavn(); String rhsNavn; rhsNavn = that.getNavn(); if (!strategy.equals(LocatorUtils.property(thisLocator, "navn", lhsNavn), LocatorUtils.property(thatLocator, "navn", rhsNavn), lhsNavn, rhsNavn)) { return false; } } { Integer lhsOrganisasjonsnummer; lhsOrganisasjonsnummer = this.getOrganisasjonsnummer(); Integer rhsOrganisasjonsnummer; rhsOrganisasjonsnummer = that.getOrganisasjonsnummer(); if (!strategy.equals(LocatorUtils.property(thisLocator, "organisasjonsnummer", lhsOrganisasjonsnummer), LocatorUtils.property(thatLocator, "organisasjonsnummer", rhsOrganisasjonsnummer), lhsOrganisasjonsnummer, rhsOrganisasjonsnummer)) { return false; } } { WSKode lhsType; lhsType = this.getType(); WSKode rhsType; rhsType = that.getType(); if (!strategy.equals(LocatorUtils.property(thisLocator, "type", lhsType), LocatorUtils.property(thatLocator, "type", rhsType), lhsType, rhsType)) { return false; } } { WSArrayOfUtdanningsinstitusjonshistorikk lhsUtdanningsinstitusjonshistorikk; lhsUtdanningsinstitusjonshistorikk = this.getUtdanningsinstitusjonshistorikk(); WSArrayOfUtdanningsinstitusjonshistorikk rhsUtdanningsinstitusjonshistorikk; rhsUtdanningsinstitusjonshistorikk = that.getUtdanningsinstitusjonshistorikk(); if (!strategy.equals(LocatorUtils.property(thisLocator, "utdanningsinstitusjonshistorikk", lhsUtdanningsinstitusjonshistorikk), LocatorUtils.property(thatLocator, "utdanningsinstitusjonshistorikk", rhsUtdanningsinstitusjonshistorikk), lhsUtdanningsinstitusjonshistorikk, rhsUtdanningsinstitusjonshistorikk)) { return false; } } return true; } public boolean equals(Object object) { final EqualsStrategy strategy = JAXBEqualsStrategy.INSTANCE; return equals(null, null, object, strategy); } public WSUtdanningsinstitusjon withETag(String value) { setETag(value); return this; } public WSUtdanningsinstitusjon withFysiskeAdresser(WSArrayOfFysiskAdresse value) { setFysiskeAdresser(value); return this; } public WSUtdanningsinstitusjon withId(Integer value) { setId(value); return this; } public WSUtdanningsinstitusjon withNavn(String value) { setNavn(value); return this; } public WSUtdanningsinstitusjon withOrganisasjonsnummer(Integer value) { setOrganisasjonsnummer(value); return this; } public WSUtdanningsinstitusjon withType(WSKode value) { setType(value); return this; } public WSUtdanningsinstitusjon withUtdanningsinstitusjonshistorikk(WSArrayOfUtdanningsinstitusjonshistorikk value) { setUtdanningsinstitusjonshistorikk(value); return this; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy