ee.xtee6.kr.dm.KandeReaalosa 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.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 KandeReaalosa complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "KandeReaalosa", propOrder = {
"aadressobjekt",
"rLiik",
"rLiikTekst",
"rLugeja",
"rNimetaja",
"rPindala",
"rPlaanil",
"rSuurus",
"rTahis"
})
@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 KandeReaalosa
implements Serializable
{
private static final long serialVersionUID = -1L;
protected Aadressobjekt aadressobjekt;
@XmlElement(name = "r_liik")
protected String rLiik;
@XmlElement(name = "r_liik_tekst")
protected String rLiikTekst;
@XmlElement(name = "r_lugeja")
protected String rLugeja;
@XmlElement(name = "r_nimetaja")
protected String rNimetaja;
@XmlElement(name = "r_pindala")
protected String rPindala;
@XmlElement(name = "r_plaanil")
protected String rPlaanil;
@XmlElement(name = "r_suurus")
protected String rSuurus;
@XmlElement(name = "r_tahis")
protected String rTahis;
/**
* Gets the value of the aadressobjekt property.
*
* @return
* possible object is
* {@link Aadressobjekt }
*
*/
public Aadressobjekt getAadressobjekt() {
return aadressobjekt;
}
/**
* Sets the value of the aadressobjekt property.
*
* @param value
* allowed object is
* {@link Aadressobjekt }
*
*/
public void setAadressobjekt(Aadressobjekt value) {
this.aadressobjekt = value;
}
/**
* Gets the value of the rLiik property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRLiik() {
return rLiik;
}
/**
* Sets the value of the rLiik property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRLiik(String value) {
this.rLiik = value;
}
/**
* Gets the value of the rLiikTekst property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRLiikTekst() {
return rLiikTekst;
}
/**
* Sets the value of the rLiikTekst property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRLiikTekst(String value) {
this.rLiikTekst = value;
}
/**
* Gets the value of the rLugeja property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRLugeja() {
return rLugeja;
}
/**
* Sets the value of the rLugeja property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRLugeja(String value) {
this.rLugeja = value;
}
/**
* Gets the value of the rNimetaja property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRNimetaja() {
return rNimetaja;
}
/**
* Sets the value of the rNimetaja property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRNimetaja(String value) {
this.rNimetaja = value;
}
/**
* Gets the value of the rPindala property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRPindala() {
return rPindala;
}
/**
* Sets the value of the rPindala property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRPindala(String value) {
this.rPindala = value;
}
/**
* Gets the value of the rPlaanil property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRPlaanil() {
return rPlaanil;
}
/**
* Sets the value of the rPlaanil property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRPlaanil(String value) {
this.rPlaanil = value;
}
/**
* Gets the value of the rSuurus property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRSuurus() {
return rSuurus;
}
/**
* Sets the value of the rSuurus property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRSuurus(String value) {
this.rSuurus = value;
}
/**
* Gets the value of the rTahis property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRTahis() {
return rTahis;
}
/**
* Sets the value of the rTahis property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRTahis(String value) {
this.rTahis = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy