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

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

The newest version!

package ee.xtee6.kr.liht;

import java.io.Serializable;
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.XmlType;


/**
 * 

Java class for KinnistuRegistriosa complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "KinnistuRegistriosa", propOrder = { "digitaalneToimik", "jaoskondVoiOsakond", "katastriyksused", "kinnistuKehtivus", "kinnistuLiik", "kinnistuLiikTekst", "kinnistuNimi", "kinnistuNumber", "korteriyhistuRegistrikood", "omandid", "reaalosad" }) @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 KinnistuRegistriosa implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(name = "digitaalne_toimik") protected String digitaalneToimik; @XmlElement(name = "jaoskond_voi_osakond") protected String jaoskondVoiOsakond; protected ArrayOfKinnistuKatastriyksus katastriyksused; @XmlElement(name = "kinnistu_kehtivus") protected String kinnistuKehtivus; @XmlElement(name = "kinnistu_liik") protected String kinnistuLiik; @XmlElement(name = "kinnistu_liik_tekst") protected String kinnistuLiikTekst; @XmlElement(name = "kinnistu_nimi") protected String kinnistuNimi; @XmlElement(name = "kinnistu_number") protected String kinnistuNumber; @XmlElement(name = "korteriyhistu_registrikood") protected String korteriyhistuRegistrikood; protected ArrayOfOmand omandid; protected ArrayOfKinnistuReaalosa reaalosad; /** * Gets the value of the digitaalneToimik property. * * @return * possible object is * {@link String } * */ public String getDigitaalneToimik() { return digitaalneToimik; } /** * Sets the value of the digitaalneToimik property. * * @param value * allowed object is * {@link String } * */ public void setDigitaalneToimik(String value) { this.digitaalneToimik = value; } /** * Gets the value of the jaoskondVoiOsakond property. * * @return * possible object is * {@link String } * */ public String getJaoskondVoiOsakond() { return jaoskondVoiOsakond; } /** * Sets the value of the jaoskondVoiOsakond property. * * @param value * allowed object is * {@link String } * */ public void setJaoskondVoiOsakond(String value) { this.jaoskondVoiOsakond = value; } /** * Gets the value of the katastriyksused property. * * @return * possible object is * {@link ArrayOfKinnistuKatastriyksus } * */ public ArrayOfKinnistuKatastriyksus getKatastriyksused() { return katastriyksused; } /** * Sets the value of the katastriyksused property. * * @param value * allowed object is * {@link ArrayOfKinnistuKatastriyksus } * */ public void setKatastriyksused(ArrayOfKinnistuKatastriyksus value) { this.katastriyksused = 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 kinnistuLiikTekst property. * * @return * possible object is * {@link String } * */ public String getKinnistuLiikTekst() { return kinnistuLiikTekst; } /** * Sets the value of the kinnistuLiikTekst property. * * @param value * allowed object is * {@link String } * */ public void setKinnistuLiikTekst(String value) { this.kinnistuLiikTekst = value; } /** * Gets the value of the kinnistuNimi property. * * @return * possible object is * {@link String } * */ public String getKinnistuNimi() { return kinnistuNimi; } /** * Sets the value of the kinnistuNimi property. * * @param value * allowed object is * {@link String } * */ public void setKinnistuNimi(String value) { this.kinnistuNimi = 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 korteriyhistuRegistrikood property. * * @return * possible object is * {@link String } * */ public String getKorteriyhistuRegistrikood() { return korteriyhistuRegistrikood; } /** * Sets the value of the korteriyhistuRegistrikood property. * * @param value * allowed object is * {@link String } * */ public void setKorteriyhistuRegistrikood(String value) { this.korteriyhistuRegistrikood = value; } /** * Gets the value of the omandid property. * * @return * possible object is * {@link ArrayOfOmand } * */ public ArrayOfOmand getOmandid() { return omandid; } /** * Sets the value of the omandid property. * * @param value * allowed object is * {@link ArrayOfOmand } * */ public void setOmandid(ArrayOfOmand value) { this.omandid = value; } /** * Gets the value of the reaalosad property. * * @return * possible object is * {@link ArrayOfKinnistuReaalosa } * */ public ArrayOfKinnistuReaalosa getReaalosad() { return reaalosad; } /** * Sets the value of the reaalosad property. * * @param value * allowed object is * {@link ArrayOfKinnistuReaalosa } * */ public void setReaalosad(ArrayOfKinnistuReaalosa value) { this.reaalosad = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy