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

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

The newest version!

package ee.xtee6.kr.liht;

import java.io.Serializable;
import ee.datel.client.utils.AdapterForInteger;
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.XmlRootElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * 

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 = { "kirjeteArvKokku", "kirjeteArvParingus", "kood", "lehekyljeNr", "omandid", "registriosad", "teade" }) @XmlRootElement(name = "Kinnistu_LihtandmedResponse", namespace = "http://kr.x-road.eu") @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 KinnistuLihtandmedResponse implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(name = "kirjete_arv_kokku", namespace = "http://kr.x-road.eu", type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer kirjeteArvKokku; @XmlElement(name = "kirjete_arv_paringus", namespace = "http://kr.x-road.eu", type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer kirjeteArvParingus; @XmlElement(namespace = "http://kr.x-road.eu", type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer kood; @XmlElement(name = "lehekylje_nr", namespace = "http://kr.x-road.eu", type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer lehekyljeNr; @XmlElement(namespace = "http://kr.x-road.eu") protected ArrayOfOmand omandid; @XmlElement(namespace = "http://kr.x-road.eu") protected ArrayOfKinnistuRegistriosa registriosad; @XmlElement(namespace = "http://kr.x-road.eu") protected String teade; /** * Gets the value of the kirjeteArvKokku property. * * @return * possible object is * {@link String } * */ public Integer getKirjeteArvKokku() { return kirjeteArvKokku; } /** * Sets the value of the kirjeteArvKokku property. * * @param value * allowed object is * {@link String } * */ public void setKirjeteArvKokku(Integer value) { this.kirjeteArvKokku = value; } /** * Gets the value of the kirjeteArvParingus property. * * @return * possible object is * {@link String } * */ public Integer getKirjeteArvParingus() { return kirjeteArvParingus; } /** * Sets the value of the kirjeteArvParingus property. * * @param value * allowed object is * {@link String } * */ public void setKirjeteArvParingus(Integer value) { this.kirjeteArvParingus = value; } /** * Gets the value of the kood property. * * @return * possible object is * {@link String } * */ public Integer getKood() { return kood; } /** * Sets the value of the kood property. * * @param value * allowed object is * {@link String } * */ public void setKood(Integer value) { this.kood = 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 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 registriosad property. * * @return * possible object is * {@link ArrayOfKinnistuRegistriosa } * */ public ArrayOfKinnistuRegistriosa getRegistriosad() { return registriosad; } /** * Sets the value of the registriosad property. * * @param value * allowed object is * {@link ArrayOfKinnistuRegistriosa } * */ public void setRegistriosad(ArrayOfKinnistuRegistriosa value) { this.registriosad = value; } /** * Gets the value of the teade property. * * @return * possible object is * {@link String } * */ public String getTeade() { return teade; } /** * Sets the value of the teade property. * * @param value * allowed object is * {@link String } * */ public void setTeade(String value) { this.teade = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy