
ee.xtee6.ads.knkkymuut.ADSknkkymuudatusedV1Response Maven / Gradle / Ivy
Show all versions of xtee6-client-ads Show documentation
package ee.xtee6.ads.knkkymuut;
import java.io.Serializable;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import ee.datel.client.utils.AdapterForBoolean;
import ee.datel.client.utils.AdapterForDouble;
import ee.datel.client.utils.AdapterForLocalDateTime;
import ee.datel.client.utils.AdapterForLong;
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.XmlRootElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
* Java class for ADSknkkymuudatusedVastusType complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ADSknkkymuudatusedVastusType", namespace = "http://www.maaamet.ee", propOrder = {
"knkkymuudatTulem",
"fault"
})
@XmlRootElement(name = "ADSknkkymuudatusedV1Response", namespace = "http://www.maaamet.ee")
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:18+02:00")
public class ADSknkkymuudatusedV1Response
implements Serializable
{
private static final long serialVersionUID = -1L;
protected ADSknkkymuudatusedV1Response.KnkkymuudatTulem knkkymuudatTulem;
protected ADSknkkymuudatusedV1Response.Fault fault;
/**
* Gets the value of the knkkymuudatTulem property.
*
* @return
* possible object is
* {@link ADSknkkymuudatusedV1Response.KnkkymuudatTulem }
*
*/
public ADSknkkymuudatusedV1Response.KnkkymuudatTulem getKnkkymuudatTulem() {
return knkkymuudatTulem;
}
/**
* Sets the value of the knkkymuudatTulem property.
*
* @param value
* allowed object is
* {@link ADSknkkymuudatusedV1Response.KnkkymuudatTulem }
*
*/
public void setKnkkymuudatTulem(ADSknkkymuudatusedV1Response.KnkkymuudatTulem value) {
this.knkkymuudatTulem = value;
}
/**
* Gets the value of the fault property.
*
* @return
* possible object is
* {@link ADSknkkymuudatusedV1Response.Fault }
*
*/
public ADSknkkymuudatusedV1Response.Fault getFault() {
return fault;
}
/**
* Sets the value of the fault property.
*
* @param value
* allowed object is
* {@link ADSknkkymuudatusedV1Response.Fault }
*
*/
public void setFault(ADSknkkymuudatusedV1Response.Fault value) {
this.fault = value;
}
/**
* Java class for anonymous complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"faultCode",
"faultString"
})
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:18+02:00")
public static class Fault
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(required = true)
protected String faultCode;
@XmlElement(required = true)
protected String faultString;
/**
* Gets the value of the faultCode property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFaultCode() {
return faultCode;
}
/**
* Sets the value of the faultCode property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFaultCode(String value) {
this.faultCode = value;
}
/**
* Gets the value of the faultString property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFaultString() {
return faultString;
}
/**
* Sets the value of the faultString property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFaultString(String value) {
this.faultString = value;
}
}
/**
* Java class for anonymous complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"muudatuses"
})
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:18+02:00")
public static class KnkkymuudatTulem
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(name = "muudatus", required = true)
protected List muudatuses;
/**
* Gets the value of the muudatuses property.
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the muudatuses property.
*
*
* For example, to add a new item, do as follows:
*
*
* getMuudatuses().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link ADSknkkymuudatusedV1Response.KnkkymuudatTulem.Muudatus }
*
*
*
* @return
* The value of the muudatuses property.
*/
public List getMuudatuses() {
if (muudatuses == null) {
muudatuses = new ArrayList<>();
}
return this.muudatuses;
}
/**
* Java class for anonymous complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"logId",
"origTunnus",
"adsOid",
"adobId",
"kehtiv",
"kehtetu",
"adrId",
"koodAadress",
"taisAadress",
"kohanimi",
"adsTase6",
"aadressiPunktX",
"aadressiPunktY",
"ruumiKuju"
})
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:18+02:00")
public static class Muudatus
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(required = true, type = String.class)
@XmlJavaTypeAdapter(AdapterForLong.class)
@XmlSchemaType(name = "integer")
protected Long logId;
protected String origTunnus;
@XmlElement(required = true)
protected String adsOid;
@XmlElement(required = true)
protected String adobId;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForLocalDateTime.class)
@XmlSchemaType(name = "dateTime")
protected LocalDateTime kehtiv;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForLocalDateTime.class)
@XmlSchemaType(name = "dateTime")
protected LocalDateTime kehtetu;
@XmlElement(required = true, type = String.class)
@XmlJavaTypeAdapter(AdapterForLong.class)
@XmlSchemaType(name = "integer")
protected Long adrId;
@XmlElement(required = true)
protected String koodAadress;
@XmlElement(required = true)
protected String taisAadress;
@XmlElement(required = true, type = String.class)
@XmlJavaTypeAdapter(AdapterForBoolean.class)
@XmlSchemaType(name = "boolean")
protected Boolean kohanimi;
protected AdsTaseType adsTase6;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForDouble.class)
@XmlSchemaType(name = "double")
protected Double aadressiPunktX;
@XmlElement(type = String.class)
@XmlJavaTypeAdapter(AdapterForDouble.class)
@XmlSchemaType(name = "double")
protected Double aadressiPunktY;
protected String ruumiKuju;
/**
* Gets the value of the logId property.
*
* @return
* possible object is
* {@link String }
*
*/
public Long getLogId() {
return logId;
}
/**
* Sets the value of the logId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLogId(Long value) {
this.logId = value;
}
/**
* Gets the value of the origTunnus property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOrigTunnus() {
return origTunnus;
}
/**
* Sets the value of the origTunnus property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOrigTunnus(String value) {
this.origTunnus = value;
}
/**
* Gets the value of the adsOid property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAdsOid() {
return adsOid;
}
/**
* Sets the value of the adsOid property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdsOid(String value) {
this.adsOid = value;
}
/**
* Gets the value of the adobId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAdobId() {
return adobId;
}
/**
* Sets the value of the adobId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdobId(String value) {
this.adobId = value;
}
/**
* Gets the value of the kehtiv property.
*
* @return
* possible object is
* {@link String }
*
*/
public LocalDateTime getKehtiv() {
return kehtiv;
}
/**
* Sets the value of the kehtiv property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKehtiv(LocalDateTime value) {
this.kehtiv = value;
}
/**
* Gets the value of the kehtetu property.
*
* @return
* possible object is
* {@link String }
*
*/
public LocalDateTime getKehtetu() {
return kehtetu;
}
/**
* Sets the value of the kehtetu property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKehtetu(LocalDateTime value) {
this.kehtetu = value;
}
/**
* Gets the value of the adrId property.
*
* @return
* possible object is
* {@link String }
*
*/
public Long getAdrId() {
return adrId;
}
/**
* Sets the value of the adrId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdrId(Long value) {
this.adrId = value;
}
/**
* Gets the value of the koodAadress property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKoodAadress() {
return koodAadress;
}
/**
* Sets the value of the koodAadress property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKoodAadress(String value) {
this.koodAadress = value;
}
/**
* Gets the value of the taisAadress property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTaisAadress() {
return taisAadress;
}
/**
* Sets the value of the taisAadress property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTaisAadress(String value) {
this.taisAadress = value;
}
/**
* Gets the value of the kohanimi property.
*
* @return
* possible object is
* {@link String }
*
*/
public Boolean isKohanimi() {
return kohanimi;
}
/**
* Sets the value of the kohanimi property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKohanimi(Boolean value) {
this.kohanimi = value;
}
/**
* Gets the value of the adsTase6 property.
*
* @return
* possible object is
* {@link AdsTaseType }
*
*/
public AdsTaseType getAdsTase6() {
return adsTase6;
}
/**
* Sets the value of the adsTase6 property.
*
* @param value
* allowed object is
* {@link AdsTaseType }
*
*/
public void setAdsTase6(AdsTaseType value) {
this.adsTase6 = value;
}
/**
* Gets the value of the aadressiPunktX property.
*
* @return
* possible object is
* {@link String }
*
*/
public Double getAadressiPunktX() {
return aadressiPunktX;
}
/**
* Sets the value of the aadressiPunktX property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAadressiPunktX(Double value) {
this.aadressiPunktX = value;
}
/**
* Gets the value of the aadressiPunktY property.
*
* @return
* possible object is
* {@link String }
*
*/
public Double getAadressiPunktY() {
return aadressiPunktY;
}
/**
* Sets the value of the aadressiPunktY property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAadressiPunktY(Double value) {
this.aadressiPunktY = value;
}
/**
* Gets the value of the ruumiKuju property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRuumiKuju() {
return ruumiKuju;
}
/**
* Sets the value of the ruumiKuju property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRuumiKuju(String value) {
this.ruumiKuju = value;
}
}
}
}