ee.xtee6.mis.logi.Kylogi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-mis Show documentation
Show all versions of xtee6-client-mis Show documentation
Library for XROAD MIS service clints
The newest version!
package ee.xtee6.mis.logi;
import java.io.Serializable;
import ee.datel.client.utils.AdapterForBoolean;
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 kylogiParingType complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "kylogiParingType", propOrder = {
"ajavahemik",
"alatesLogiID",
"katastritunnus",
"piirkond",
"tsoon",
"misMuutused",
"misAndmed",
"toimingid",
"kaVanad",
"ruumiAndmeteFormaat",
"maxArv"
})
@XmlRootElement(name = "kylogi")
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:11:24+02:00")
public class Kylogi
implements Serializable
{
private static final long serialVersionUID = -1L;
protected AjavahemikType ajavahemik;
@XmlElement(name = "alates_logiID", type = String.class)
@XmlJavaTypeAdapter(AdapterForInteger.class)
@XmlSchemaType(name = "int")
protected Integer alatesLogiID;
/**
*
* <?xml version="1.0" encoding="UTF-8"?><xrd:title xmlns:xrd="http://x-road.eu/xsd/xroad.xsd" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:maa="http://www.maaamet.ee" xmlns:p406314_="https://jakarta.ee/xml/ns/jaxb" xmlns:p703334_="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.maaamet.ee" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Katastriüksuse tunnus</xrd:title>
*
*
*/
protected String katastritunnus;
protected String piirkond;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForInteger.class)
protected Integer tsoon;
@XmlElement(name = "mis_muutused", required = true, defaultValue = "11111110")
protected String misMuutused;
@XmlElement(name = "mis_andmed", required = true, defaultValue = "11111110")
protected String misAndmed;
protected String toimingid;
@XmlElement(name = "ka_vanad", type = String.class)
@XmlJavaTypeAdapter(AdapterForBoolean.class)
@XmlSchemaType(name = "boolean")
protected Boolean kaVanad;
@XmlElement(defaultValue = "GML")
@XmlSchemaType(name = "string")
protected KujuGeomeetriaFormaatType ruumiAndmeteFormaat;
@XmlElement(name = "max_arv", type = String.class)
@XmlJavaTypeAdapter(AdapterForInteger.class)
@XmlSchemaType(name = "int")
protected Integer maxArv;
/**
* Gets the value of the ajavahemik property.
*
* @return
* possible object is
* {@link AjavahemikType }
*
*/
public AjavahemikType getAjavahemik() {
return ajavahemik;
}
/**
* Sets the value of the ajavahemik property.
*
* @param value
* allowed object is
* {@link AjavahemikType }
*
*/
public void setAjavahemik(AjavahemikType value) {
this.ajavahemik = value;
}
/**
* Gets the value of the alatesLogiID property.
*
* @return
* possible object is
* {@link String }
*
*/
public Integer getAlatesLogiID() {
return alatesLogiID;
}
/**
* Sets the value of the alatesLogiID property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAlatesLogiID(Integer value) {
this.alatesLogiID = value;
}
/**
*
* <?xml version="1.0" encoding="UTF-8"?><xrd:title xmlns:xrd="http://x-road.eu/xsd/xroad.xsd" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:maa="http://www.maaamet.ee" xmlns:p406314_="https://jakarta.ee/xml/ns/jaxb" xmlns:p703334_="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.maaamet.ee" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Katastriüksuse tunnus</xrd:title>
*
*
* @return
* possible object is
* {@link String }
*
*/
public String getKatastritunnus() {
return katastritunnus;
}
/**
* Sets the value of the katastritunnus property.
*
* @param value
* allowed object is
* {@link String }
*
* @see #getKatastritunnus()
*/
public void setKatastritunnus(String value) {
this.katastritunnus = value;
}
/**
* Gets the value of the piirkond property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPiirkond() {
return piirkond;
}
/**
* Sets the value of the piirkond property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPiirkond(String value) {
this.piirkond = value;
}
/**
* Gets the value of the tsoon property.
*
* @return
* possible object is
* {@link String }
*
*/
public Integer getTsoon() {
return tsoon;
}
/**
* Sets the value of the tsoon property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTsoon(Integer value) {
this.tsoon = value;
}
/**
* Gets the value of the misMuutused property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMisMuutused() {
return misMuutused;
}
/**
* Sets the value of the misMuutused property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMisMuutused(String value) {
this.misMuutused = value;
}
/**
* Gets the value of the misAndmed property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMisAndmed() {
return misAndmed;
}
/**
* Sets the value of the misAndmed property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMisAndmed(String value) {
this.misAndmed = value;
}
/**
* Gets the value of the toimingid property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getToimingid() {
return toimingid;
}
/**
* Sets the value of the toimingid property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setToimingid(String value) {
this.toimingid = value;
}
/**
* Gets the value of the kaVanad property.
*
* @return
* possible object is
* {@link String }
*
*/
public Boolean isKaVanad() {
return kaVanad;
}
/**
* Sets the value of the kaVanad property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKaVanad(Boolean value) {
this.kaVanad = value;
}
/**
* Gets the value of the ruumiAndmeteFormaat property.
*
* @return
* possible object is
* {@link KujuGeomeetriaFormaatType }
*
*/
public KujuGeomeetriaFormaatType getRuumiAndmeteFormaat() {
return ruumiAndmeteFormaat;
}
/**
* Sets the value of the ruumiAndmeteFormaat property.
*
* @param value
* allowed object is
* {@link KujuGeomeetriaFormaatType }
*
*/
public void setRuumiAndmeteFormaat(KujuGeomeetriaFormaatType value) {
this.ruumiAndmeteFormaat = value;
}
/**
* Gets the value of the maxArv property.
*
* @return
* possible object is
* {@link String }
*
*/
public Integer getMaxArv() {
return maxArv;
}
/**
* Sets the value of the maxArv property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMaxArv(Integer value) {
this.maxArv = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy