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

ee.xtee6.ads.poi.ADSpoimuudatused Maven / Gradle / Ivy

The newest version!

package ee.xtee6.ads.poi;

import java.io.Serializable;
import java.time.LocalDate;
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", "adsOid", "logId", "maxarv" }) @XmlRootElement(name = "ADSpoimuudatused", 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:12+02:00") public class ADSpoimuudatused 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; protected String adsOid; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long logId; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) protected Long maxarv; /** * 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 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 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 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; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy