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

ee.xtee6.kr.dm.KinnistuDetailandmedRequest Maven / Gradle / Ivy

The newest version!

package ee.xtee6.kr.dm;

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 Kinnistu_DetailandmedRequest complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Kinnistu_DetailandmedRequest", propOrder = { "jaoNr", "kandeKehtivus", "kasutajanimi", "parool", "registriosaNr" }) @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:10:52+02:00") public class KinnistuDetailandmedRequest implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(name = "jao_nr") protected String jaoNr; @XmlElement(name = "kande_kehtivus") protected String kandeKehtivus; protected String kasutajanimi; protected String parool; @XmlElement(name = "registriosa_nr") protected String registriosaNr; /** * Gets the value of the jaoNr property. * * @return * possible object is * {@link String } * */ public String getJaoNr() { return jaoNr; } /** * Sets the value of the jaoNr property. * * @param value * allowed object is * {@link String } * */ public void setJaoNr(String value) { this.jaoNr = value; } /** * Gets the value of the kandeKehtivus property. * * @return * possible object is * {@link String } * */ public String getKandeKehtivus() { return kandeKehtivus; } /** * Sets the value of the kandeKehtivus property. * * @param value * allowed object is * {@link String } * */ public void setKandeKehtivus(String value) { this.kandeKehtivus = 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 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 registriosaNr property. * * @return * possible object is * {@link String } * */ public String getRegistriosaNr() { return registriosaNr; } /** * Sets the value of the registriosaNr property. * * @param value * allowed object is * {@link String } * */ public void setRegistriosaNr(String value) { this.registriosaNr = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy