ee.xtee6.kr.dm.ArrayOfIsikuKood Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-kr Show documentation
Show all versions of xtee6-client-kr Show documentation
Library for XROAD KR service clints
The newest version!
package ee.xtee6.kr.dm;
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 ArrayOfIsiku_kood complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ArrayOfIsiku_kood", propOrder = {
"isikuKoods"
})
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:10:52+02:00")
public class ArrayOfIsikuKood
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(name = "Isiku_kood")
protected List isikuKoods;
/**
* Gets the value of the isikuKoods 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 isikuKoods property.
*
*
* For example, to add a new item, do as follows:
*
*
* getIsikuKoods().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link IsikuKood }
*
*
*
* @return
* The value of the isikuKoods property.
*/
public List getIsikuKoods() {
if (isikuKoods == null) {
isikuKoods = new ArrayList<>();
}
return this.isikuKoods;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy