All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ee.xtee6.mis.ehlogi.Ehaklogi Maven / Gradle / Ivy

The newest version!

package ee.xtee6.mis.ehlogi;

import java.io.Serializable;
import java.time.LocalDate;
import ee.datel.client.utils.AdapterForBoolean;
import ee.datel.client.utils.AdapterForInteger;
import ee.datel.client.utils.AdapterForLocalDate;
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 ehaklogiParingType complex type

. * *

The following schema fragment specifies the expected content contained within this class.

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *           
 *             
 *               
 *                 
 *                   
 *                   
 *                 
 *               
 *             
 *           
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *           
 *             
 *               
 *               
 *             
 *           
 *         
 *         
 *         
 *           
 *             
 *               
 *             
 *           
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ehaklogiParingType", propOrder = { "ajavahemik", "alatesLogiID", "piirkond", "misMuutused", "misAndmed", "kaVanad", "genAste", "ruumiAndmeteFormaat", "maxArv" }) @XmlRootElement(name = "ehaklogi") @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:11:25+02:00") public class Ehaklogi implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(required = true) protected Ehaklogi.Ajavahemik ajavahemik; @XmlElement(name = "alates_logiID", required = true, type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer alatesLogiID; protected String piirkond; @XmlElement(name = "mis_muutused", required = true, defaultValue = "1110") protected String misMuutused; @XmlElement(name = "mis_andmed", required = true, defaultValue = "10") protected String misAndmed; @XmlElement(name = "ka_vanad", type = String.class, defaultValue = "0") @XmlJavaTypeAdapter(AdapterForBoolean.class) @XmlSchemaType(name = "boolean") protected Boolean kaVanad; @XmlElement(name = "gen_aste", type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) protected Integer genAste; @XmlElement(defaultValue = "GML") @XmlSchemaType(name = "string") protected KujuGeomeetriaFormaatType ruumiAndmeteFormaat; @XmlElement(name = "max_arv", type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) protected Integer maxArv; /** * Gets the value of the ajavahemik property. * * @return * possible object is * {@link Ehaklogi.Ajavahemik } * */ public Ehaklogi.Ajavahemik getAjavahemik() { return ajavahemik; } /** * Sets the value of the ajavahemik property. * * @param value * allowed object is * {@link Ehaklogi.Ajavahemik } * */ public void setAjavahemik(Ehaklogi.Ajavahemik 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; } /** * 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 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 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 genAste property. * * @return * possible object is * {@link String } * */ public Integer getGenAste() { return genAste; } /** * Sets the value of the genAste property. * * @param value * allowed object is * {@link String } * */ public void setGenAste(Integer value) { this.genAste = 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; } /** *

Java class for anonymous complex type

. * *

The following schema fragment specifies the expected content contained within this class.

* *
{@code
     * 
     *   
     *     
     *       
     *         
     *         
     *       
     *     
     *   
     * 
     * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "algkuupaev", "loppkuupaev" }) @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:11:25+02:00") public static class Ajavahemik implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(required = true, type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate algkuupaev; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate loppkuupaev; /** * Gets the value of the algkuupaev property. * * @return * possible object is * {@link String } * */ public LocalDate getAlgkuupaev() { return algkuupaev; } /** * Sets the value of the algkuupaev property. * * @param value * allowed object is * {@link String } * */ public void setAlgkuupaev(LocalDate value) { this.algkuupaev = value; } /** * Gets the value of the loppkuupaev property. * * @return * possible object is * {@link String } * */ public LocalDate getLoppkuupaev() { return loppkuupaev; } /** * Sets the value of the loppkuupaev property. * * @param value * allowed object is * {@link String } * */ public void setLoppkuupaev(LocalDate value) { this.loppkuupaev = value; } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy