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

ee.xtee6.arireg.detail.DetailandmedV5HyKitsendus 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_hy_kitsendus complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "detailandmed_v5_hy_kitsendus", propOrder = { "kirjeId", "tyyp", "tyypTekstina", "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 DetailandmedV5HyKitsendus implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(name = "kirje_id", type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long kirjeId; protected String tyyp; @XmlElement(name = "tyyp_tekstina") protected String tyypTekstina; 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 tyyp property. * * @return * possible object is * {@link String } * */ public String getTyyp() { return tyyp; } /** * Sets the value of the tyyp property. * * @param value * allowed object is * {@link String } * */ public void setTyyp(String value) { this.tyyp = value; } /** * Gets the value of the tyypTekstina property. * * @return * possible object is * {@link String } * */ public String getTyypTekstina() { return tyypTekstina; } /** * Sets the value of the tyypTekstina property. * * @param value * allowed object is * {@link String } * */ public void setTyypTekstina(String value) { this.tyypTekstina = 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