ee.xtee6.ehr.v1.EhrDokumendiParingVastus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-ehr Show documentation
Show all versions of xtee6-client-ehr Show documentation
Library for XROAD EHR service clints
The newest version!
package ee.xtee6.ehr.v1;
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.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for ehrDokumendiParingVastusType complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ehrDokumendiParingVastusType", propOrder = {
"tyhiVastus",
"dokumendid"
})
@XmlRootElement(name = "ehrDokumendiParingVastus")
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:10:03+02:00")
public class EhrDokumendiParingVastus
implements Serializable
{
private static final long serialVersionUID = -1L;
protected String tyhiVastus;
protected DokumendiParingDokumentType dokumendid;
/**
* Gets the value of the tyhiVastus property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTyhiVastus() {
return tyhiVastus;
}
/**
* Sets the value of the tyhiVastus property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTyhiVastus(String value) {
this.tyhiVastus = value;
}
/**
* Gets the value of the dokumendid property.
*
* @return
* possible object is
* {@link DokumendiParingDokumentType }
*
*/
public DokumendiParingDokumentType getDokumendid() {
return dokumendid;
}
/**
* Sets the value of the dokumendid property.
*
* @param value
* allowed object is
* {@link DokumendiParingDokumentType }
*
*/
public void setDokumendid(DokumendiParingDokumentType value) {
this.dokumendid = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy