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

ee.xtee6.ads.objaadrmuud.ADSobjaadrmuudatusedV5 Maven / Gradle / Ivy

There is a newer version: 4.3.2
Show newest version

package ee.xtee6.ads.objaadrmuud;

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 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 anonymous complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *           
 *             
 *               
 *               
 *             
 *           
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "muudetudAlates", "muudetudPaevad", "objektiLiik", "logId", "maxarv", "objJarglased", "aadressKomp", "aadressiSeosObjektid" }) @XmlRootElement(name = "ADSobjaadrmuudatusedV5", 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:10+02:00") public class ADSobjaadrmuudatusedV5 implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate muudetudAlates; @XmlElement(type = String.class, defaultValue = "1") @XmlJavaTypeAdapter(AdapterForInteger.class) protected Integer muudetudPaevad; @XmlSchemaType(name = "string") protected AdsobjliikKlassifikaator objektiLiik; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long logId; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer maxarv; @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 aadressKomp; @XmlElement(type = String.class, defaultValue = "false") @XmlJavaTypeAdapter(AdapterForBoolean.class) @XmlSchemaType(name = "boolean") protected Boolean aadressiSeosObjektid; /** * Gets the value of the muudetudAlates property. * * @return * possible object is * {@link String } * */ public LocalDate getMuudetudAlates() { return muudetudAlates; } /** * Sets the value of the muudetudAlates property. * * @param value * allowed object is * {@link String } * */ public void setMuudetudAlates(LocalDate value) { this.muudetudAlates = value; } /** * Gets the value of the muudetudPaevad property. * * @return * possible object is * {@link String } * */ public Integer getMuudetudPaevad() { return muudetudPaevad; } /** * Sets the value of the muudetudPaevad property. * * @param value * allowed object is * {@link String } * */ public void setMuudetudPaevad(Integer value) { this.muudetudPaevad = 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 logId property. * * @return * possible object is * {@link String } * */ public Long getLogId() { return logId; } /** * Sets the value of the logId property. * * @param value * allowed object is * {@link String } * */ public void setLogId(Long value) { this.logId = 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; } /** * 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 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 aadressiSeosObjektid property. * * @return * possible object is * {@link String } * */ public Boolean isAadressiSeosObjektid() { return aadressiSeosObjektid; } /** * Sets the value of the aadressiSeosObjektid property. * * @param value * allowed object is * {@link String } * */ public void setAadressiSeosObjektid(Boolean value) { this.aadressiSeosObjektid = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy