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

ee.xtee6.kr.liht.KinnistuLihtandmedRequest Maven / Gradle / Ivy

The newest version!

package ee.xtee6.kr.liht;

import java.io.Serializable;
import java.time.LocalDateTime;
import ee.datel.client.utils.AdapterForInteger;
import ee.datel.client.utils.AdapterForLocalDateTime;
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 Kinnistu_LihtandmedRequest complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Kinnistu_LihtandmedRequest", propOrder = { "aadress", "adrId", "asustusyksus", "eesnimi", "isikuLiikID", "kasKehtetuOmanik", "kasOigustatudIsik", "kasutajanimi", "katastritunnus", "kinnistuKehtivus", "kinnistuLiik", "kinnistuNumber", "kinnistuteArvLehel", "kood", "koodRiik", "koodaadress", "korteriNumber", "lehekyljeNr", "liikluspind", "maakond", "nimetus", "nimi", "number", "omavalitsus", "parool", "reaalosaNumber", "synniaeg", "vaikekoht" }) @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:10:54+02:00") public class KinnistuLihtandmedRequest implements Serializable { private static final long serialVersionUID = -1L; protected String aadress; @XmlElement(name = "adr_id") protected String adrId; protected String asustusyksus; protected String eesnimi; @XmlElement(name = "isiku_liik_ID", type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer isikuLiikID; @XmlElement(name = "kas_kehtetu_omanik") protected String kasKehtetuOmanik; @XmlElement(name = "kas_oigustatud_isik") protected String kasOigustatudIsik; protected String kasutajanimi; protected String katastritunnus; @XmlElement(name = "kinnistu_kehtivus") protected String kinnistuKehtivus; @XmlElement(name = "kinnistu_liik") protected String kinnistuLiik; @XmlElement(name = "kinnistu_number") protected String kinnistuNumber; @XmlElement(name = "kinnistute_arv_lehel", type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer kinnistuteArvLehel; protected String kood; @XmlElement(name = "kood_riik") protected String koodRiik; protected String koodaadress; @XmlElement(name = "korteri_number") protected String korteriNumber; @XmlElement(name = "lehekylje_nr", type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer lehekyljeNr; protected String liikluspind; protected String maakond; protected String nimetus; protected String nimi; protected String number; protected String omavalitsus; protected String parool; @XmlElement(name = "reaalosa_number") protected String reaalosaNumber; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDateTime.class) @XmlSchemaType(name = "dateTime") protected LocalDateTime synniaeg; protected String vaikekoht; /** * Gets the value of the aadress property. * * @return * possible object is * {@link String } * */ public String getAadress() { return aadress; } /** * Sets the value of the aadress property. * * @param value * allowed object is * {@link String } * */ public void setAadress(String value) { this.aadress = value; } /** * Gets the value of the adrId property. * * @return * possible object is * {@link String } * */ public String getAdrId() { return adrId; } /** * Sets the value of the adrId property. * * @param value * allowed object is * {@link String } * */ public void setAdrId(String value) { this.adrId = value; } /** * Gets the value of the asustusyksus property. * * @return * possible object is * {@link String } * */ public String getAsustusyksus() { return asustusyksus; } /** * Sets the value of the asustusyksus property. * * @param value * allowed object is * {@link String } * */ public void setAsustusyksus(String value) { this.asustusyksus = 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 isikuLiikID property. * * @return * possible object is * {@link String } * */ public Integer getIsikuLiikID() { return isikuLiikID; } /** * Sets the value of the isikuLiikID property. * * @param value * allowed object is * {@link String } * */ public void setIsikuLiikID(Integer value) { this.isikuLiikID = value; } /** * Gets the value of the kasKehtetuOmanik property. * * @return * possible object is * {@link String } * */ public String getKasKehtetuOmanik() { return kasKehtetuOmanik; } /** * Sets the value of the kasKehtetuOmanik property. * * @param value * allowed object is * {@link String } * */ public void setKasKehtetuOmanik(String value) { this.kasKehtetuOmanik = value; } /** * Gets the value of the kasOigustatudIsik property. * * @return * possible object is * {@link String } * */ public String getKasOigustatudIsik() { return kasOigustatudIsik; } /** * Sets the value of the kasOigustatudIsik property. * * @param value * allowed object is * {@link String } * */ public void setKasOigustatudIsik(String value) { this.kasOigustatudIsik = value; } /** * Gets the value of the kasutajanimi property. * * @return * possible object is * {@link String } * */ public String getKasutajanimi() { return kasutajanimi; } /** * Sets the value of the kasutajanimi property. * * @param value * allowed object is * {@link String } * */ public void setKasutajanimi(String value) { this.kasutajanimi = value; } /** * Gets the value of the katastritunnus property. * * @return * possible object is * {@link String } * */ public String getKatastritunnus() { return katastritunnus; } /** * Sets the value of the katastritunnus property. * * @param value * allowed object is * {@link String } * */ public void setKatastritunnus(String value) { this.katastritunnus = value; } /** * Gets the value of the kinnistuKehtivus property. * * @return * possible object is * {@link String } * */ public String getKinnistuKehtivus() { return kinnistuKehtivus; } /** * Sets the value of the kinnistuKehtivus property. * * @param value * allowed object is * {@link String } * */ public void setKinnistuKehtivus(String value) { this.kinnistuKehtivus = value; } /** * Gets the value of the kinnistuLiik property. * * @return * possible object is * {@link String } * */ public String getKinnistuLiik() { return kinnistuLiik; } /** * Sets the value of the kinnistuLiik property. * * @param value * allowed object is * {@link String } * */ public void setKinnistuLiik(String value) { this.kinnistuLiik = value; } /** * Gets the value of the kinnistuNumber property. * * @return * possible object is * {@link String } * */ public String getKinnistuNumber() { return kinnistuNumber; } /** * Sets the value of the kinnistuNumber property. * * @param value * allowed object is * {@link String } * */ public void setKinnistuNumber(String value) { this.kinnistuNumber = value; } /** * Gets the value of the kinnistuteArvLehel property. * * @return * possible object is * {@link String } * */ public Integer getKinnistuteArvLehel() { return kinnistuteArvLehel; } /** * Sets the value of the kinnistuteArvLehel property. * * @param value * allowed object is * {@link String } * */ public void setKinnistuteArvLehel(Integer value) { this.kinnistuteArvLehel = value; } /** * Gets the value of the kood property. * * @return * possible object is * {@link String } * */ public String getKood() { return kood; } /** * Sets the value of the kood property. * * @param value * allowed object is * {@link String } * */ public void setKood(String value) { this.kood = value; } /** * Gets the value of the koodRiik property. * * @return * possible object is * {@link String } * */ public String getKoodRiik() { return koodRiik; } /** * Sets the value of the koodRiik property. * * @param value * allowed object is * {@link String } * */ public void setKoodRiik(String value) { this.koodRiik = value; } /** * Gets the value of the koodaadress property. * * @return * possible object is * {@link String } * */ public String getKoodaadress() { return koodaadress; } /** * Sets the value of the koodaadress property. * * @param value * allowed object is * {@link String } * */ public void setKoodaadress(String value) { this.koodaadress = value; } /** * Gets the value of the korteriNumber property. * * @return * possible object is * {@link String } * */ public String getKorteriNumber() { return korteriNumber; } /** * Sets the value of the korteriNumber property. * * @param value * allowed object is * {@link String } * */ public void setKorteriNumber(String value) { this.korteriNumber = value; } /** * Gets the value of the lehekyljeNr property. * * @return * possible object is * {@link String } * */ public Integer getLehekyljeNr() { return lehekyljeNr; } /** * Sets the value of the lehekyljeNr property. * * @param value * allowed object is * {@link String } * */ public void setLehekyljeNr(Integer value) { this.lehekyljeNr = value; } /** * Gets the value of the liikluspind property. * * @return * possible object is * {@link String } * */ public String getLiikluspind() { return liikluspind; } /** * Sets the value of the liikluspind property. * * @param value * allowed object is * {@link String } * */ public void setLiikluspind(String value) { this.liikluspind = value; } /** * Gets the value of the maakond property. * * @return * possible object is * {@link String } * */ public String getMaakond() { return maakond; } /** * Sets the value of the maakond property. * * @param value * allowed object is * {@link String } * */ public void setMaakond(String value) { this.maakond = value; } /** * Gets the value of the nimetus property. * * @return * possible object is * {@link String } * */ public String getNimetus() { return nimetus; } /** * Sets the value of the nimetus property. * * @param value * allowed object is * {@link String } * */ public void setNimetus(String value) { this.nimetus = value; } /** * Gets the value of the nimi property. * * @return * possible object is * {@link String } * */ public String getNimi() { return nimi; } /** * Sets the value of the nimi property. * * @param value * allowed object is * {@link String } * */ public void setNimi(String value) { this.nimi = value; } /** * Gets the value of the number property. * * @return * possible object is * {@link String } * */ public String getNumber() { return number; } /** * Sets the value of the number property. * * @param value * allowed object is * {@link String } * */ public void setNumber(String value) { this.number = value; } /** * Gets the value of the omavalitsus property. * * @return * possible object is * {@link String } * */ public String getOmavalitsus() { return omavalitsus; } /** * Sets the value of the omavalitsus property. * * @param value * allowed object is * {@link String } * */ public void setOmavalitsus(String value) { this.omavalitsus = value; } /** * Gets the value of the parool property. * * @return * possible object is * {@link String } * */ public String getParool() { return parool; } /** * Sets the value of the parool property. * * @param value * allowed object is * {@link String } * */ public void setParool(String value) { this.parool = value; } /** * Gets the value of the reaalosaNumber property. * * @return * possible object is * {@link String } * */ public String getReaalosaNumber() { return reaalosaNumber; } /** * Sets the value of the reaalosaNumber property. * * @param value * allowed object is * {@link String } * */ public void setReaalosaNumber(String value) { this.reaalosaNumber = value; } /** * Gets the value of the synniaeg property. * * @return * possible object is * {@link String } * */ public LocalDateTime getSynniaeg() { return synniaeg; } /** * Sets the value of the synniaeg property. * * @param value * allowed object is * {@link String } * */ public void setSynniaeg(LocalDateTime value) { this.synniaeg = value; } /** * Gets the value of the vaikekoht property. * * @return * possible object is * {@link String } * */ public String getVaikekoht() { return vaikekoht; } /** * Sets the value of the vaikekoht property. * * @param value * allowed object is * {@link String } * */ public void setVaikekoht(String value) { this.vaikekoht = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy