All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ee.xtee6.ads.objjarglased.ADSobjjarglasedResponse Maven / Gradle / Ivy

The newest version!

package ee.xtee6.ads.objjarglased;

import java.io.Serializable;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import ee.datel.client.utils.AdapterForBoolean;
import ee.datel.client.utils.AdapterForLocalDate;
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 ADSobjjarglasedVastusType complex type

. * *

The following schema fragment specifies the expected content contained within this class.

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *           
 *             
 *               
 *                 
 *                   
 *                     
 *                       
 *                         
 *                           
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                               
 *                                 
 *                                   
 *                                     
 *                                       
 *                                         
 *                                           
 *                                             
 *                                               
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                                 
 *                                               
 *                                             
 *                                           
 *                                         
 *                                       
 *                                     
 *                                   
 *                                 
 *                               
 *                             
 *                           
 *                         
 *                       
 *                     
 *                   
 *                 
 *               
 *             
 *           
 *         
 *         
 *           
 *             
 *               
 *                 
 *                   
 *                   
 *                 
 *               
 *             
 *           
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ADSobjjarglasedVastusType", namespace = "http://www.maaamet.ee", propOrder = { "objJargTulem", "fault" }) @XmlRootElement(name = "ADSobjjarglasedResponse", 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:14+02:00") public class ADSobjjarglasedResponse implements Serializable { private static final long serialVersionUID = -1L; protected ADSobjjarglasedResponse.ObjJargTulem objJargTulem; protected ADSobjjarglasedResponse.Fault fault; /** * Gets the value of the objJargTulem property. * * @return * possible object is * {@link ADSobjjarglasedResponse.ObjJargTulem } * */ public ADSobjjarglasedResponse.ObjJargTulem getObjJargTulem() { return objJargTulem; } /** * Sets the value of the objJargTulem property. * * @param value * allowed object is * {@link ADSobjjarglasedResponse.ObjJargTulem } * */ public void setObjJargTulem(ADSobjjarglasedResponse.ObjJargTulem value) { this.objJargTulem = value; } /** * Gets the value of the fault property. * * @return * possible object is * {@link ADSobjjarglasedResponse.Fault } * */ public ADSobjjarglasedResponse.Fault getFault() { return fault; } /** * Sets the value of the fault property. * * @param value * allowed object is * {@link ADSobjjarglasedResponse.Fault } * */ public void setFault(ADSobjjarglasedResponse.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:14+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 = { "objektiJarglanes" }) @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:14+02:00") public static class ObjJargTulem implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(name = "objektiJarglane", required = true) protected List objektiJarglanes; /** * Gets the value of the objektiJarglanes 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 objektiJarglanes property.

* *

* For example, to add a new item, do as follows: *

*
         * getObjektiJarglanes().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ADSobjjarglasedResponse.ObjJargTulem.ObjektiJarglane } *

* * * @return * The value of the objektiJarglanes property. */ public List getObjektiJarglanes() { if (objektiJarglanes == null) { objektiJarglanes = new ArrayList<>(); } return this.objektiJarglanes; } /** *

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 = { "objektiLiik", "adsOid", "adobId", "origTunnus", "taisAadress", "lahiAadress", "unikaalne", "oiguslikAlus", "kehtivuseAlgus", "esitatud", "ruumiKuju", "punktX", "punktY", "aadressid" }) @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:14+02:00") public static class ObjektiJarglane implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(required = true) @XmlSchemaType(name = "string") protected AdsobjliikKlassifikaator objektiLiik; @XmlElement(required = true) protected String adsOid; @XmlElement(required = true, type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long adobId; protected String origTunnus; protected String taisAadress; protected String lahiAadress; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForBoolean.class) @XmlSchemaType(name = "boolean") protected Boolean unikaalne; protected String oiguslikAlus; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate kehtivuseAlgus; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDateTime.class) @XmlSchemaType(name = "dateTime") protected LocalDateTime esitatud; protected String ruumiKuju; protected String punktX; protected String punktY; protected ADSobjjarglasedResponse.ObjJargTulem.ObjektiJarglane.Aadressid aadressid; /** * Gets the value of the objektiLiik property. * * @return * possible object is * {@link AdsobjliikKlassifikaator } * */ public AdsobjliikKlassifikaator getObjektiLiik() { return objektiLiik; } /** * Sets the value of the objektiLiik property. * * @param value * allowed object is * {@link AdsobjliikKlassifikaator } * */ public void setObjektiLiik(AdsobjliikKlassifikaator value) { this.objektiLiik = 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 Long getAdobId() { return adobId; } /** * Sets the value of the adobId property. * * @param value * allowed object is * {@link String } * */ public void setAdobId(Long value) { this.adobId = 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 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 lahiAadress property. * * @return * possible object is * {@link String } * */ public String getLahiAadress() { return lahiAadress; } /** * Sets the value of the lahiAadress property. * * @param value * allowed object is * {@link String } * */ public void setLahiAadress(String value) { this.lahiAadress = value; } /** * Gets the value of the unikaalne property. * * @return * possible object is * {@link String } * */ public Boolean isUnikaalne() { return unikaalne; } /** * Sets the value of the unikaalne property. * * @param value * allowed object is * {@link String } * */ public void setUnikaalne(Boolean value) { this.unikaalne = value; } /** * Gets the value of the oiguslikAlus property. * * @return * possible object is * {@link String } * */ public String getOiguslikAlus() { return oiguslikAlus; } /** * Sets the value of the oiguslikAlus property. * * @param value * allowed object is * {@link String } * */ public void setOiguslikAlus(String value) { this.oiguslikAlus = value; } /** * Gets the value of the kehtivuseAlgus property. * * @return * possible object is * {@link String } * */ public LocalDate getKehtivuseAlgus() { return kehtivuseAlgus; } /** * Sets the value of the kehtivuseAlgus property. * * @param value * allowed object is * {@link String } * */ public void setKehtivuseAlgus(LocalDate value) { this.kehtivuseAlgus = value; } /** * Gets the value of the esitatud property. * * @return * possible object is * {@link String } * */ public LocalDateTime getEsitatud() { return esitatud; } /** * Sets the value of the esitatud property. * * @param value * allowed object is * {@link String } * */ public void setEsitatud(LocalDateTime value) { this.esitatud = 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; } /** * Gets the value of the punktX property. * * @return * possible object is * {@link String } * */ public String getPunktX() { return punktX; } /** * Sets the value of the punktX property. * * @param value * allowed object is * {@link String } * */ public void setPunktX(String value) { this.punktX = value; } /** * Gets the value of the punktY property. * * @return * possible object is * {@link String } * */ public String getPunktY() { return punktY; } /** * Sets the value of the punktY property. * * @param value * allowed object is * {@link String } * */ public void setPunktY(String value) { this.punktY = value; } /** * Gets the value of the aadressid property. * * @return * possible object is * {@link ADSobjjarglasedResponse.ObjJargTulem.ObjektiJarglane.Aadressid } * */ public ADSobjjarglasedResponse.ObjJargTulem.ObjektiJarglane.Aadressid getAadressid() { return aadressid; } /** * Sets the value of the aadressid property. * * @param value * allowed object is * {@link ADSobjjarglasedResponse.ObjJargTulem.ObjektiJarglane.Aadressid } * */ public void setAadressid(ADSobjjarglasedResponse.ObjJargTulem.ObjektiJarglane.Aadressid value) { this.aadressid = 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 = { "aadresses" }) @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:14+02:00") public static class Aadressid implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(name = "aadress") protected List aadresses; /** * Gets the value of the aadresses 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 aadresses property.

* *

* For example, to add a new item, do as follows: *

*
                 * getAadresses().add(newItem);
                 * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ADSobjjarglasedResponse.ObjJargTulem.ObjektiJarglane.Aadressid.Aadress } *

* * * @return * The value of the aadresses property. */ public List getAadresses() { if (aadresses == null) { aadresses = new ArrayList<>(); } return this.aadresses; } /** *

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 = { "adrId", "koodAadress", "taisAadress", "lahiAadress", "sihtnumber", "maPiirkond", "maPiirkondAlias", "punktX", "punktY", "tehniline", "primaarseimObjekt", "adsTase1", "adsTase2", "adsTase3", "adsTase4", "adsTase5", "adsTase6", "adsTase7", "adsTase8" }) @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:14+02:00") public static class Aadress implements Serializable { private static final long serialVersionUID = -1L; @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; protected String lahiAadress; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long sihtnumber; protected String maPiirkond; protected String maPiirkondAlias; protected String punktX; protected String punktY; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForBoolean.class) @XmlSchemaType(name = "boolean") protected Boolean tehniline; protected String primaarseimObjekt; protected AdsTaseType adsTase1; protected AdsTaseType adsTase2; protected AdsTaseType adsTase3; protected AdsTaseType adsTase4; protected AdsTaseType adsTase5; protected AdsTaseType adsTase6; protected AdsTaseType adsTase7; protected AdsTaseType adsTase8; /** * 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 lahiAadress property. * * @return * possible object is * {@link String } * */ public String getLahiAadress() { return lahiAadress; } /** * Sets the value of the lahiAadress property. * * @param value * allowed object is * {@link String } * */ public void setLahiAadress(String value) { this.lahiAadress = value; } /** * Gets the value of the sihtnumber property. * * @return * possible object is * {@link String } * */ public Long getSihtnumber() { return sihtnumber; } /** * Sets the value of the sihtnumber property. * * @param value * allowed object is * {@link String } * */ public void setSihtnumber(Long value) { this.sihtnumber = value; } /** * Gets the value of the maPiirkond property. * * @return * possible object is * {@link String } * */ public String getMaPiirkond() { return maPiirkond; } /** * Sets the value of the maPiirkond property. * * @param value * allowed object is * {@link String } * */ public void setMaPiirkond(String value) { this.maPiirkond = value; } /** * Gets the value of the maPiirkondAlias property. * * @return * possible object is * {@link String } * */ public String getMaPiirkondAlias() { return maPiirkondAlias; } /** * Sets the value of the maPiirkondAlias property. * * @param value * allowed object is * {@link String } * */ public void setMaPiirkondAlias(String value) { this.maPiirkondAlias = value; } /** * Gets the value of the punktX property. * * @return * possible object is * {@link String } * */ public String getPunktX() { return punktX; } /** * Sets the value of the punktX property. * * @param value * allowed object is * {@link String } * */ public void setPunktX(String value) { this.punktX = value; } /** * Gets the value of the punktY property. * * @return * possible object is * {@link String } * */ public String getPunktY() { return punktY; } /** * Sets the value of the punktY property. * * @param value * allowed object is * {@link String } * */ public void setPunktY(String value) { this.punktY = value; } /** * Gets the value of the tehniline property. * * @return * possible object is * {@link String } * */ public Boolean isTehniline() { return tehniline; } /** * Sets the value of the tehniline property. * * @param value * allowed object is * {@link String } * */ public void setTehniline(Boolean value) { this.tehniline = value; } /** * Gets the value of the primaarseimObjekt property. * * @return * possible object is * {@link String } * */ public String getPrimaarseimObjekt() { return primaarseimObjekt; } /** * Sets the value of the primaarseimObjekt property. * * @param value * allowed object is * {@link String } * */ public void setPrimaarseimObjekt(String value) { this.primaarseimObjekt = value; } /** * Gets the value of the adsTase1 property. * * @return * possible object is * {@link AdsTaseType } * */ public AdsTaseType getAdsTase1() { return adsTase1; } /** * Sets the value of the adsTase1 property. * * @param value * allowed object is * {@link AdsTaseType } * */ public void setAdsTase1(AdsTaseType value) { this.adsTase1 = value; } /** * Gets the value of the adsTase2 property. * * @return * possible object is * {@link AdsTaseType } * */ public AdsTaseType getAdsTase2() { return adsTase2; } /** * Sets the value of the adsTase2 property. * * @param value * allowed object is * {@link AdsTaseType } * */ public void setAdsTase2(AdsTaseType value) { this.adsTase2 = value; } /** * Gets the value of the adsTase3 property. * * @return * possible object is * {@link AdsTaseType } * */ public AdsTaseType getAdsTase3() { return adsTase3; } /** * Sets the value of the adsTase3 property. * * @param value * allowed object is * {@link AdsTaseType } * */ public void setAdsTase3(AdsTaseType value) { this.adsTase3 = value; } /** * Gets the value of the adsTase4 property. * * @return * possible object is * {@link AdsTaseType } * */ public AdsTaseType getAdsTase4() { return adsTase4; } /** * Sets the value of the adsTase4 property. * * @param value * allowed object is * {@link AdsTaseType } * */ public void setAdsTase4(AdsTaseType value) { this.adsTase4 = value; } /** * Gets the value of the adsTase5 property. * * @return * possible object is * {@link AdsTaseType } * */ public AdsTaseType getAdsTase5() { return adsTase5; } /** * Sets the value of the adsTase5 property. * * @param value * allowed object is * {@link AdsTaseType } * */ public void setAdsTase5(AdsTaseType value) { this.adsTase5 = 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 adsTase7 property. * * @return * possible object is * {@link AdsTaseType } * */ public AdsTaseType getAdsTase7() { return adsTase7; } /** * Sets the value of the adsTase7 property. * * @param value * allowed object is * {@link AdsTaseType } * */ public void setAdsTase7(AdsTaseType value) { this.adsTase7 = value; } /** * Gets the value of the adsTase8 property. * * @return * possible object is * {@link AdsTaseType } * */ public AdsTaseType getAdsTase8() { return adsTase8; } /** * Sets the value of the adsTase8 property. * * @param value * allowed object is * {@link AdsTaseType } * */ public void setAdsTase8(AdsTaseType value) { this.adsTase8 = value; } } } } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy