ee.xtee6.kpois.trykis.KyKitsendusteTrykisResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-kpois Show documentation
Show all versions of xtee6-client-kpois Show documentation
Library for XROAD KPOIS service clints
The newest version!
package ee.xtee6.kpois.trykis;
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 = {
"request",
"response"
})
@XmlRootElement(name = "kyKitsendusteTrykisResponse", namespace = "http://kpois.x-road.eu/producer/")
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:10:44+02:00")
public class KyKitsendusteTrykisResponse
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(namespace = "http://kpois.x-road.eu/producer/", required = true)
protected KyKitsendusteTrykisRequestType request;
@XmlElement(namespace = "http://kpois.x-road.eu/producer/", required = true)
protected KyKitsendusteTrykisResponseType response;
/**
* Gets the value of the request property.
*
* @return
* possible object is
* {@link KyKitsendusteTrykisRequestType }
*
*/
public KyKitsendusteTrykisRequestType getRequest() {
return request;
}
/**
* Sets the value of the request property.
*
* @param value
* allowed object is
* {@link KyKitsendusteTrykisRequestType }
*
*/
public void setRequest(KyKitsendusteTrykisRequestType value) {
this.request = value;
}
/**
* Gets the value of the response property.
*
* @return
* possible object is
* {@link KyKitsendusteTrykisResponseType }
*
*/
public KyKitsendusteTrykisResponseType getResponse() {
return response;
}
/**
* Sets the value of the response property.
*
* @param value
* allowed object is
* {@link KyKitsendusteTrykisResponseType }
*
*/
public void setResponse(KyKitsendusteTrykisResponseType value) {
this.response = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy