ee.xtee6.arireg.detail.DetailandmedV1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-arireg Show documentation
Show all versions of xtee6-client-arireg Show documentation
Library for XROAD ARIREG service clints
package ee.xtee6.arireg.detail;
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 detailandmed_v1 complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "detailandmed_v1", propOrder = {
"keha"
})
@XmlRootElement(name = "detailandmed_v1")
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-10-29T13:15:31+02:00")
public class DetailandmedV1
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(required = true)
protected DetailandmedV5Query keha;
/**
* Gets the value of the keha property.
*
* @return
* possible object is
* {@link DetailandmedV5Query }
*
*/
public DetailandmedV5Query getKeha() {
return keha;
}
/**
* Sets the value of the keha property.
*
* @param value
* allowed object is
* {@link DetailandmedV5Query }
*
*/
public void setKeha(DetailandmedV5Query value) {
this.keha = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy