ee.xtee6.kr.dm.Jagu2 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 Jagu2 complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Jagu2", propOrder = {
"jaoNr",
"kandeAlguskuupaev",
"kandeAlus",
"kandeKehtivus",
"kandeLiik",
"kandeLiikTekst",
"kandeLoppkuupaev",
"kandeNr",
"kandeTekst",
"omandiosad",
"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 Jagu2
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(name = "jao_nr")
protected String jaoNr;
@XmlElement(name = "kande_alguskuupaev", type = String.class)
@XmlJavaTypeAdapter(AdapterForLocalDateTime.class)
@XmlSchemaType(name = "dateTime")
protected LocalDateTime kandeAlguskuupaev;
@XmlElement(name = "kande_alus")
protected String kandeAlus;
@XmlElement(name = "kande_kehtivus")
protected String kandeKehtivus;
@XmlElement(name = "kande_liik", type = String.class)
@XmlJavaTypeAdapter(AdapterForInteger.class)
@XmlSchemaType(name = "int")
protected Integer kandeLiik;
@XmlElement(name = "kande_liik_tekst")
protected String kandeLiikTekst;
@XmlElement(name = "kande_loppkuupaev", type = String.class)
@XmlJavaTypeAdapter(AdapterForLocalDateTime.class)
@XmlSchemaType(name = "dateTime")
protected LocalDateTime kandeLoppkuupaev;
@XmlElement(name = "kande_nr")
protected String kandeNr;
@XmlElement(name = "kande_tekst")
protected String kandeTekst;
protected ArrayOfJagu2Omandiosa omandiosad;
@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 kandeAlguskuupaev property.
*
* @return
* possible object is
* {@link String }
*
*/
public LocalDateTime getKandeAlguskuupaev() {
return kandeAlguskuupaev;
}
/**
* Sets the value of the kandeAlguskuupaev property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKandeAlguskuupaev(LocalDateTime value) {
this.kandeAlguskuupaev = value;
}
/**
* Gets the value of the kandeAlus property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKandeAlus() {
return kandeAlus;
}
/**
* Sets the value of the kandeAlus property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKandeAlus(String value) {
this.kandeAlus = 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 kandeLiik property.
*
* @return
* possible object is
* {@link String }
*
*/
public Integer getKandeLiik() {
return kandeLiik;
}
/**
* Sets the value of the kandeLiik property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKandeLiik(Integer value) {
this.kandeLiik = value;
}
/**
* Gets the value of the kandeLiikTekst property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKandeLiikTekst() {
return kandeLiikTekst;
}
/**
* Sets the value of the kandeLiikTekst property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKandeLiikTekst(String value) {
this.kandeLiikTekst = value;
}
/**
* Gets the value of the kandeLoppkuupaev property.
*
* @return
* possible object is
* {@link String }
*
*/
public LocalDateTime getKandeLoppkuupaev() {
return kandeLoppkuupaev;
}
/**
* Sets the value of the kandeLoppkuupaev property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKandeLoppkuupaev(LocalDateTime value) {
this.kandeLoppkuupaev = value;
}
/**
* Gets the value of the kandeNr property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKandeNr() {
return kandeNr;
}
/**
* Sets the value of the kandeNr property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKandeNr(String value) {
this.kandeNr = value;
}
/**
* Gets the value of the kandeTekst property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKandeTekst() {
return kandeTekst;
}
/**
* Sets the value of the kandeTekst property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKandeTekst(String value) {
this.kandeTekst = value;
}
/**
* Gets the value of the omandiosad property.
*
* @return
* possible object is
* {@link ArrayOfJagu2Omandiosa }
*
*/
public ArrayOfJagu2Omandiosa getOmandiosad() {
return omandiosad;
}
/**
* Sets the value of the omandiosad property.
*
* @param value
* allowed object is
* {@link ArrayOfJagu2Omandiosa }
*
*/
public void setOmandiosad(ArrayOfJagu2Omandiosa value) {
this.omandiosad = 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