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

ee.xtee6.kr.dm.Jagu2Omandiosa Maven / Gradle / Ivy

The newest version!

package ee.xtee6.kr.dm;

import java.io.Serializable;
import java.time.LocalDateTime;
import ee.datel.client.utils.AdapterForLocalDateTime;
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 Jagu2.Omandiosa complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Jagu2.Omandiosa", propOrder = { "isikud", "omandiAlgus", "omandiLiik", "omandiLiikTekst", "omandiLopp", "omandiosaLugeja", "omandiosaNimetaja", "omandiosaSuurus" }) @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:10:52+02:00") public class Jagu2Omandiosa implements Serializable { private static final long serialVersionUID = -1L; protected ArrayOfKinnistuIsik isikud; @XmlElement(name = "omandi_algus", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDateTime.class) @XmlSchemaType(name = "dateTime") protected LocalDateTime omandiAlgus; @XmlElement(name = "omandi_liik") protected String omandiLiik; @XmlElement(name = "omandi_liik_tekst") protected String omandiLiikTekst; @XmlElement(name = "omandi_lopp", type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDateTime.class) @XmlSchemaType(name = "dateTime") protected LocalDateTime omandiLopp; @XmlElement(name = "omandiosa_lugeja") protected String omandiosaLugeja; @XmlElement(name = "omandiosa_nimetaja") protected String omandiosaNimetaja; @XmlElement(name = "omandiosa_suurus") protected String omandiosaSuurus; /** * Gets the value of the isikud property. * * @return * possible object is * {@link ArrayOfKinnistuIsik } * */ public ArrayOfKinnistuIsik getIsikud() { return isikud; } /** * Sets the value of the isikud property. * * @param value * allowed object is * {@link ArrayOfKinnistuIsik } * */ public void setIsikud(ArrayOfKinnistuIsik value) { this.isikud = value; } /** * Gets the value of the omandiAlgus property. * * @return * possible object is * {@link String } * */ public LocalDateTime getOmandiAlgus() { return omandiAlgus; } /** * Sets the value of the omandiAlgus property. * * @param value * allowed object is * {@link String } * */ public void setOmandiAlgus(LocalDateTime value) { this.omandiAlgus = value; } /** * Gets the value of the omandiLiik property. * * @return * possible object is * {@link String } * */ public String getOmandiLiik() { return omandiLiik; } /** * Sets the value of the omandiLiik property. * * @param value * allowed object is * {@link String } * */ public void setOmandiLiik(String value) { this.omandiLiik = value; } /** * Gets the value of the omandiLiikTekst property. * * @return * possible object is * {@link String } * */ public String getOmandiLiikTekst() { return omandiLiikTekst; } /** * Sets the value of the omandiLiikTekst property. * * @param value * allowed object is * {@link String } * */ public void setOmandiLiikTekst(String value) { this.omandiLiikTekst = value; } /** * Gets the value of the omandiLopp property. * * @return * possible object is * {@link String } * */ public LocalDateTime getOmandiLopp() { return omandiLopp; } /** * Sets the value of the omandiLopp property. * * @param value * allowed object is * {@link String } * */ public void setOmandiLopp(LocalDateTime value) { this.omandiLopp = value; } /** * Gets the value of the omandiosaLugeja property. * * @return * possible object is * {@link String } * */ public String getOmandiosaLugeja() { return omandiosaLugeja; } /** * Sets the value of the omandiosaLugeja property. * * @param value * allowed object is * {@link String } * */ public void setOmandiosaLugeja(String value) { this.omandiosaLugeja = value; } /** * Gets the value of the omandiosaNimetaja property. * * @return * possible object is * {@link String } * */ public String getOmandiosaNimetaja() { return omandiosaNimetaja; } /** * Sets the value of the omandiosaNimetaja property. * * @param value * allowed object is * {@link String } * */ public void setOmandiosaNimetaja(String value) { this.omandiosaNimetaja = value; } /** * Gets the value of the omandiosaSuurus property. * * @return * possible object is * {@link String } * */ public String getOmandiosaSuurus() { return omandiosaSuurus; } /** * Sets the value of the omandiosaSuurus property. * * @param value * allowed object is * {@link String } * */ public void setOmandiosaSuurus(String value) { this.omandiosaSuurus = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy