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

ee.xtee6.arireg.detail.DetailandmedV5Pandipidaja Maven / Gradle / Ivy

There is a newer version: 4.3.0
Show newest version

package ee.xtee6.arireg.detail;

import java.io.Serializable;
import java.time.LocalDate;
import ee.datel.client.utils.AdapterForLocalDate;
import ee.datel.client.utils.AdapterForLong;
import jakarta.annotation.Generated;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * 

Java class for detailandmed_v5_pandipidaja complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "detailandmed_v5_pandipidaja", propOrder = { "kirjeId", "pandipidajaIsikuLiik", "pandipidajaIsikukoodRegistrikood", "pandipidajaValisKood", "pandipidajaSynniaeg", "pandipidajaNimi", "pandipidajaEesnimi", "aadressRiik", "aadressRiikTekstina", "aadressEhak", "aadressEhakTekstina", "aadressAdsAdsOid", "aadressAdsAdrId", "aadressAdsAdsNormaliseeritudTaisaadress", "aadressAdsAdobId", "aadressAdsKoodaadress", "aadressAdsAdsNormaliseeritudTaisaadressTapsustus", "aadressAdsTyyp", "omandiliik", "omandiliikTekstina", "murdosaLugeja", "murdosaNimetaja", "algusKpv", "loppKpv" }) @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-10-29T13:15:31+02:00") public class DetailandmedV5Pandipidaja implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(name = "kirje_id", type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long kirjeId; @XmlElement(name = "pandipidaja_isiku_liik") protected String pandipidajaIsikuLiik; @XmlElement(name = "pandipidaja_isikukood_registrikood") protected String pandipidajaIsikukoodRegistrikood; @XmlElement(name = "pandipidaja_valis_kood") protected String pandipidajaValisKood; @XmlElement(name = "pandipidaja_synniaeg", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate pandipidajaSynniaeg; @XmlElement(name = "pandipidaja_nimi") protected String pandipidajaNimi; @XmlElement(name = "pandipidaja_eesnimi") protected String pandipidajaEesnimi; @XmlElement(name = "aadress_riik") protected String aadressRiik; @XmlElement(name = "aadress_riik_tekstina") protected String aadressRiikTekstina; @XmlElement(name = "aadress_ehak") protected String aadressEhak; @XmlElement(name = "aadress_ehak_tekstina") protected String aadressEhakTekstina; @XmlElement(name = "aadress_ads__ads_oid") protected String aadressAdsAdsOid; @XmlElement(name = "aadress_ads__adr_id") protected String aadressAdsAdrId; @XmlElement(name = "aadress_ads__ads_normaliseeritud_taisaadress") protected String aadressAdsAdsNormaliseeritudTaisaadress; @XmlElement(name = "aadress_ads__adob_id") protected String aadressAdsAdobId; @XmlElement(name = "aadress_ads__koodaadress") protected String aadressAdsKoodaadress; @XmlElement(name = "aadress_ads__ads_normaliseeritud_taisaadress_tapsustus") protected String aadressAdsAdsNormaliseeritudTaisaadressTapsustus; @XmlElement(name = "aadress_ads__tyyp") protected String aadressAdsTyyp; protected String omandiliik; @XmlElement(name = "omandiliik_tekstina") protected String omandiliikTekstina; @XmlElement(name = "murdosa_lugeja", type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long murdosaLugeja; @XmlElement(name = "murdosa_nimetaja", type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long murdosaNimetaja; @XmlElement(name = "algus_kpv", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate algusKpv; @XmlElement(name = "lopp_kpv", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate loppKpv; /** * Gets the value of the kirjeId property. * * @return * possible object is * {@link String } * */ public Long getKirjeId() { return kirjeId; } /** * Sets the value of the kirjeId property. * * @param value * allowed object is * {@link String } * */ public void setKirjeId(Long value) { this.kirjeId = value; } /** * Gets the value of the pandipidajaIsikuLiik property. * * @return * possible object is * {@link String } * */ public String getPandipidajaIsikuLiik() { return pandipidajaIsikuLiik; } /** * Sets the value of the pandipidajaIsikuLiik property. * * @param value * allowed object is * {@link String } * */ public void setPandipidajaIsikuLiik(String value) { this.pandipidajaIsikuLiik = value; } /** * Gets the value of the pandipidajaIsikukoodRegistrikood property. * * @return * possible object is * {@link String } * */ public String getPandipidajaIsikukoodRegistrikood() { return pandipidajaIsikukoodRegistrikood; } /** * Sets the value of the pandipidajaIsikukoodRegistrikood property. * * @param value * allowed object is * {@link String } * */ public void setPandipidajaIsikukoodRegistrikood(String value) { this.pandipidajaIsikukoodRegistrikood = value; } /** * Gets the value of the pandipidajaValisKood property. * * @return * possible object is * {@link String } * */ public String getPandipidajaValisKood() { return pandipidajaValisKood; } /** * Sets the value of the pandipidajaValisKood property. * * @param value * allowed object is * {@link String } * */ public void setPandipidajaValisKood(String value) { this.pandipidajaValisKood = value; } /** * Gets the value of the pandipidajaSynniaeg property. * * @return * possible object is * {@link String } * */ public LocalDate getPandipidajaSynniaeg() { return pandipidajaSynniaeg; } /** * Sets the value of the pandipidajaSynniaeg property. * * @param value * allowed object is * {@link String } * */ public void setPandipidajaSynniaeg(LocalDate value) { this.pandipidajaSynniaeg = value; } /** * Gets the value of the pandipidajaNimi property. * * @return * possible object is * {@link String } * */ public String getPandipidajaNimi() { return pandipidajaNimi; } /** * Sets the value of the pandipidajaNimi property. * * @param value * allowed object is * {@link String } * */ public void setPandipidajaNimi(String value) { this.pandipidajaNimi = value; } /** * Gets the value of the pandipidajaEesnimi property. * * @return * possible object is * {@link String } * */ public String getPandipidajaEesnimi() { return pandipidajaEesnimi; } /** * Sets the value of the pandipidajaEesnimi property. * * @param value * allowed object is * {@link String } * */ public void setPandipidajaEesnimi(String value) { this.pandipidajaEesnimi = value; } /** * Gets the value of the aadressRiik property. * * @return * possible object is * {@link String } * */ public String getAadressRiik() { return aadressRiik; } /** * Sets the value of the aadressRiik property. * * @param value * allowed object is * {@link String } * */ public void setAadressRiik(String value) { this.aadressRiik = value; } /** * Gets the value of the aadressRiikTekstina property. * * @return * possible object is * {@link String } * */ public String getAadressRiikTekstina() { return aadressRiikTekstina; } /** * Sets the value of the aadressRiikTekstina property. * * @param value * allowed object is * {@link String } * */ public void setAadressRiikTekstina(String value) { this.aadressRiikTekstina = value; } /** * Gets the value of the aadressEhak property. * * @return * possible object is * {@link String } * */ public String getAadressEhak() { return aadressEhak; } /** * Sets the value of the aadressEhak property. * * @param value * allowed object is * {@link String } * */ public void setAadressEhak(String value) { this.aadressEhak = value; } /** * Gets the value of the aadressEhakTekstina property. * * @return * possible object is * {@link String } * */ public String getAadressEhakTekstina() { return aadressEhakTekstina; } /** * Sets the value of the aadressEhakTekstina property. * * @param value * allowed object is * {@link String } * */ public void setAadressEhakTekstina(String value) { this.aadressEhakTekstina = value; } /** * Gets the value of the aadressAdsAdsOid property. * * @return * possible object is * {@link String } * */ public String getAadressAdsAdsOid() { return aadressAdsAdsOid; } /** * Sets the value of the aadressAdsAdsOid property. * * @param value * allowed object is * {@link String } * */ public void setAadressAdsAdsOid(String value) { this.aadressAdsAdsOid = value; } /** * Gets the value of the aadressAdsAdrId property. * * @return * possible object is * {@link String } * */ public String getAadressAdsAdrId() { return aadressAdsAdrId; } /** * Sets the value of the aadressAdsAdrId property. * * @param value * allowed object is * {@link String } * */ public void setAadressAdsAdrId(String value) { this.aadressAdsAdrId = value; } /** * Gets the value of the aadressAdsAdsNormaliseeritudTaisaadress property. * * @return * possible object is * {@link String } * */ public String getAadressAdsAdsNormaliseeritudTaisaadress() { return aadressAdsAdsNormaliseeritudTaisaadress; } /** * Sets the value of the aadressAdsAdsNormaliseeritudTaisaadress property. * * @param value * allowed object is * {@link String } * */ public void setAadressAdsAdsNormaliseeritudTaisaadress(String value) { this.aadressAdsAdsNormaliseeritudTaisaadress = value; } /** * Gets the value of the aadressAdsAdobId property. * * @return * possible object is * {@link String } * */ public String getAadressAdsAdobId() { return aadressAdsAdobId; } /** * Sets the value of the aadressAdsAdobId property. * * @param value * allowed object is * {@link String } * */ public void setAadressAdsAdobId(String value) { this.aadressAdsAdobId = value; } /** * Gets the value of the aadressAdsKoodaadress property. * * @return * possible object is * {@link String } * */ public String getAadressAdsKoodaadress() { return aadressAdsKoodaadress; } /** * Sets the value of the aadressAdsKoodaadress property. * * @param value * allowed object is * {@link String } * */ public void setAadressAdsKoodaadress(String value) { this.aadressAdsKoodaadress = value; } /** * Gets the value of the aadressAdsAdsNormaliseeritudTaisaadressTapsustus property. * * @return * possible object is * {@link String } * */ public String getAadressAdsAdsNormaliseeritudTaisaadressTapsustus() { return aadressAdsAdsNormaliseeritudTaisaadressTapsustus; } /** * Sets the value of the aadressAdsAdsNormaliseeritudTaisaadressTapsustus property. * * @param value * allowed object is * {@link String } * */ public void setAadressAdsAdsNormaliseeritudTaisaadressTapsustus(String value) { this.aadressAdsAdsNormaliseeritudTaisaadressTapsustus = value; } /** * Gets the value of the aadressAdsTyyp property. * * @return * possible object is * {@link String } * */ public String getAadressAdsTyyp() { return aadressAdsTyyp; } /** * Sets the value of the aadressAdsTyyp property. * * @param value * allowed object is * {@link String } * */ public void setAadressAdsTyyp(String value) { this.aadressAdsTyyp = value; } /** * Gets the value of the omandiliik property. * * @return * possible object is * {@link String } * */ public String getOmandiliik() { return omandiliik; } /** * Sets the value of the omandiliik property. * * @param value * allowed object is * {@link String } * */ public void setOmandiliik(String value) { this.omandiliik = value; } /** * Gets the value of the omandiliikTekstina property. * * @return * possible object is * {@link String } * */ public String getOmandiliikTekstina() { return omandiliikTekstina; } /** * Sets the value of the omandiliikTekstina property. * * @param value * allowed object is * {@link String } * */ public void setOmandiliikTekstina(String value) { this.omandiliikTekstina = value; } /** * Gets the value of the murdosaLugeja property. * * @return * possible object is * {@link String } * */ public Long getMurdosaLugeja() { return murdosaLugeja; } /** * Sets the value of the murdosaLugeja property. * * @param value * allowed object is * {@link String } * */ public void setMurdosaLugeja(Long value) { this.murdosaLugeja = value; } /** * Gets the value of the murdosaNimetaja property. * * @return * possible object is * {@link String } * */ public Long getMurdosaNimetaja() { return murdosaNimetaja; } /** * Sets the value of the murdosaNimetaja property. * * @param value * allowed object is * {@link String } * */ public void setMurdosaNimetaja(Long value) { this.murdosaNimetaja = value; } /** * Gets the value of the algusKpv property. * * @return * possible object is * {@link String } * */ public LocalDate getAlgusKpv() { return algusKpv; } /** * Sets the value of the algusKpv property. * * @param value * allowed object is * {@link String } * */ public void setAlgusKpv(LocalDate value) { this.algusKpv = value; } /** * Gets the value of the loppKpv property. * * @return * possible object is * {@link String } * */ public LocalDate getLoppKpv() { return loppKpv; } /** * Sets the value of the loppKpv property. * * @param value * allowed object is * {@link String } * */ public void setLoppKpv(LocalDate value) { this.loppKpv = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy