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

ee.xtee6.arireg.detail.DetailandmedV5EsmanimetamiseAeg Maven / Gradle / Ivy

There is a newer version: 4.3.0
Show newest version

package ee.xtee6.arireg.detail;

import java.io.Serializable;
import java.time.LocalDate;
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.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * 

Java class for detailandmed_v5_esmanimetamise_aeg complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "detailandmed_v5_esmanimetamise_aeg", propOrder = { "kirjeId", "kaardiPiirkond", "kaardiNr", "kaardiTyyp", "kandeNr", "sisu", "algusKpv", "loppKpv" }) @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-10-29T13:15:31+02:00") public class DetailandmedV5EsmanimetamiseAeg implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(name = "kirje_id", type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long kirjeId; @XmlElement(name = "kaardi_piirkond", type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long kaardiPiirkond; @XmlElement(name = "kaardi_nr", type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long kaardiNr; @XmlElement(name = "kaardi_tyyp") protected String kaardiTyyp; @XmlElement(name = "kande_nr", type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long kandeNr; protected String sisu; @XmlElement(name = "algus_kpv", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate algusKpv; @XmlElement(name = "lopp_kpv", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate loppKpv; /** * Gets the value of the kirjeId property. * * @return * possible object is * {@link String } * */ public Long getKirjeId() { return kirjeId; } /** * Sets the value of the kirjeId property. * * @param value * allowed object is * {@link String } * */ public void setKirjeId(Long value) { this.kirjeId = value; } /** * Gets the value of the kaardiPiirkond property. * * @return * possible object is * {@link String } * */ public Long getKaardiPiirkond() { return kaardiPiirkond; } /** * Sets the value of the kaardiPiirkond property. * * @param value * allowed object is * {@link String } * */ public void setKaardiPiirkond(Long value) { this.kaardiPiirkond = value; } /** * Gets the value of the kaardiNr property. * * @return * possible object is * {@link String } * */ public Long getKaardiNr() { return kaardiNr; } /** * Sets the value of the kaardiNr property. * * @param value * allowed object is * {@link String } * */ public void setKaardiNr(Long value) { this.kaardiNr = value; } /** * Gets the value of the kaardiTyyp property. * * @return * possible object is * {@link String } * */ public String getKaardiTyyp() { return kaardiTyyp; } /** * Sets the value of the kaardiTyyp property. * * @param value * allowed object is * {@link String } * */ public void setKaardiTyyp(String value) { this.kaardiTyyp = value; } /** * Gets the value of the kandeNr property. * * @return * possible object is * {@link String } * */ public Long getKandeNr() { return kandeNr; } /** * Sets the value of the kandeNr property. * * @param value * allowed object is * {@link String } * */ public void setKandeNr(Long value) { this.kandeNr = value; } /** * Gets the value of the sisu property. * * @return * possible object is * {@link String } * */ public String getSisu() { return sisu; } /** * Sets the value of the sisu property. * * @param value * allowed object is * {@link String } * */ public void setSisu(String value) { this.sisu = value; } /** * Gets the value of the algusKpv property. * * @return * possible object is * {@link String } * */ public LocalDate getAlgusKpv() { return algusKpv; } /** * Sets the value of the algusKpv property. * * @param value * allowed object is * {@link String } * */ public void setAlgusKpv(LocalDate value) { this.algusKpv = value; } /** * Gets the value of the loppKpv property. * * @return * possible object is * {@link String } * */ public LocalDate getLoppKpv() { return loppKpv; } /** * Sets the value of the loppKpv property. * * @param value * allowed object is * {@link String } * */ public void setLoppKpv(LocalDate value) { this.loppKpv = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy