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

ee.xtee6.arireg.detail.DetailandmedV5Maarus 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 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_maarus complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "detailandmed_v5_maarus", propOrder = { "maaruseNr", "maaruseKpv", "maaruseLiik", "maaruseLiikTekstina", "maaruseOlek", "maaruseOlekTekstina", "kandeKpv", "joustumiseKpv", "joustOlek", "joustOlekTekstina", "lisatahtaeg", "kandeliik", "kandeliikTekstina" }) @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 DetailandmedV5Maarus implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(name = "maaruse_nr") protected String maaruseNr; @XmlElement(name = "maaruse_kpv", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate maaruseKpv; @XmlElement(name = "maaruse_liik") protected String maaruseLiik; @XmlElement(name = "maaruse_liik_tekstina") protected String maaruseLiikTekstina; @XmlElement(name = "maaruse_olek") protected String maaruseOlek; @XmlElement(name = "maaruse_olek_tekstina") protected String maaruseOlekTekstina; @XmlElement(name = "kande_kpv", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate kandeKpv; @XmlElement(name = "joustumise_kpv", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate joustumiseKpv; @XmlElement(name = "joust_olek") protected String joustOlek; @XmlElement(name = "joust_olek_tekstina") protected String joustOlekTekstina; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate lisatahtaeg; protected String kandeliik; @XmlElement(name = "kandeliik_tekstina") protected String kandeliikTekstina; /** * Gets the value of the maaruseNr property. * * @return * possible object is * {@link String } * */ public String getMaaruseNr() { return maaruseNr; } /** * Sets the value of the maaruseNr property. * * @param value * allowed object is * {@link String } * */ public void setMaaruseNr(String value) { this.maaruseNr = value; } /** * Gets the value of the maaruseKpv property. * * @return * possible object is * {@link String } * */ public LocalDate getMaaruseKpv() { return maaruseKpv; } /** * Sets the value of the maaruseKpv property. * * @param value * allowed object is * {@link String } * */ public void setMaaruseKpv(LocalDate value) { this.maaruseKpv = value; } /** * Gets the value of the maaruseLiik property. * * @return * possible object is * {@link String } * */ public String getMaaruseLiik() { return maaruseLiik; } /** * Sets the value of the maaruseLiik property. * * @param value * allowed object is * {@link String } * */ public void setMaaruseLiik(String value) { this.maaruseLiik = value; } /** * Gets the value of the maaruseLiikTekstina property. * * @return * possible object is * {@link String } * */ public String getMaaruseLiikTekstina() { return maaruseLiikTekstina; } /** * Sets the value of the maaruseLiikTekstina property. * * @param value * allowed object is * {@link String } * */ public void setMaaruseLiikTekstina(String value) { this.maaruseLiikTekstina = value; } /** * Gets the value of the maaruseOlek property. * * @return * possible object is * {@link String } * */ public String getMaaruseOlek() { return maaruseOlek; } /** * Sets the value of the maaruseOlek property. * * @param value * allowed object is * {@link String } * */ public void setMaaruseOlek(String value) { this.maaruseOlek = value; } /** * Gets the value of the maaruseOlekTekstina property. * * @return * possible object is * {@link String } * */ public String getMaaruseOlekTekstina() { return maaruseOlekTekstina; } /** * Sets the value of the maaruseOlekTekstina property. * * @param value * allowed object is * {@link String } * */ public void setMaaruseOlekTekstina(String value) { this.maaruseOlekTekstina = value; } /** * Gets the value of the kandeKpv property. * * @return * possible object is * {@link String } * */ public LocalDate getKandeKpv() { return kandeKpv; } /** * Sets the value of the kandeKpv property. * * @param value * allowed object is * {@link String } * */ public void setKandeKpv(LocalDate value) { this.kandeKpv = value; } /** * Gets the value of the joustumiseKpv property. * * @return * possible object is * {@link String } * */ public LocalDate getJoustumiseKpv() { return joustumiseKpv; } /** * Sets the value of the joustumiseKpv property. * * @param value * allowed object is * {@link String } * */ public void setJoustumiseKpv(LocalDate value) { this.joustumiseKpv = value; } /** * Gets the value of the joustOlek property. * * @return * possible object is * {@link String } * */ public String getJoustOlek() { return joustOlek; } /** * Sets the value of the joustOlek property. * * @param value * allowed object is * {@link String } * */ public void setJoustOlek(String value) { this.joustOlek = value; } /** * Gets the value of the joustOlekTekstina property. * * @return * possible object is * {@link String } * */ public String getJoustOlekTekstina() { return joustOlekTekstina; } /** * Sets the value of the joustOlekTekstina property. * * @param value * allowed object is * {@link String } * */ public void setJoustOlekTekstina(String value) { this.joustOlekTekstina = value; } /** * Gets the value of the lisatahtaeg property. * * @return * possible object is * {@link String } * */ public LocalDate getLisatahtaeg() { return lisatahtaeg; } /** * Sets the value of the lisatahtaeg property. * * @param value * allowed object is * {@link String } * */ public void setLisatahtaeg(LocalDate value) { this.lisatahtaeg = value; } /** * Gets the value of the kandeliik property. * * @return * possible object is * {@link String } * */ public String getKandeliik() { return kandeliik; } /** * Sets the value of the kandeliik property. * * @param value * allowed object is * {@link String } * */ public void setKandeliik(String value) { this.kandeliik = value; } /** * Gets the value of the kandeliikTekstina property. * * @return * possible object is * {@link String } * */ public String getKandeliikTekstina() { return kandeliikTekstina; } /** * Sets the value of the kandeliikTekstina property. * * @param value * allowed object is * {@link String } * */ public void setKandeliikTekstina(String value) { this.kandeliikTekstina = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy