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

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

The newest version!

package ee.xtee6.kr.dm;

import java.io.Serializable;
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.XmlType;


/**
 * 

Java class for Isiku_kood complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Isiku_kood", propOrder = { "rKood", "rRiik" }) @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 IsikuKood implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(name = "r_kood") protected String rKood; @XmlElement(name = "r_riik") protected String rRiik; /** * Gets the value of the rKood property. * * @return * possible object is * {@link String } * */ public String getRKood() { return rKood; } /** * Sets the value of the rKood property. * * @param value * allowed object is * {@link String } * */ public void setRKood(String value) { this.rKood = value; } /** * Gets the value of the rRiik property. * * @return * possible object is * {@link String } * */ public String getRRiik() { return rRiik; } /** * Sets the value of the rRiik property. * * @param value * allowed object is * {@link String } * */ public void setRRiik(String value) { this.rRiik = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy