ee.xtee6.kr.liht.Omand 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.XmlElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for Omand complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Omand", propOrder = {
"isikud",
"lugeja",
"nimetaja",
"omandiLiik",
"omandiLiikTekst",
"suurus"
})
@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 Omand
implements Serializable
{
private static final long serialVersionUID = -1L;
protected ArrayOfKinnistuIsik isikud;
protected String lugeja;
protected String nimetaja;
@XmlElement(name = "omandi_liik")
protected String omandiLiik;
@XmlElement(name = "omandi_liik_tekst")
protected String omandiLiikTekst;
protected String suurus;
/**
* Gets the value of the isikud property.
*
* @return
* possible object is
* {@link ArrayOfKinnistuIsik }
*
*/
public ArrayOfKinnistuIsik getIsikud() {
return isikud;
}
/**
* Sets the value of the isikud property.
*
* @param value
* allowed object is
* {@link ArrayOfKinnistuIsik }
*
*/
public void setIsikud(ArrayOfKinnistuIsik value) {
this.isikud = value;
}
/**
* Gets the value of the lugeja property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLugeja() {
return lugeja;
}
/**
* Sets the value of the lugeja property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLugeja(String value) {
this.lugeja = value;
}
/**
* Gets the value of the nimetaja property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNimetaja() {
return nimetaja;
}
/**
* Sets the value of the nimetaja property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNimetaja(String value) {
this.nimetaja = value;
}
/**
* Gets the value of the omandiLiik property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOmandiLiik() {
return omandiLiik;
}
/**
* Sets the value of the omandiLiik property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOmandiLiik(String value) {
this.omandiLiik = value;
}
/**
* Gets the value of the omandiLiikTekst property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOmandiLiikTekst() {
return omandiLiikTekst;
}
/**
* Sets the value of the omandiLiikTekst property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOmandiLiikTekst(String value) {
this.omandiLiikTekst = value;
}
/**
* Gets the value of the suurus property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSuurus() {
return suurus;
}
/**
* Sets the value of the suurus property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSuurus(String value) {
this.suurus = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy