ee.xtee6.arireg.muut.EttevotjaMuudatusedTasutaV1Response 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.muut;
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 ettevotjaMuudatusedTasuta_v1Response complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ettevotjaMuudatusedTasuta_v1Response", propOrder = {
"keha"
})
@XmlRootElement(name = "ettevotjaMuudatusedTasuta_v1Response")
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-10-29T13:15:33+02:00")
public class EttevotjaMuudatusedTasutaV1Response
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(required = true)
protected EttevotjaMuudatusedTasutaVastus keha;
/**
* Gets the value of the keha property.
*
* @return
* possible object is
* {@link EttevotjaMuudatusedTasutaVastus }
*
*/
public EttevotjaMuudatusedTasutaVastus getKeha() {
return keha;
}
/**
* Sets the value of the keha property.
*
* @param value
* allowed object is
* {@link EttevotjaMuudatusedTasutaVastus }
*
*/
public void setKeha(EttevotjaMuudatusedTasutaVastus value) {
this.keha = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy