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

ee.xtee6.ads.nimeviit.ADSnimeviitepunktiaadressV1 Maven / Gradle / Ivy

The newest version!

package ee.xtee6.ads.nimeviit;

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.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

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 = { "ruumikuju" }) @XmlRootElement(name = "ADSnimeviitepunktiaadressV1", 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:20+02:00") public class ADSnimeviitepunktiaadressV1 implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(required = true) protected String ruumikuju; /** * 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; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy