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

ee.xtee6.ads.poi.ADSpoimuudatusedResponse Maven / Gradle / Ivy

There is a newer version: 4.3.2
Show newest version

package ee.xtee6.ads.poi;

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

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *           
 *             
 *               
 *                 
 *                   
 *                     
 *                       
 *                         
 *                           
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                             
 *                           
 *                         
 *                       
 *                     
 *                   
 *                 
 *               
 *             
 *           
 *         
 *         
 *           
 *             
 *               
 *                 
 *                   
 *                   
 *                 
 *               
 *             
 *           
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "poimuudatusedTulem", "fault" }) @XmlRootElement(name = "ADSpoimuudatusedResponse", 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:12+02:00") public class ADSpoimuudatusedResponse implements Serializable { private static final long serialVersionUID = -1L; protected ADSpoimuudatusedResponse.PoimuudatusedTulem poimuudatusedTulem; protected ADSpoimuudatusedResponse.Fault fault; /** * Gets the value of the poimuudatusedTulem property. * * @return * possible object is * {@link ADSpoimuudatusedResponse.PoimuudatusedTulem } * */ public ADSpoimuudatusedResponse.PoimuudatusedTulem getPoimuudatusedTulem() { return poimuudatusedTulem; } /** * Sets the value of the poimuudatusedTulem property. * * @param value * allowed object is * {@link ADSpoimuudatusedResponse.PoimuudatusedTulem } * */ public void setPoimuudatusedTulem(ADSpoimuudatusedResponse.PoimuudatusedTulem value) { this.poimuudatusedTulem = value; } /** * Gets the value of the fault property. * * @return * possible object is * {@link ADSpoimuudatusedResponse.Fault } * */ public ADSpoimuudatusedResponse.Fault getFault() { return fault; } /** * Sets the value of the fault property. * * @param value * allowed object is * {@link ADSpoimuudatusedResponse.Fault } * */ public void setFault(ADSpoimuudatusedResponse.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:12+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:12+02:00") public static class PoimuudatusedTulem 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 ADSpoimuudatusedResponse.PoimuudatusedTulem.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", "logStamp", "syndmus", "adsOid", "origTunnus", "taisAadress", "lahiAadress", "poiId", "poiNimi", "poiAlias", "poiYlemgrupp", "poiGrupp", "poiAlamgrupp", "poiTyypnimi", "poiTyyp", "poiX", "poiY", "poiAndmeallikas", "poiVID", "poiAndmeseisKp" }) @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:12+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; @XmlElement(required = true, type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate logStamp; @XmlSchemaType(name = "string") protected PoiSyndmusType syndmus; protected String adsOid; protected String origTunnus; protected String taisAadress; protected String lahiAadress; @XmlElement(required = true, type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long poiId; protected String poiNimi; protected String poiAlias; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long poiYlemgrupp; protected String poiGrupp; protected String poiAlamgrupp; protected String poiTyypnimi; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long poiTyyp; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForDouble.class) @XmlSchemaType(name = "double") protected Double poiX; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForDouble.class) @XmlSchemaType(name = "double") protected Double poiY; protected String poiAndmeallikas; protected String poiVID; @XmlElement(type = String.class) @XmlJavaTypeAdapter(AdapterForLocalDate.class) @XmlSchemaType(name = "date") protected LocalDate poiAndmeseisKp; /** * 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 logStamp property. * * @return * possible object is * {@link String } * */ public LocalDate getLogStamp() { return logStamp; } /** * Sets the value of the logStamp property. * * @param value * allowed object is * {@link String } * */ public void setLogStamp(LocalDate value) { this.logStamp = value; } /** * Gets the value of the syndmus property. * * @return * possible object is * {@link PoiSyndmusType } * */ public PoiSyndmusType getSyndmus() { return syndmus; } /** * Sets the value of the syndmus property. * * @param value * allowed object is * {@link PoiSyndmusType } * */ public void setSyndmus(PoiSyndmusType value) { this.syndmus = 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 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 poiId property. * * @return * possible object is * {@link String } * */ public Long getPoiId() { return poiId; } /** * Sets the value of the poiId property. * * @param value * allowed object is * {@link String } * */ public void setPoiId(Long value) { this.poiId = value; } /** * Gets the value of the poiNimi property. * * @return * possible object is * {@link String } * */ public String getPoiNimi() { return poiNimi; } /** * Sets the value of the poiNimi property. * * @param value * allowed object is * {@link String } * */ public void setPoiNimi(String value) { this.poiNimi = value; } /** * Gets the value of the poiAlias property. * * @return * possible object is * {@link String } * */ public String getPoiAlias() { return poiAlias; } /** * Sets the value of the poiAlias property. * * @param value * allowed object is * {@link String } * */ public void setPoiAlias(String value) { this.poiAlias = value; } /** * Gets the value of the poiYlemgrupp property. * * @return * possible object is * {@link String } * */ public Long getPoiYlemgrupp() { return poiYlemgrupp; } /** * Sets the value of the poiYlemgrupp property. * * @param value * allowed object is * {@link String } * */ public void setPoiYlemgrupp(Long value) { this.poiYlemgrupp = value; } /** * Gets the value of the poiGrupp property. * * @return * possible object is * {@link String } * */ public String getPoiGrupp() { return poiGrupp; } /** * Sets the value of the poiGrupp property. * * @param value * allowed object is * {@link String } * */ public void setPoiGrupp(String value) { this.poiGrupp = value; } /** * Gets the value of the poiAlamgrupp property. * * @return * possible object is * {@link String } * */ public String getPoiAlamgrupp() { return poiAlamgrupp; } /** * Sets the value of the poiAlamgrupp property. * * @param value * allowed object is * {@link String } * */ public void setPoiAlamgrupp(String value) { this.poiAlamgrupp = value; } /** * Gets the value of the poiTyypnimi property. * * @return * possible object is * {@link String } * */ public String getPoiTyypnimi() { return poiTyypnimi; } /** * Sets the value of the poiTyypnimi property. * * @param value * allowed object is * {@link String } * */ public void setPoiTyypnimi(String value) { this.poiTyypnimi = value; } /** * Gets the value of the poiTyyp property. * * @return * possible object is * {@link String } * */ public Long getPoiTyyp() { return poiTyyp; } /** * Sets the value of the poiTyyp property. * * @param value * allowed object is * {@link String } * */ public void setPoiTyyp(Long value) { this.poiTyyp = value; } /** * Gets the value of the poiX property. * * @return * possible object is * {@link String } * */ public Double getPoiX() { return poiX; } /** * Sets the value of the poiX property. * * @param value * allowed object is * {@link String } * */ public void setPoiX(Double value) { this.poiX = value; } /** * Gets the value of the poiY property. * * @return * possible object is * {@link String } * */ public Double getPoiY() { return poiY; } /** * Sets the value of the poiY property. * * @param value * allowed object is * {@link String } * */ public void setPoiY(Double value) { this.poiY = value; } /** * Gets the value of the poiAndmeallikas property. * * @return * possible object is * {@link String } * */ public String getPoiAndmeallikas() { return poiAndmeallikas; } /** * Sets the value of the poiAndmeallikas property. * * @param value * allowed object is * {@link String } * */ public void setPoiAndmeallikas(String value) { this.poiAndmeallikas = value; } /** * Gets the value of the poiVID property. * * @return * possible object is * {@link String } * */ public String getPoiVID() { return poiVID; } /** * Sets the value of the poiVID property. * * @param value * allowed object is * {@link String } * */ public void setPoiVID(String value) { this.poiVID = value; } /** * Gets the value of the poiAndmeseisKp property. * * @return * possible object is * {@link String } * */ public LocalDate getPoiAndmeseisKp() { return poiAndmeseisKp; } /** * Sets the value of the poiAndmeseisKp property. * * @param value * allowed object is * {@link String } * */ public void setPoiAndmeseisKp(LocalDate value) { this.poiAndmeseisKp = value; } } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy