All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ee.xtee6.rr.rr405v1.RR405IsikNimiResponse Maven / Gradle / Ivy

The newest version!

package ee.xtee6.rr.rr405v1;

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 = { "response" }) @XmlRootElement(name = "RR405IsikNimiResponse", namespace = "http://rr.x-road.eu/producer") @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:11:48+02:00") public class RR405IsikNimiResponse implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(namespace = "", required = true) protected RR405IsikNimiResponseType response; /** * Gets the value of the response property. * * @return * possible object is * {@link RR405IsikNimiResponseType } * */ public RR405IsikNimiResponseType getResponse() { return response; } /** * Sets the value of the response property. * * @param value * allowed object is * {@link RR405IsikNimiResponseType } * */ public void setResponse(RR405IsikNimiResponseType value) { this.response = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy