ee.xtee6.kr.dm.Kinnistamisavaldus 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 java.time.LocalDateTime;
import ee.datel.client.utils.AdapterForInteger;
import ee.datel.client.utils.AdapterForLocalDateTime;
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.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
* Java class for Kinnistamisavaldus complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Kinnistamisavaldus", propOrder = {
"aasta",
"avalduseEsitajaLiik",
"avalduseLiik",
"avalduseNr",
"notar",
"registreeritud",
"tehinguNr"
})
@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 Kinnistamisavaldus
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForInteger.class)
@XmlSchemaType(name = "int")
protected Integer aasta;
@XmlElement(name = "avalduse_esitaja_liik")
protected String avalduseEsitajaLiik;
@XmlElement(name = "avalduse_liik")
protected String avalduseLiik;
@XmlElement(name = "avalduse_nr")
protected String avalduseNr;
protected String notar;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForLocalDateTime.class)
@XmlSchemaType(name = "dateTime")
protected LocalDateTime registreeritud;
@XmlElement(name = "tehingu_nr")
protected String tehinguNr;
/**
* Gets the value of the aasta property.
*
* @return
* possible object is
* {@link String }
*
*/
public Integer getAasta() {
return aasta;
}
/**
* Sets the value of the aasta property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAasta(Integer value) {
this.aasta = value;
}
/**
* Gets the value of the avalduseEsitajaLiik property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAvalduseEsitajaLiik() {
return avalduseEsitajaLiik;
}
/**
* Sets the value of the avalduseEsitajaLiik property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAvalduseEsitajaLiik(String value) {
this.avalduseEsitajaLiik = value;
}
/**
* Gets the value of the avalduseLiik property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAvalduseLiik() {
return avalduseLiik;
}
/**
* Sets the value of the avalduseLiik property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAvalduseLiik(String value) {
this.avalduseLiik = value;
}
/**
* Gets the value of the avalduseNr property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAvalduseNr() {
return avalduseNr;
}
/**
* Sets the value of the avalduseNr property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAvalduseNr(String value) {
this.avalduseNr = value;
}
/**
* Gets the value of the notar property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNotar() {
return notar;
}
/**
* Sets the value of the notar property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNotar(String value) {
this.notar = value;
}
/**
* Gets the value of the registreeritud property.
*
* @return
* possible object is
* {@link String }
*
*/
public LocalDateTime getRegistreeritud() {
return registreeritud;
}
/**
* Sets the value of the registreeritud property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRegistreeritud(LocalDateTime value) {
this.registreeritud = value;
}
/**
* Gets the value of the tehinguNr property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTehinguNr() {
return tehinguNr;
}
/**
* Sets the value of the tehinguNr property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTehinguNr(String value) {
this.tehinguNr = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy