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

ee.xtee6.arireg.muut.EttevotjaMuudatusKandevalised Maven / Gradle / Ivy

There is a newer version: 4.3.0
Show newest version

package ee.xtee6.arireg.muut;

import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
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.XmlType;


/**
 * 

Java class for ettevotja_muudatus_kandevalised complex type

. * *

The following schema fragment specifies the expected content contained within this class.

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ettevotja_muudatus_kandevalised", propOrder = { "kandevalines" }) @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 EttevotjaMuudatusKandevalised implements Serializable { private static final long serialVersionUID = -1L; /** * Ettevõtjate kandevälised muudatused * */ @XmlElement(name = "kandevaline") protected List kandevalines; /** * Ettevõtjate kandevälised muudatused * * Gets the value of the kandevalines property. * *

This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the kandevalines property.

* *

* For example, to add a new item, do as follows: *

*
     * getKandevalines().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link EttevotjaMuudatusKandevaline } *

* * * @return * The value of the kandevalines property. */ public List getKandevalines() { if (kandevalines == null) { kandevalines = new ArrayList<>(); } return this.kandevalines; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy