ee.xtee6.kr.dm.KinnistuKatastriyksus 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 KinnistuKatastriyksus complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "KinnistuKatastriyksus", propOrder = {
"aadressobjekt",
"katastritunnus",
"katastriyksuseAadress",
"pindala",
"pindalaYhik",
"plaanialusel",
"sihtotstarbed"
})
@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 KinnistuKatastriyksus
implements Serializable
{
private static final long serialVersionUID = -1L;
protected Aadressobjekt aadressobjekt;
protected String katastritunnus;
@XmlElement(name = "katastriyksuse_aadress")
protected String katastriyksuseAadress;
protected String pindala;
@XmlElement(name = "pindala_yhik")
protected String pindalaYhik;
protected String plaanialusel;
protected ArrayOfSihtotstarve sihtotstarbed;
/**
* 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 katastritunnus property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKatastritunnus() {
return katastritunnus;
}
/**
* Sets the value of the katastritunnus property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKatastritunnus(String value) {
this.katastritunnus = value;
}
/**
* Gets the value of the katastriyksuseAadress property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKatastriyksuseAadress() {
return katastriyksuseAadress;
}
/**
* Sets the value of the katastriyksuseAadress property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKatastriyksuseAadress(String value) {
this.katastriyksuseAadress = value;
}
/**
* Gets the value of the pindala property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPindala() {
return pindala;
}
/**
* Sets the value of the pindala property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPindala(String value) {
this.pindala = value;
}
/**
* Gets the value of the pindalaYhik property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPindalaYhik() {
return pindalaYhik;
}
/**
* Sets the value of the pindalaYhik property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPindalaYhik(String value) {
this.pindalaYhik = value;
}
/**
* Gets the value of the plaanialusel property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPlaanialusel() {
return plaanialusel;
}
/**
* Sets the value of the plaanialusel property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPlaanialusel(String value) {
this.plaanialusel = value;
}
/**
* Gets the value of the sihtotstarbed property.
*
* @return
* possible object is
* {@link ArrayOfSihtotstarve }
*
*/
public ArrayOfSihtotstarve getSihtotstarbed() {
return sihtotstarbed;
}
/**
* Sets the value of the sihtotstarbed property.
*
* @param value
* allowed object is
* {@link ArrayOfSihtotstarve }
*
*/
public void setSihtotstarbed(ArrayOfSihtotstarve value) {
this.sihtotstarbed = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy