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

ee.xtee6.kr.dm.Aadressobjekt Maven / Gradle / Ivy

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 Aadressobjekt complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Aadressobjekt", propOrder = { "adsOid", "objektiAadressid", "taisaadress" }) @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 Aadressobjekt implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(name = "ads_oid") protected String adsOid; @XmlElement(name = "objekti_aadressid") protected ArrayOfAadressobjektObjektiAadress objektiAadressid; protected String taisaadress; /** * 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 objektiAadressid property. * * @return * possible object is * {@link ArrayOfAadressobjektObjektiAadress } * */ public ArrayOfAadressobjektObjektiAadress getObjektiAadressid() { return objektiAadressid; } /** * Sets the value of the objektiAadressid property. * * @param value * allowed object is * {@link ArrayOfAadressobjektObjektiAadress } * */ public void setObjektiAadressid(ArrayOfAadressobjektObjektiAadress value) { this.objektiAadressid = 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; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy