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

ee.xtee6.ads.knkkymuut.ADSknkkymuudatusedV1 Maven / Gradle / Ivy

The newest version!

package ee.xtee6.ads.knkkymuut;

import java.io.Serializable;
import ee.datel.client.utils.AdapterForLong;
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.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * 

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 = { "logId" }) @XmlRootElement(name = "ADSknkkymuudatusedV1", namespace = "http://www.maaamet.ee") @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:18+02:00") public class ADSknkkymuudatusedV1 implements Serializable { private static final long serialVersionUID = -1L; @XmlElement(required = true, type = String.class) @XmlJavaTypeAdapter(AdapterForLong.class) @XmlSchemaType(name = "integer") protected Long logId; /** * Gets the value of the logId property. * * @return * possible object is * {@link String } * */ public Long getLogId() { return logId; } /** * Sets the value of the logId property. * * @param value * allowed object is * {@link String } * */ public void setLogId(Long value) { this.logId = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy