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

ee.xtee6.ehr.v1.EhitiseAjalooParingVastus Maven / Gradle / Ivy

The newest version!

package ee.xtee6.ehr.v1;

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.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for ehitiseAjalooParingVastusType complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *           
 *         
 *         
 *           
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ehitiseAjalooParingVastusType", propOrder = { "tyhiVastus", "muudatuses" }) @XmlRootElement(name = "ehitiseAjalooParingVastus") @Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:10:03+02:00") public class EhitiseAjalooParingVastus implements Serializable { private static final long serialVersionUID = -1L; protected String tyhiVastus; @XmlElement(name = "muudatus") protected List muudatuses; /** * Gets the value of the tyhiVastus property. * * @return * possible object is * {@link String } * */ public String getTyhiVastus() { return tyhiVastus; } /** * Sets the value of the tyhiVastus property. * * @param value * allowed object is * {@link String } * */ public void setTyhiVastus(String value) { this.tyhiVastus = value; } /** * Gets the value of the muudatuses 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 muudatuses property.

* *

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

*
     * getMuudatuses().add(newItem);
     * 
* * *

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy