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

ee.xtee6.mis.tunnus.KytunnusResponse Maven / Gradle / Ivy

The newest version!

package ee.xtee6.mis.tunnus;

import java.io.Serializable;
import java.math.BigDecimal;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
import ee.datel.client.utils.AdapterForInteger;
import ee.datel.client.utils.AdapterForLocalDate;
import jakarta.annotation.Generated;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlID;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * 

Java class for kytunnusVastusType complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *           
 *             
 *               
 *                 
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                   
 *                 
 *                 
 *               
 *             
 *           
 *         
 *         
 *           
 *             
 *               
 *                 
 *                   
 *                   
 *                 
 *               
 *             
 *           
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "kytunnusVastusType", namespace = "http://www.maaamet.ee", propOrder = { "tulems", "fault" }) @XmlRootElement(name = "kytunnusResponse", namespace = "http://www.maaamet.ee") @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:11:22+02:00") public class KytunnusResponse implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(name = "tulem") protected List tulems; protected KytunnusResponse.Fault fault; /** * Gets the value of the tulems 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 tulems property.

* *

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

*
     * getTulems().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link KytunnusResponse.Tulem } *

* * * @return * The value of the tulems property. */ public List getTulems() { if (tulems == null) { tulems = new ArrayList<>(); } return this.tulems; } /** * Gets the value of the fault property. * * @return * possible object is * {@link KytunnusResponse.Fault } * */ public KytunnusResponse.Fault getFault() { return fault; } /** * Sets the value of the fault property. * * @param value * allowed object is * {@link KytunnusResponse.Fault } * */ public void setFault(KytunnusResponse.Fault value) { this.fault = value; } /** *

Java class for anonymous complex type

. * *

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

* *
{@code
     * 
     *   
     *     
     *       
     *         
     *         
     *       
     *     
     *   
     * 
     * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "faultCode", "faultString" }) @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:11:22+02:00") public static class Fault implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(required = true) protected String faultCode; @XmlElement(required = true) protected String faultString; /** * Gets the value of the faultCode property. * * @return * possible object is * {@link String } * */ public String getFaultCode() { return faultCode; } /** * Sets the value of the faultCode property. * * @param value * allowed object is * {@link String } * */ public void setFaultCode(String value) { this.faultCode = value; } /** * Gets the value of the faultString property. * * @return * possible object is * {@link String } * */ public String getFaultString() { return faultString; } /** * Sets the value of the faultString property. * * @param value * allowed object is * {@link String } * */ public void setFaultString(String value) { this.faultString = value; } } /** *

Java class for anonymous complex type

. * *

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

* *
{@code
     * 
     *   
     *     
     *       
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *       
     *       
     *     
     *   
     * 
     * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "katastritunnus", "kyAmetlikNimetus", "kyAsukoht", "maakond", "omavalitsus", "asustusyksus", "adsOid", "adrId", "koodaadress", "normAadress", "registreeritud", "sihtotstarve1", "sihtotstarve2", "sihtotstarve3", "soProtsent1", "soProtsent2", "soProtsent3", "pindalaM2", "pindalaHa", "trykitapsus", "parinebMillest", "tsentroidX", "tsentroidY", "allkirjaKuupaev", "kinnistusregistriosa", "koosseisuKuupaev", "koosseisustKuupaev", "plaaniAlusel", "url" }) @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:11:22+02:00") public static class Tulem implements Serializable { private static final long serialVersionUID = -1L; protected String katastritunnus; @XmlElement(name = "ky_ametlik_nimetus") protected String kyAmetlikNimetus; @XmlElement(name = "ky_asukoht") protected String kyAsukoht; protected String maakond; protected String omavalitsus; protected String asustusyksus; @XmlElement(name = "ads_oid") protected String adsOid; @XmlElement(name = "adr_id") protected String adrId; protected String koodaadress; @XmlElement(name = "norm_aadress") protected String normAadress; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate registreeritud; protected String sihtotstarve1; protected String sihtotstarve2; protected String sihtotstarve3; @XmlElement(name = "so_protsent1", type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer soProtsent1; @XmlElement(name = "so_protsent2", type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer soProtsent2; @XmlElement(name = "so_protsent3", type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer soProtsent3; @XmlElement(name = "pindala_m2") protected BigDecimal pindalaM2; @XmlElement(name = "pindala_ha") protected BigDecimal pindalaHa; protected String trykitapsus; @XmlElement(name = "parineb_millest") protected String parinebMillest; @XmlElement(name = "tsentroid_x") protected BigDecimal tsentroidX; @XmlElement(name = "tsentroid_y") protected BigDecimal tsentroidY; @XmlElement(name = "allkirja_kuupaev", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate allkirjaKuupaev; protected String kinnistusregistriosa; @XmlElement(name = "koosseisu_kuupaev", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate koosseisuKuupaev; @XmlElement(name = "koosseisust_kuupaev", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate koosseisustKuupaev; @XmlElement(name = "plaani_alusel", required = true) @XmlSchemaType(name = "string") protected PlaaniAluselType plaaniAlusel; @XmlSchemaType(name = "anyURI") protected String url; @XmlAttribute(name = "id") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlID @XmlSchemaType(name = "ID") protected String id; /** * 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 kyAmetlikNimetus property. * * @return * possible object is * {@link String } * */ public String getKyAmetlikNimetus() { return kyAmetlikNimetus; } /** * Sets the value of the kyAmetlikNimetus property. * * @param value * allowed object is * {@link String } * */ public void setKyAmetlikNimetus(String value) { this.kyAmetlikNimetus = value; } /** * Gets the value of the kyAsukoht property. * * @return * possible object is * {@link String } * */ public String getKyAsukoht() { return kyAsukoht; } /** * Sets the value of the kyAsukoht property. * * @param value * allowed object is * {@link String } * */ public void setKyAsukoht(String value) { this.kyAsukoht = 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 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 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 adsOid property. * * @return * possible object is * {@link String } * */ public String getAdsOid() { return adsOid; } /** * Sets the value of the adsOid property. * * @param value * allowed object is * {@link String } * */ public void setAdsOid(String value) { this.adsOid = 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 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 normAadress property. * * @return * possible object is * {@link String } * */ public String getNormAadress() { return normAadress; } /** * Sets the value of the normAadress property. * * @param value * allowed object is * {@link String } * */ public void setNormAadress(String value) { this.normAadress = value; } /** * Gets the value of the registreeritud property. * * @return * possible object is * {@link String } * */ public LocalDate getRegistreeritud() { return registreeritud; } /** * Sets the value of the registreeritud property. * * @param value * allowed object is * {@link String } * */ public void setRegistreeritud(LocalDate value) { this.registreeritud = value; } /** * Gets the value of the sihtotstarve1 property. * * @return * possible object is * {@link String } * */ public String getSihtotstarve1() { return sihtotstarve1; } /** * Sets the value of the sihtotstarve1 property. * * @param value * allowed object is * {@link String } * */ public void setSihtotstarve1(String value) { this.sihtotstarve1 = value; } /** * Gets the value of the sihtotstarve2 property. * * @return * possible object is * {@link String } * */ public String getSihtotstarve2() { return sihtotstarve2; } /** * Sets the value of the sihtotstarve2 property. * * @param value * allowed object is * {@link String } * */ public void setSihtotstarve2(String value) { this.sihtotstarve2 = value; } /** * Gets the value of the sihtotstarve3 property. * * @return * possible object is * {@link String } * */ public String getSihtotstarve3() { return sihtotstarve3; } /** * Sets the value of the sihtotstarve3 property. * * @param value * allowed object is * {@link String } * */ public void setSihtotstarve3(String value) { this.sihtotstarve3 = value; } /** * Gets the value of the soProtsent1 property. * * @return * possible object is * {@link String } * */ public Integer getSoProtsent1() { return soProtsent1; } /** * Sets the value of the soProtsent1 property. * * @param value * allowed object is * {@link String } * */ public void setSoProtsent1(Integer value) { this.soProtsent1 = value; } /** * Gets the value of the soProtsent2 property. * * @return * possible object is * {@link String } * */ public Integer getSoProtsent2() { return soProtsent2; } /** * Sets the value of the soProtsent2 property. * * @param value * allowed object is * {@link String } * */ public void setSoProtsent2(Integer value) { this.soProtsent2 = value; } /** * Gets the value of the soProtsent3 property. * * @return * possible object is * {@link String } * */ public Integer getSoProtsent3() { return soProtsent3; } /** * Sets the value of the soProtsent3 property. * * @param value * allowed object is * {@link String } * */ public void setSoProtsent3(Integer value) { this.soProtsent3 = value; } /** * Gets the value of the pindalaM2 property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getPindalaM2() { return pindalaM2; } /** * Sets the value of the pindalaM2 property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setPindalaM2(BigDecimal value) { this.pindalaM2 = value; } /** * Gets the value of the pindalaHa property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getPindalaHa() { return pindalaHa; } /** * Sets the value of the pindalaHa property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setPindalaHa(BigDecimal value) { this.pindalaHa = value; } /** * Gets the value of the trykitapsus property. * * @return * possible object is * {@link String } * */ public String getTrykitapsus() { return trykitapsus; } /** * Sets the value of the trykitapsus property. * * @param value * allowed object is * {@link String } * */ public void setTrykitapsus(String value) { this.trykitapsus = value; } /** * Gets the value of the parinebMillest property. * * @return * possible object is * {@link String } * */ public String getParinebMillest() { return parinebMillest; } /** * Sets the value of the parinebMillest property. * * @param value * allowed object is * {@link String } * */ public void setParinebMillest(String value) { this.parinebMillest = value; } /** * Gets the value of the tsentroidX property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getTsentroidX() { return tsentroidX; } /** * Sets the value of the tsentroidX property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setTsentroidX(BigDecimal value) { this.tsentroidX = value; } /** * Gets the value of the tsentroidY property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getTsentroidY() { return tsentroidY; } /** * Sets the value of the tsentroidY property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setTsentroidY(BigDecimal value) { this.tsentroidY = value; } /** * Gets the value of the allkirjaKuupaev property. * * @return * possible object is * {@link String } * */ public LocalDate getAllkirjaKuupaev() { return allkirjaKuupaev; } /** * Sets the value of the allkirjaKuupaev property. * * @param value * allowed object is * {@link String } * */ public void setAllkirjaKuupaev(LocalDate value) { this.allkirjaKuupaev = value; } /** * Gets the value of the kinnistusregistriosa property. * * @return * possible object is * {@link String } * */ public String getKinnistusregistriosa() { return kinnistusregistriosa; } /** * Sets the value of the kinnistusregistriosa property. * * @param value * allowed object is * {@link String } * */ public void setKinnistusregistriosa(String value) { this.kinnistusregistriosa = value; } /** * Gets the value of the koosseisuKuupaev property. * * @return * possible object is * {@link String } * */ public LocalDate getKoosseisuKuupaev() { return koosseisuKuupaev; } /** * Sets the value of the koosseisuKuupaev property. * * @param value * allowed object is * {@link String } * */ public void setKoosseisuKuupaev(LocalDate value) { this.koosseisuKuupaev = value; } /** * Gets the value of the koosseisustKuupaev property. * * @return * possible object is * {@link String } * */ public LocalDate getKoosseisustKuupaev() { return koosseisustKuupaev; } /** * Sets the value of the koosseisustKuupaev property. * * @param value * allowed object is * {@link String } * */ public void setKoosseisustKuupaev(LocalDate value) { this.koosseisustKuupaev = value; } /** * Gets the value of the plaaniAlusel property. * * @return * possible object is * {@link PlaaniAluselType } * */ public PlaaniAluselType getPlaaniAlusel() { return plaaniAlusel; } /** * Sets the value of the plaaniAlusel property. * * @param value * allowed object is * {@link PlaaniAluselType } * */ public void setPlaaniAlusel(PlaaniAluselType value) { this.plaaniAlusel = value; } /** * Gets the value of the url property. * * @return * possible object is * {@link String } * */ public String getUrl() { return url; } /** * Sets the value of the url property. * * @param value * allowed object is * {@link String } * */ public void setUrl(String value) { this.url = value; } /** * Gets the value of the id property. * * @return * possible object is * {@link String } * */ public String getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link String } * */ public void setId(String value) { this.id = value; } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy