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

ee.xtee6.arireg.detail.DetailandmedV5Dokument 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_dokument complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "detailandmed_v5_dokument", propOrder = { "number", "esitamiseKpv", "dokLiik", "dokLiikTekstina", "aasta", "notarId", "notarNr", "piirkond", "piirkondTekstina", "olek", "olekTekstina" }) @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 DetailandmedV5Dokument implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long number; @XmlElement(name = "esitamise_kpv", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate esitamiseKpv; @XmlElement(name = "dok_liik") protected String dokLiik; @XmlElement(name = "dok_liik_tekstina") protected String dokLiikTekstina; protected String aasta; @XmlElement(name = "notar_id") protected String notarId; @XmlElement(name = "notar_nr", type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long notarNr; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long piirkond; @XmlElement(name = "piirkond_tekstina") protected String piirkondTekstina; protected String olek; @XmlElement(name = "olek_tekstina") protected String olekTekstina; /** * Gets the value of the number property. * * @return * possible object is * {@link String } * */ public Long getNumber() { return number; } /** * Sets the value of the number property. * * @param value * allowed object is * {@link String } * */ public void setNumber(Long value) { this.number = value; } /** * Gets the value of the esitamiseKpv property. * * @return * possible object is * {@link String } * */ public LocalDate getEsitamiseKpv() { return esitamiseKpv; } /** * Sets the value of the esitamiseKpv property. * * @param value * allowed object is * {@link String } * */ public void setEsitamiseKpv(LocalDate value) { this.esitamiseKpv = value; } /** * Gets the value of the dokLiik property. * * @return * possible object is * {@link String } * */ public String getDokLiik() { return dokLiik; } /** * Sets the value of the dokLiik property. * * @param value * allowed object is * {@link String } * */ public void setDokLiik(String value) { this.dokLiik = value; } /** * Gets the value of the dokLiikTekstina property. * * @return * possible object is * {@link String } * */ public String getDokLiikTekstina() { return dokLiikTekstina; } /** * Sets the value of the dokLiikTekstina property. * * @param value * allowed object is * {@link String } * */ public void setDokLiikTekstina(String value) { this.dokLiikTekstina = value; } /** * Gets the value of the aasta property. * * @return * possible object is * {@link String } * */ public String getAasta() { return aasta; } /** * Sets the value of the aasta property. * * @param value * allowed object is * {@link String } * */ public void setAasta(String value) { this.aasta = value; } /** * Gets the value of the notarId property. * * @return * possible object is * {@link String } * */ public String getNotarId() { return notarId; } /** * Sets the value of the notarId property. * * @param value * allowed object is * {@link String } * */ public void setNotarId(String value) { this.notarId = value; } /** * Gets the value of the notarNr property. * * @return * possible object is * {@link String } * */ public Long getNotarNr() { return notarNr; } /** * Sets the value of the notarNr property. * * @param value * allowed object is * {@link String } * */ public void setNotarNr(Long value) { this.notarNr = value; } /** * Gets the value of the piirkond property. * * @return * possible object is * {@link String } * */ public Long getPiirkond() { return piirkond; } /** * Sets the value of the piirkond property. * * @param value * allowed object is * {@link String } * */ public void setPiirkond(Long value) { this.piirkond = value; } /** * Gets the value of the piirkondTekstina property. * * @return * possible object is * {@link String } * */ public String getPiirkondTekstina() { return piirkondTekstina; } /** * Sets the value of the piirkondTekstina property. * * @param value * allowed object is * {@link String } * */ public void setPiirkondTekstina(String value) { this.piirkondTekstina = value; } /** * Gets the value of the olek property. * * @return * possible object is * {@link String } * */ public String getOlek() { return olek; } /** * Sets the value of the olek property. * * @param value * allowed object is * {@link String } * */ public void setOlek(String value) { this.olek = value; } /** * Gets the value of the olekTekstina property. * * @return * possible object is * {@link String } * */ public String getOlekTekstina() { return olekTekstina; } /** * Sets the value of the olekTekstina property. * * @param value * allowed object is * {@link String } * */ public void setOlekTekstina(String value) { this.olekTekstina = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy