ee.xtee6.kr.liht.KinnistuReaalosa Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-kr Show documentation
Show all versions of xtee6-client-kr Show documentation
Library for XROAD KR service clints
The newest version!
package ee.xtee6.kr.liht;
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.XmlType;
/**
* Java class for KinnistuReaalosa complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "KinnistuReaalosa", propOrder = {
"tahis"
})
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:10:54+02:00")
public class KinnistuReaalosa
implements Serializable
{
private static final long serialVersionUID = -1L;
protected String tahis;
/**
* Gets the value of the tahis property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTahis() {
return tahis;
}
/**
* Sets the value of the tahis property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTahis(String value) {
this.tahis = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy