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

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

The newest version!

package ee.xtee6.kr.dm;

import java.io.Serializable;
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.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * 

Java class for Sihtotstarve complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Sihtotstarve", propOrder = { "jrk", "protsent", "sihtotstarve", "sihtotstarveTekst" }) @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 Sihtotstarve implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForInteger.class) @XmlSchemaType(name = "int") protected Integer jrk; protected String protsent; protected String sihtotstarve; @XmlElement(name = "sihtotstarve_tekst") protected String sihtotstarveTekst; /** * Gets the value of the jrk property. * * @return * possible object is * {@link String } * */ public Integer getJrk() { return jrk; } /** * Sets the value of the jrk property. * * @param value * allowed object is * {@link String } * */ public void setJrk(Integer value) { this.jrk = value; } /** * Gets the value of the protsent property. * * @return * possible object is * {@link String } * */ public String getProtsent() { return protsent; } /** * Sets the value of the protsent property. * * @param value * allowed object is * {@link String } * */ public void setProtsent(String value) { this.protsent = value; } /** * Gets the value of the sihtotstarve property. * * @return * possible object is * {@link String } * */ public String getSihtotstarve() { return sihtotstarve; } /** * Sets the value of the sihtotstarve property. * * @param value * allowed object is * {@link String } * */ public void setSihtotstarve(String value) { this.sihtotstarve = value; } /** * Gets the value of the sihtotstarveTekst property. * * @return * possible object is * {@link String } * */ public String getSihtotstarveTekst() { return sihtotstarveTekst; } /** * Sets the value of the sihtotstarveTekst property. * * @param value * allowed object is * {@link String } * */ public void setSihtotstarveTekst(String value) { this.sihtotstarveTekst = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy