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

ee.xtee6.kr.liht.KinnistuKatastriyksus 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 KinnistuKatastriyksus complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "KinnistuKatastriyksus", propOrder = { "katastritunnus", "katastriyksuseAadress", "pindala", "pindalaYhik" }) @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 KinnistuKatastriyksus implements Serializable { private static final long serialVersionUID = -1L; protected String katastritunnus; @XmlElement(name = "katastriyksuse_aadress") protected String katastriyksuseAadress; protected String pindala; @XmlElement(name = "pindala_yhik") protected String pindalaYhik; /** * 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 katastriyksuseAadress property. * * @return * possible object is * {@link String } * */ public String getKatastriyksuseAadress() { return katastriyksuseAadress; } /** * Sets the value of the katastriyksuseAadress property. * * @param value * allowed object is * {@link String } * */ public void setKatastriyksuseAadress(String value) { this.katastriyksuseAadress = value; } /** * Gets the value of the pindala property. * * @return * possible object is * {@link String } * */ public String getPindala() { return pindala; } /** * Sets the value of the pindala property. * * @param value * allowed object is * {@link String } * */ public void setPindala(String value) { this.pindala = value; } /** * Gets the value of the pindalaYhik property. * * @return * possible object is * {@link String } * */ public String getPindalaYhik() { return pindalaYhik; } /** * Sets the value of the pindalaYhik property. * * @param value * allowed object is * {@link String } * */ public void setPindalaYhik(String value) { this.pindalaYhik = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy