ee.xtee6.kr.dm.KinnistusraamatuMuudatusedResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-kr Show documentation
Show all versions of xtee6-client-kr Show documentation
Library for XROAD KR service clints
The newest version!
package ee.xtee6.kr.dm;
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",
"registriosad",
"teade"
})
@XmlRootElement(name = "Kinnistusraamatu_MuudatusedResponse", 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:52+02:00")
public class KinnistusraamatuMuudatusedResponse
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 ArrayOfKinnistuMuudatused 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 registriosad property.
*
* @return
* possible object is
* {@link ArrayOfKinnistuMuudatused }
*
*/
public ArrayOfKinnistuMuudatused getRegistriosad() {
return registriosad;
}
/**
* Sets the value of the registriosad property.
*
* @param value
* allowed object is
* {@link ArrayOfKinnistuMuudatused }
*
*/
public void setRegistriosad(ArrayOfKinnistuMuudatused 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