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

ee.xtee6.kr.dm.KinnistuMuudatused 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.XmlType;


/**
 * 

Java class for KinnistuMuudatused complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "KinnistuMuudatused", propOrder = { "detailandmed", "jagu0", "jagu1", "jagu2", "jagu3", "jagu4" }) @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 KinnistuMuudatused implements Serializable { private static final long serialVersionUID = -1L; protected Detailandmed detailandmed; protected ArrayOfJagu0 jagu0; protected ArrayOfJagu1 jagu1; protected ArrayOfJagu2 jagu2; protected ArrayOfJagu3 jagu3; protected ArrayOfJagu4 jagu4; /** * Gets the value of the detailandmed property. * * @return * possible object is * {@link Detailandmed } * */ public Detailandmed getDetailandmed() { return detailandmed; } /** * Sets the value of the detailandmed property. * * @param value * allowed object is * {@link Detailandmed } * */ public void setDetailandmed(Detailandmed value) { this.detailandmed = value; } /** * Gets the value of the jagu0 property. * * @return * possible object is * {@link ArrayOfJagu0 } * */ public ArrayOfJagu0 getJagu0() { return jagu0; } /** * Sets the value of the jagu0 property. * * @param value * allowed object is * {@link ArrayOfJagu0 } * */ public void setJagu0(ArrayOfJagu0 value) { this.jagu0 = value; } /** * Gets the value of the jagu1 property. * * @return * possible object is * {@link ArrayOfJagu1 } * */ public ArrayOfJagu1 getJagu1() { return jagu1; } /** * Sets the value of the jagu1 property. * * @param value * allowed object is * {@link ArrayOfJagu1 } * */ public void setJagu1(ArrayOfJagu1 value) { this.jagu1 = value; } /** * Gets the value of the jagu2 property. * * @return * possible object is * {@link ArrayOfJagu2 } * */ public ArrayOfJagu2 getJagu2() { return jagu2; } /** * Sets the value of the jagu2 property. * * @param value * allowed object is * {@link ArrayOfJagu2 } * */ public void setJagu2(ArrayOfJagu2 value) { this.jagu2 = value; } /** * Gets the value of the jagu3 property. * * @return * possible object is * {@link ArrayOfJagu3 } * */ public ArrayOfJagu3 getJagu3() { return jagu3; } /** * Sets the value of the jagu3 property. * * @param value * allowed object is * {@link ArrayOfJagu3 } * */ public void setJagu3(ArrayOfJagu3 value) { this.jagu3 = value; } /** * Gets the value of the jagu4 property. * * @return * possible object is * {@link ArrayOfJagu4 } * */ public ArrayOfJagu4 getJagu4() { return jagu4; } /** * Sets the value of the jagu4 property. * * @param value * allowed object is * {@link ArrayOfJagu4 } * */ public void setJagu4(ArrayOfJagu4 value) { this.jagu4 = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy