ee.xtee6.arireg.detail.DetailandmedV5KaardivalineIsik Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-arireg Show documentation
Show all versions of xtee6-client-arireg Show documentation
Library for XROAD ARIREG service clints
package ee.xtee6.arireg.detail;
import java.io.Serializable;
import java.math.BigDecimal;
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_kaardivaline_isik complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "detailandmed_v5_kaardivaline_isik", propOrder = {
"kirjeId",
"isikuTyyp",
"isikuRoll",
"isikuRollTekstina",
"eesnimi",
"nimiArinimi",
"isikukoodRegistrikood",
"valisKood",
"valisKoodRiik",
"valisKoodRiikTekstina",
"synniaeg",
"aadressRiik",
"aadressRiikTekstina",
"aadressEhak",
"aadressEhakTekstina",
"aadressTanavMajaKorter",
"aadressAdsAdsOid",
"aadressAdsAdrId",
"aadressAdsAdsNormaliseeritudTaisaadress",
"aadressAdsAdobId",
"aadressAdsKoodaadress",
"aadressAdsAdsNormaliseeritudTaisaadressTapsustus",
"aadressAdsTyyp",
"osaluseProtsent",
"osaluseSuurus",
"osaluseValuuta",
"osaluseValuutaTekstina",
"osaluseOmandiliik",
"osaluseOmandiliikTekstina",
"osaluseMurdosaLugeja",
"osaluseMurdosaNimetaja",
"volitusteLoppemiseKpv",
"kontrolliAllikas",
"kontrolliAllikasTekstina",
"kontrolliAllikaKpv",
"algusKpv",
"loppKpv",
"grupp"
})
@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 DetailandmedV5KaardivalineIsik
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 = "isiku_tyyp")
protected String isikuTyyp;
@XmlElement(name = "isiku_roll")
protected String isikuRoll;
@XmlElement(name = "isiku_roll_tekstina")
protected String isikuRollTekstina;
protected String eesnimi;
@XmlElement(name = "nimi_arinimi")
protected String nimiArinimi;
@XmlElement(name = "isikukood_registrikood")
protected String isikukoodRegistrikood;
@XmlElement(name = "valis_kood")
protected String valisKood;
@XmlElement(name = "valis_kood_riik")
protected String valisKoodRiik;
@XmlElement(name = "valis_kood_riik_tekstina")
protected String valisKoodRiikTekstina;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForLocalDate.class)
@XmlSchemaType(name = "date")
protected LocalDate synniaeg;
@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_tanav_maja_korter")
protected String aadressTanavMajaKorter;
@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;
@XmlElement(name = "osaluse_protsent")
protected BigDecimal osaluseProtsent;
@XmlElement(name = "osaluse_suurus")
protected BigDecimal osaluseSuurus;
@XmlElement(name = "osaluse_valuuta")
protected String osaluseValuuta;
@XmlElement(name = "osaluse_valuuta_tekstina")
protected String osaluseValuutaTekstina;
@XmlElement(name = "osaluse_omandiliik")
protected String osaluseOmandiliik;
@XmlElement(name = "osaluse_omandiliik_tekstina")
protected String osaluseOmandiliikTekstina;
@XmlElement(name = "osaluse_murdosa_lugeja", type = String.class)
@XmlJavaTypeAdapter(AdapterForLong.class)
@XmlSchemaType(name = "integer")
protected Long osaluseMurdosaLugeja;
@XmlElement(name = "osaluse_murdosa_nimetaja", type = String.class)
@XmlJavaTypeAdapter(AdapterForLong.class)
@XmlSchemaType(name = "integer")
protected Long osaluseMurdosaNimetaja;
@XmlElement(name = "volituste_loppemise_kpv", type = String.class)
@XmlJavaTypeAdapter(AdapterForLocalDate.class)
@XmlSchemaType(name = "date")
protected LocalDate volitusteLoppemiseKpv;
@XmlElement(name = "kontrolli_allikas")
protected String kontrolliAllikas;
@XmlElement(name = "kontrolli_allikas_tekstina")
protected String kontrolliAllikasTekstina;
@XmlElement(name = "kontrolli_allika_kpv", type = String.class)
@XmlJavaTypeAdapter(AdapterForLocalDate.class)
@XmlSchemaType(name = "date")
protected LocalDate kontrolliAllikaKpv;
@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;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForLong.class)
@XmlSchemaType(name = "integer")
protected Long grupp;
/**
* 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 isikuTyyp property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIsikuTyyp() {
return isikuTyyp;
}
/**
* Sets the value of the isikuTyyp property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIsikuTyyp(String value) {
this.isikuTyyp = value;
}
/**
* Gets the value of the isikuRoll property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIsikuRoll() {
return isikuRoll;
}
/**
* Sets the value of the isikuRoll property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIsikuRoll(String value) {
this.isikuRoll = value;
}
/**
* Gets the value of the isikuRollTekstina property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIsikuRollTekstina() {
return isikuRollTekstina;
}
/**
* Sets the value of the isikuRollTekstina property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIsikuRollTekstina(String value) {
this.isikuRollTekstina = value;
}
/**
* Gets the value of the eesnimi property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEesnimi() {
return eesnimi;
}
/**
* Sets the value of the eesnimi property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEesnimi(String value) {
this.eesnimi = value;
}
/**
* Gets the value of the nimiArinimi property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNimiArinimi() {
return nimiArinimi;
}
/**
* Sets the value of the nimiArinimi property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNimiArinimi(String value) {
this.nimiArinimi = value;
}
/**
* Gets the value of the isikukoodRegistrikood property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIsikukoodRegistrikood() {
return isikukoodRegistrikood;
}
/**
* Sets the value of the isikukoodRegistrikood property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIsikukoodRegistrikood(String value) {
this.isikukoodRegistrikood = value;
}
/**
* Gets the value of the valisKood property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValisKood() {
return valisKood;
}
/**
* Sets the value of the valisKood property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValisKood(String value) {
this.valisKood = value;
}
/**
* Gets the value of the valisKoodRiik property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValisKoodRiik() {
return valisKoodRiik;
}
/**
* Sets the value of the valisKoodRiik property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValisKoodRiik(String value) {
this.valisKoodRiik = value;
}
/**
* Gets the value of the valisKoodRiikTekstina property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValisKoodRiikTekstina() {
return valisKoodRiikTekstina;
}
/**
* Sets the value of the valisKoodRiikTekstina property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValisKoodRiikTekstina(String value) {
this.valisKoodRiikTekstina = value;
}
/**
* Gets the value of the synniaeg property.
*
* @return
* possible object is
* {@link String }
*
*/
public LocalDate getSynniaeg() {
return synniaeg;
}
/**
* Sets the value of the synniaeg property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSynniaeg(LocalDate value) {
this.synniaeg = 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 aadressTanavMajaKorter property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAadressTanavMajaKorter() {
return aadressTanavMajaKorter;
}
/**
* Sets the value of the aadressTanavMajaKorter property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAadressTanavMajaKorter(String value) {
this.aadressTanavMajaKorter = 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 osaluseProtsent property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getOsaluseProtsent() {
return osaluseProtsent;
}
/**
* Sets the value of the osaluseProtsent property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setOsaluseProtsent(BigDecimal value) {
this.osaluseProtsent = value;
}
/**
* Gets the value of the osaluseSuurus property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getOsaluseSuurus() {
return osaluseSuurus;
}
/**
* Sets the value of the osaluseSuurus property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setOsaluseSuurus(BigDecimal value) {
this.osaluseSuurus = value;
}
/**
* Gets the value of the osaluseValuuta property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOsaluseValuuta() {
return osaluseValuuta;
}
/**
* Sets the value of the osaluseValuuta property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOsaluseValuuta(String value) {
this.osaluseValuuta = value;
}
/**
* Gets the value of the osaluseValuutaTekstina property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOsaluseValuutaTekstina() {
return osaluseValuutaTekstina;
}
/**
* Sets the value of the osaluseValuutaTekstina property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOsaluseValuutaTekstina(String value) {
this.osaluseValuutaTekstina = value;
}
/**
* Gets the value of the osaluseOmandiliik property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOsaluseOmandiliik() {
return osaluseOmandiliik;
}
/**
* Sets the value of the osaluseOmandiliik property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOsaluseOmandiliik(String value) {
this.osaluseOmandiliik = value;
}
/**
* Gets the value of the osaluseOmandiliikTekstina property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOsaluseOmandiliikTekstina() {
return osaluseOmandiliikTekstina;
}
/**
* Sets the value of the osaluseOmandiliikTekstina property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOsaluseOmandiliikTekstina(String value) {
this.osaluseOmandiliikTekstina = value;
}
/**
* Gets the value of the osaluseMurdosaLugeja property.
*
* @return
* possible object is
* {@link String }
*
*/
public Long getOsaluseMurdosaLugeja() {
return osaluseMurdosaLugeja;
}
/**
* Sets the value of the osaluseMurdosaLugeja property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOsaluseMurdosaLugeja(Long value) {
this.osaluseMurdosaLugeja = value;
}
/**
* Gets the value of the osaluseMurdosaNimetaja property.
*
* @return
* possible object is
* {@link String }
*
*/
public Long getOsaluseMurdosaNimetaja() {
return osaluseMurdosaNimetaja;
}
/**
* Sets the value of the osaluseMurdosaNimetaja property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOsaluseMurdosaNimetaja(Long value) {
this.osaluseMurdosaNimetaja = value;
}
/**
* Gets the value of the volitusteLoppemiseKpv property.
*
* @return
* possible object is
* {@link String }
*
*/
public LocalDate getVolitusteLoppemiseKpv() {
return volitusteLoppemiseKpv;
}
/**
* Sets the value of the volitusteLoppemiseKpv property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVolitusteLoppemiseKpv(LocalDate value) {
this.volitusteLoppemiseKpv = value;
}
/**
* Gets the value of the kontrolliAllikas property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKontrolliAllikas() {
return kontrolliAllikas;
}
/**
* Sets the value of the kontrolliAllikas property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKontrolliAllikas(String value) {
this.kontrolliAllikas = value;
}
/**
* Gets the value of the kontrolliAllikasTekstina property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKontrolliAllikasTekstina() {
return kontrolliAllikasTekstina;
}
/**
* Sets the value of the kontrolliAllikasTekstina property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKontrolliAllikasTekstina(String value) {
this.kontrolliAllikasTekstina = value;
}
/**
* Gets the value of the kontrolliAllikaKpv property.
*
* @return
* possible object is
* {@link String }
*
*/
public LocalDate getKontrolliAllikaKpv() {
return kontrolliAllikaKpv;
}
/**
* Sets the value of the kontrolliAllikaKpv property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKontrolliAllikaKpv(LocalDate value) {
this.kontrolliAllikaKpv = 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;
}
/**
* Gets the value of the grupp property.
*
* @return
* possible object is
* {@link String }
*
*/
public Long getGrupp() {
return grupp;
}
/**
* Sets the value of the grupp property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setGrupp(Long value) {
this.grupp = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy