ee.xtee6.ads.objotsing.ADSobjotsingV8 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-ads Show documentation
Show all versions of xtee6-client-ads Show documentation
Library for XROAD ADS service clints
The newest version!
package ee.xtee6.ads.objotsing;
import java.io.Serializable;
import ee.datel.client.utils.AdapterForBoolean;
import ee.datel.client.utils.AdapterForDouble;
import ee.datel.client.utils.AdapterForInteger;
import ee.datel.client.utils.AdapterForLong;
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 ADSobjotsingRequestType complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ADSobjotsingRequestType", namespace = "http://www.maaamet.ee", propOrder = {
"origRegister",
"objektiLiik",
"adsOid",
"origId",
"adrId",
"xKoord",
"yKoord",
"ulatus",
"lahiAadress",
"aadressTekst",
"otsinguMeetod",
"huviPunktiNimi",
"otsinguTapsus",
"syno",
"seotudAdsOid",
"adobId",
"hulk",
"andmeVektor",
"aadressKomp",
"ehRlisaandmed",
"objJarglased",
"seotudObjektid",
"seotudHooneosad",
"huviPunktid",
"liidestujaObjektid",
"alatesOid",
"maxarv",
"ruumiAndmeteFormaat",
"objektiOlekud"
})
@XmlRootElement(name = "ADSobjotsingV8", namespace = "http://www.maaamet.ee")
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:15+02:00")
public class ADSobjotsingV8
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlSchemaType(name = "string")
protected AdsesitajaKlassifikaator origRegister;
@XmlSchemaType(name = "string")
protected AdsobjliikKlassifikaator objektiLiik;
protected String adsOid;
protected String origId;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForLong.class)
@XmlSchemaType(name = "integer")
protected Long adrId;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForDouble.class)
@XmlSchemaType(name = "double")
protected Double xKoord;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForDouble.class)
@XmlSchemaType(name = "double")
protected Double yKoord;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForDouble.class)
@XmlSchemaType(name = "double")
protected Double ulatus;
protected String lahiAadress;
protected String aadressTekst;
@XmlElement(type = String.class, defaultValue = "1")
@XmlJavaTypeAdapter(AdapterForInteger.class)
protected Integer otsinguMeetod;
protected String huviPunktiNimi;
@XmlElement(type = String.class, defaultValue = "1")
@XmlJavaTypeAdapter(AdapterForInteger.class)
protected Integer otsinguTapsus;
@XmlElement(required = true, type = String.class, defaultValue = "false")
@XmlJavaTypeAdapter(AdapterForBoolean.class)
@XmlSchemaType(name = "boolean")
protected Boolean syno;
protected String seotudAdsOid;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForLong.class)
@XmlSchemaType(name = "integer")
protected Long adobId;
@XmlElement(type = String.class, defaultValue = "false")
@XmlJavaTypeAdapter(AdapterForBoolean.class)
@XmlSchemaType(name = "boolean")
protected Boolean hulk;
@XmlElement(defaultValue = "000")
protected String andmeVektor;
@XmlElement(type = String.class, defaultValue = "false")
@XmlJavaTypeAdapter(AdapterForBoolean.class)
@XmlSchemaType(name = "boolean")
protected Boolean aadressKomp;
@XmlElement(name = "EHRlisaandmed", type = String.class, defaultValue = "false")
@XmlJavaTypeAdapter(AdapterForBoolean.class)
@XmlSchemaType(name = "boolean")
protected Boolean ehRlisaandmed;
@XmlElement(type = String.class, defaultValue = "false")
@XmlJavaTypeAdapter(AdapterForBoolean.class)
@XmlSchemaType(name = "boolean")
protected Boolean objJarglased;
@XmlElement(type = String.class, defaultValue = "false")
@XmlJavaTypeAdapter(AdapterForBoolean.class)
@XmlSchemaType(name = "boolean")
protected Boolean seotudObjektid;
@XmlElement(type = String.class, defaultValue = "false")
@XmlJavaTypeAdapter(AdapterForBoolean.class)
@XmlSchemaType(name = "boolean")
protected Boolean seotudHooneosad;
@XmlElement(type = String.class, defaultValue = "false")
@XmlJavaTypeAdapter(AdapterForBoolean.class)
@XmlSchemaType(name = "boolean")
protected Boolean huviPunktid;
@XmlElement(type = String.class, defaultValue = "false")
@XmlJavaTypeAdapter(AdapterForBoolean.class)
@XmlSchemaType(name = "boolean")
protected Boolean liidestujaObjektid;
protected String alatesOid;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForLong.class)
protected Long maxarv;
@XmlElement(defaultValue = "GML")
@XmlSchemaType(name = "string")
protected KujuGeomeetriaFormaatType ruumiAndmeteFormaat;
@XmlElement(defaultValue = "KO")
protected String objektiOlekud;
/**
* Gets the value of the origRegister property.
*
* @return
* possible object is
* {@link AdsesitajaKlassifikaator }
*
*/
public AdsesitajaKlassifikaator getOrigRegister() {
return origRegister;
}
/**
* Sets the value of the origRegister property.
*
* @param value
* allowed object is
* {@link AdsesitajaKlassifikaator }
*
*/
public void setOrigRegister(AdsesitajaKlassifikaator value) {
this.origRegister = value;
}
/**
* Gets the value of the objektiLiik property.
*
* @return
* possible object is
* {@link AdsobjliikKlassifikaator }
*
*/
public AdsobjliikKlassifikaator getObjektiLiik() {
return objektiLiik;
}
/**
* Sets the value of the objektiLiik property.
*
* @param value
* allowed object is
* {@link AdsobjliikKlassifikaator }
*
*/
public void setObjektiLiik(AdsobjliikKlassifikaator value) {
this.objektiLiik = value;
}
/**
* Gets the value of the adsOid property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAdsOid() {
return adsOid;
}
/**
* Sets the value of the adsOid property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdsOid(String value) {
this.adsOid = value;
}
/**
* Gets the value of the origId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOrigId() {
return origId;
}
/**
* Sets the value of the origId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOrigId(String value) {
this.origId = value;
}
/**
* Gets the value of the adrId property.
*
* @return
* possible object is
* {@link String }
*
*/
public Long getAdrId() {
return adrId;
}
/**
* Sets the value of the adrId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdrId(Long value) {
this.adrId = value;
}
/**
* Gets the value of the xKoord property.
*
* @return
* possible object is
* {@link String }
*
*/
public Double getXKoord() {
return xKoord;
}
/**
* Sets the value of the xKoord property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setXKoord(Double value) {
this.xKoord = value;
}
/**
* Gets the value of the yKoord property.
*
* @return
* possible object is
* {@link String }
*
*/
public Double getYKoord() {
return yKoord;
}
/**
* Sets the value of the yKoord property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setYKoord(Double value) {
this.yKoord = value;
}
/**
* Gets the value of the ulatus property.
*
* @return
* possible object is
* {@link String }
*
*/
public Double getUlatus() {
return ulatus;
}
/**
* Sets the value of the ulatus property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUlatus(Double value) {
this.ulatus = value;
}
/**
* Gets the value of the lahiAadress property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLahiAadress() {
return lahiAadress;
}
/**
* Sets the value of the lahiAadress property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLahiAadress(String value) {
this.lahiAadress = value;
}
/**
* Gets the value of the aadressTekst property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAadressTekst() {
return aadressTekst;
}
/**
* Sets the value of the aadressTekst property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAadressTekst(String value) {
this.aadressTekst = value;
}
/**
* Gets the value of the otsinguMeetod property.
*
* @return
* possible object is
* {@link String }
*
*/
public Integer getOtsinguMeetod() {
return otsinguMeetod;
}
/**
* Sets the value of the otsinguMeetod property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOtsinguMeetod(Integer value) {
this.otsinguMeetod = value;
}
/**
* Gets the value of the huviPunktiNimi property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHuviPunktiNimi() {
return huviPunktiNimi;
}
/**
* Sets the value of the huviPunktiNimi property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHuviPunktiNimi(String value) {
this.huviPunktiNimi = value;
}
/**
* Gets the value of the otsinguTapsus property.
*
* @return
* possible object is
* {@link String }
*
*/
public Integer getOtsinguTapsus() {
return otsinguTapsus;
}
/**
* Sets the value of the otsinguTapsus property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOtsinguTapsus(Integer value) {
this.otsinguTapsus = value;
}
/**
* Gets the value of the syno property.
*
* @return
* possible object is
* {@link String }
*
*/
public Boolean isSyno() {
return syno;
}
/**
* Sets the value of the syno property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSyno(Boolean value) {
this.syno = value;
}
/**
* Gets the value of the seotudAdsOid property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSeotudAdsOid() {
return seotudAdsOid;
}
/**
* Sets the value of the seotudAdsOid property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSeotudAdsOid(String value) {
this.seotudAdsOid = value;
}
/**
* Gets the value of the adobId property.
*
* @return
* possible object is
* {@link String }
*
*/
public Long getAdobId() {
return adobId;
}
/**
* Sets the value of the adobId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdobId(Long value) {
this.adobId = value;
}
/**
* Gets the value of the hulk property.
*
* @return
* possible object is
* {@link String }
*
*/
public Boolean isHulk() {
return hulk;
}
/**
* Sets the value of the hulk property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHulk(Boolean value) {
this.hulk = value;
}
/**
* Gets the value of the andmeVektor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAndmeVektor() {
return andmeVektor;
}
/**
* Sets the value of the andmeVektor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAndmeVektor(String value) {
this.andmeVektor = value;
}
/**
* Gets the value of the aadressKomp property.
*
* @return
* possible object is
* {@link String }
*
*/
public Boolean isAadressKomp() {
return aadressKomp;
}
/**
* Sets the value of the aadressKomp property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAadressKomp(Boolean value) {
this.aadressKomp = value;
}
/**
* Gets the value of the ehRlisaandmed property.
*
* @return
* possible object is
* {@link String }
*
*/
public Boolean isEHRlisaandmed() {
return ehRlisaandmed;
}
/**
* Sets the value of the ehRlisaandmed property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEHRlisaandmed(Boolean value) {
this.ehRlisaandmed = value;
}
/**
* Gets the value of the objJarglased property.
*
* @return
* possible object is
* {@link String }
*
*/
public Boolean isObjJarglased() {
return objJarglased;
}
/**
* Sets the value of the objJarglased property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setObjJarglased(Boolean value) {
this.objJarglased = value;
}
/**
* Gets the value of the seotudObjektid property.
*
* @return
* possible object is
* {@link String }
*
*/
public Boolean isSeotudObjektid() {
return seotudObjektid;
}
/**
* Sets the value of the seotudObjektid property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSeotudObjektid(Boolean value) {
this.seotudObjektid = value;
}
/**
* Gets the value of the seotudHooneosad property.
*
* @return
* possible object is
* {@link String }
*
*/
public Boolean isSeotudHooneosad() {
return seotudHooneosad;
}
/**
* Sets the value of the seotudHooneosad property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSeotudHooneosad(Boolean value) {
this.seotudHooneosad = value;
}
/**
* Gets the value of the huviPunktid property.
*
* @return
* possible object is
* {@link String }
*
*/
public Boolean isHuviPunktid() {
return huviPunktid;
}
/**
* Sets the value of the huviPunktid property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHuviPunktid(Boolean value) {
this.huviPunktid = value;
}
/**
* Gets the value of the liidestujaObjektid property.
*
* @return
* possible object is
* {@link String }
*
*/
public Boolean isLiidestujaObjektid() {
return liidestujaObjektid;
}
/**
* Sets the value of the liidestujaObjektid property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLiidestujaObjektid(Boolean value) {
this.liidestujaObjektid = value;
}
/**
* Gets the value of the alatesOid property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAlatesOid() {
return alatesOid;
}
/**
* Sets the value of the alatesOid property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAlatesOid(String value) {
this.alatesOid = value;
}
/**
* Gets the value of the maxarv property.
*
* @return
* possible object is
* {@link String }
*
*/
public Long getMaxarv() {
return maxarv;
}
/**
* Sets the value of the maxarv property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMaxarv(Long value) {
this.maxarv = 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 objektiOlekud property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getObjektiOlekud() {
return objektiOlekud;
}
/**
* Sets the value of the objektiOlekud property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setObjektiOlekud(String value) {
this.objektiOlekud = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy