ee.xtee6.kr.dm.Detailandmed 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.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 Detailandmed complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Detailandmed", propOrder = {
"aluskinnistu",
"avamiseKp",
"digitaalneToimik",
"kinnistuLiik",
"kinnistuLiikTekst",
"korteriyhistuRegistrikood",
"registriosaNr",
"sulgemiseKp"
})
@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 Detailandmed
implements Serializable
{
private static final long serialVersionUID = -1L;
protected String aluskinnistu;
@XmlElement(name = "avamise_kp", type = String.class)
@XmlJavaTypeAdapter(AdapterForLocalDateTime.class)
@XmlSchemaType(name = "dateTime")
protected LocalDateTime avamiseKp;
@XmlElement(name = "digitaalne_toimik")
protected String digitaalneToimik;
@XmlElement(name = "kinnistu_liik")
protected String kinnistuLiik;
@XmlElement(name = "kinnistu_liik_tekst")
protected String kinnistuLiikTekst;
@XmlElement(name = "korteriyhistu_registrikood")
protected String korteriyhistuRegistrikood;
@XmlElement(name = "registriosa_nr")
protected String registriosaNr;
@XmlElement(name = "sulgemise_kp", type = String.class)
@XmlJavaTypeAdapter(AdapterForLocalDateTime.class)
@XmlSchemaType(name = "dateTime")
protected LocalDateTime sulgemiseKp;
/**
* Gets the value of the aluskinnistu property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAluskinnistu() {
return aluskinnistu;
}
/**
* Sets the value of the aluskinnistu property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAluskinnistu(String value) {
this.aluskinnistu = value;
}
/**
* Gets the value of the avamiseKp property.
*
* @return
* possible object is
* {@link String }
*
*/
public LocalDateTime getAvamiseKp() {
return avamiseKp;
}
/**
* Sets the value of the avamiseKp property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAvamiseKp(LocalDateTime value) {
this.avamiseKp = value;
}
/**
* Gets the value of the digitaalneToimik property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDigitaalneToimik() {
return digitaalneToimik;
}
/**
* Sets the value of the digitaalneToimik property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDigitaalneToimik(String value) {
this.digitaalneToimik = value;
}
/**
* Gets the value of the kinnistuLiik property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKinnistuLiik() {
return kinnistuLiik;
}
/**
* Sets the value of the kinnistuLiik property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKinnistuLiik(String value) {
this.kinnistuLiik = value;
}
/**
* Gets the value of the kinnistuLiikTekst property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKinnistuLiikTekst() {
return kinnistuLiikTekst;
}
/**
* Sets the value of the kinnistuLiikTekst property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKinnistuLiikTekst(String value) {
this.kinnistuLiikTekst = value;
}
/**
* Gets the value of the korteriyhistuRegistrikood property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKorteriyhistuRegistrikood() {
return korteriyhistuRegistrikood;
}
/**
* Sets the value of the korteriyhistuRegistrikood property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKorteriyhistuRegistrikood(String value) {
this.korteriyhistuRegistrikood = 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;
}
/**
* Gets the value of the sulgemiseKp property.
*
* @return
* possible object is
* {@link String }
*
*/
public LocalDateTime getSulgemiseKp() {
return sulgemiseKp;
}
/**
* Sets the value of the sulgemiseKp property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSulgemiseKp(LocalDateTime value) {
this.sulgemiseKp = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy