ee.xtee6.mis.tunnus.Kytunnus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-mis Show documentation
Show all versions of xtee6-client-mis Show documentation
Library for XROAD MIS service clints
The newest version!
package ee.xtee6.mis.tunnus;
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 kytunnusParingType complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "kytunnusParingType", namespace = "http://www.maaamet.ee", propOrder = {
"katastritunnus",
"kyMax"
})
@XmlRootElement(name = "kytunnus", namespace = "http://www.maaamet.ee")
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:11:22+02:00")
public class Kytunnus
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(required = true)
protected String katastritunnus;
@XmlElement(name = "ky_max", required = true, defaultValue = "10")
protected String kyMax;
/**
* Gets the value of the katastritunnus property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKatastritunnus() {
return katastritunnus;
}
/**
* Sets the value of the katastritunnus property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKatastritunnus(String value) {
this.katastritunnus = value;
}
/**
* Gets the value of the kyMax property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKyMax() {
return kyMax;
}
/**
* Sets the value of the kyMax property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKyMax(String value) {
this.kyMax = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy