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

ee.xtee6.ads.aadrkomp.ADSaadressikomponendiparingV1 Maven / Gradle / Ivy

The newest version!

package ee.xtee6.ads.aadrkomp;

import java.io.Serializable;
import ee.datel.client.utils.AdapterForBoolean;
import ee.datel.client.utils.AdapterForInteger;
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.XmlRootElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * 

Java class for anonymous complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "ylemtase", "ylemkood", "tase", "ainultKehtivad" }) @XmlRootElement(name = "ADSaadressikomponendiparingV1", namespace = "http://www.maaamet.ee") @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:24+02:00") public class ADSaadressikomponendiparingV1 implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer ylemtase; protected String ylemkood; @XmlElement(required = true, type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer tase; @XmlElement(name = "ainult_kehtivad", required = true, type = String.class) @XmlJavaTypeAdapter(AdapterForBoolean.class) @XmlSchemaType(name = "boolean") protected Boolean ainultKehtivad; /** * Gets the value of the ylemtase property. * * @return * possible object is * {@link String } * */ public Integer getYlemtase() { return ylemtase; } /** * Sets the value of the ylemtase property. * * @param value * allowed object is * {@link String } * */ public void setYlemtase(Integer value) { this.ylemtase = value; } /** * Gets the value of the ylemkood property. * * @return * possible object is * {@link String } * */ public String getYlemkood() { return ylemkood; } /** * Sets the value of the ylemkood property. * * @param value * allowed object is * {@link String } * */ public void setYlemkood(String value) { this.ylemkood = value; } /** * Gets the value of the tase property. * * @return * possible object is * {@link String } * */ public Integer getTase() { return tase; } /** * Sets the value of the tase property. * * @param value * allowed object is * {@link String } * */ public void setTase(Integer value) { this.tase = value; } /** * Gets the value of the ainultKehtivad property. * * @return * possible object is * {@link String } * */ public Boolean isAinultKehtivad() { return ainultKehtivad; } /** * Sets the value of the ainultKehtivad property. * * @param value * allowed object is * {@link String } * */ public void setAinultKehtivad(Boolean value) { this.ainultKehtivad = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy