ee.xtee6.mis.ehlogi.EhaklogiResponse Maven / Gradle / Ivy
Show all versions of xtee6-client-mis Show documentation
package ee.xtee6.mis.ehlogi;
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 ehaklogiVastusType complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ehaklogiVastusType", propOrder = {
"tulems",
"fault"
})
@XmlRootElement(name = "ehaklogiResponse")
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:11:25+02:00")
public class EhaklogiResponse
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(name = "tulem")
protected List tulems;
protected EhaklogiResponse.Fault fault;
/**
* Gets the value of the tulems 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 tulems property.
*
*
* For example, to add a new item, do as follows:
*
*
* getTulems().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link EhaklogiResponse.Tulem }
*
*
*
* @return
* The value of the tulems property.
*/
public List getTulems() {
if (tulems == null) {
tulems = new ArrayList<>();
}
return this.tulems;
}
/**
* Gets the value of the fault property.
*
* @return
* possible object is
* {@link EhaklogiResponse.Fault }
*
*/
public EhaklogiResponse.Fault getFault() {
return fault;
}
/**
* Sets the value of the fault property.
*
* @param value
* allowed object is
* {@link EhaklogiResponse.Fault }
*
*/
public void setFault(EhaklogiResponse.Fault value) {
this.fault = value;
}
/**
* 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 = {
"faultCode",
"faultString"
})
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:11:25+02:00")
public static class Fault
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(required = true)
protected String faultCode;
@XmlElement(required = true)
protected String faultString;
/**
* Gets the value of the faultCode property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFaultCode() {
return faultCode;
}
/**
* Sets the value of the faultCode property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFaultCode(String value) {
this.faultCode = value;
}
/**
* Gets the value of the faultString property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFaultString() {
return faultString;
}
/**
* Sets the value of the faultString property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFaultString(String value) {
this.faultString = value;
}
}
/**
* 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 = {
"logi",
"ehakandmed"
})
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:11:25+02:00")
public static class Tulem
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(required = true)
protected EHAKlogiType logi;
/**
* EHAK andmed
*
*/
protected EhaklogiResponse.Tulem.Ehakandmed ehakandmed;
/**
* Gets the value of the logi property.
*
* @return
* possible object is
* {@link EHAKlogiType }
*
*/
public EHAKlogiType getLogi() {
return logi;
}
/**
* Sets the value of the logi property.
*
* @param value
* allowed object is
* {@link EHAKlogiType }
*
*/
public void setLogi(EHAKlogiType value) {
this.logi = value;
}
/**
* EHAK andmed
*
* @return
* possible object is
* {@link EhaklogiResponse.Tulem.Ehakandmed }
*
*/
public EhaklogiResponse.Tulem.Ehakandmed getEhakandmed() {
return ehakandmed;
}
/**
* Sets the value of the ehakandmed property.
*
* @param value
* allowed object is
* {@link EhaklogiResponse.Tulem.Ehakandmed }
*
* @see #getEhakandmed()
*/
public void setEhakandmed(EhaklogiResponse.Tulem.Ehakandmed value) {
this.ehakandmed = value;
}
/**
* 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 = {
"uuedAndmed",
"vanadAndmed"
})
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:11:25+02:00")
public static class Ehakandmed
implements Serializable
{
private static final long serialVersionUID = -1L;
protected EHAKType uuedAndmed;
protected EHAKType vanadAndmed;
/**
* Gets the value of the uuedAndmed property.
*
* @return
* possible object is
* {@link EHAKType }
*
*/
public EHAKType getUuedAndmed() {
return uuedAndmed;
}
/**
* Sets the value of the uuedAndmed property.
*
* @param value
* allowed object is
* {@link EHAKType }
*
*/
public void setUuedAndmed(EHAKType value) {
this.uuedAndmed = value;
}
/**
* Gets the value of the vanadAndmed property.
*
* @return
* possible object is
* {@link EHAKType }
*
*/
public EHAKType getVanadAndmed() {
return vanadAndmed;
}
/**
* Sets the value of the vanadAndmed property.
*
* @param value
* allowed object is
* {@link EHAKType }
*
*/
public void setVanadAndmed(EHAKType value) {
this.vanadAndmed = value;
}
}
}
}