
ee.xtee6.ads.normal.ADSnormal Maven / Gradle / Ivy
Show all versions of xtee6-client-ads Show documentation
package ee.xtee6.ads.normal;
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.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for ADSnormalRequestType complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ADSnormalRequestType", namespace = "http://www.maaamet.ee", propOrder = {
"aadressid",
"objektiLiik"
})
@XmlRootElement(name = "ADSnormal", 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:11+02:00")
public class ADSnormal
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(required = true)
protected ADSnormal.Aadressid aadressid;
@XmlSchemaType(name = "string")
protected AdsobjliikKlassifikaator objektiLiik;
/**
* Gets the value of the aadressid property.
*
* @return
* possible object is
* {@link ADSnormal.Aadressid }
*
*/
public ADSnormal.Aadressid getAadressid() {
return aadressid;
}
/**
* Sets the value of the aadressid property.
*
* @param value
* allowed object is
* {@link ADSnormal.Aadressid }
*
*/
public void setAadressid(ADSnormal.Aadressid value) {
this.aadressid = value;
}
/**
* Gets the value of the objektiLiik property.
*
* @return
* possible object is
* {@link AdsobjliikKlassifikaator }
*
*/
public AdsobjliikKlassifikaator getObjektiLiik() {
return objektiLiik;
}
/**
* Sets the value of the objektiLiik property.
*
* @param value
* allowed object is
* {@link AdsobjliikKlassifikaator }
*
*/
public void setObjektiLiik(AdsobjliikKlassifikaator value) {
this.objektiLiik = 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 = {
"aadresses"
})
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:11+02:00")
public static class Aadressid
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(name = "aadress", required = true)
protected List aadresses;
/**
* Gets the value of the aadresses 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 aadresses property.
*
*
* For example, to add a new item, do as follows:
*
*
* getAadresses().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link ADSnormal.Aadressid.Aadress }
*
*
*
* @return
* The value of the aadresses property.
*/
public List getAadresses() {
if (aadresses == null) {
aadresses = new ArrayList<>();
}
return this.aadresses;
}
/**
* 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 = {
"adsTase1",
"adsTase2",
"adsTase3",
"adsTase4",
"adsTase5",
"adsTase6",
"adsTase7",
"adsTase8",
"tekst"
})
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:11+02:00")
public static class Aadress
implements Serializable
{
private static final long serialVersionUID = -1L;
protected AdsTaseType adsTase1;
protected AdsTaseType adsTase2;
protected AdsTaseType adsTase3;
protected AdsTaseType adsTase4;
protected AdsTaseType adsTase5;
protected AdsTaseType adsTase6;
protected AdsTaseType adsTase7;
protected AdsTaseType adsTase8;
protected String tekst;
/**
* Gets the value of the adsTase1 property.
*
* @return
* possible object is
* {@link AdsTaseType }
*
*/
public AdsTaseType getAdsTase1() {
return adsTase1;
}
/**
* Sets the value of the adsTase1 property.
*
* @param value
* allowed object is
* {@link AdsTaseType }
*
*/
public void setAdsTase1(AdsTaseType value) {
this.adsTase1 = value;
}
/**
* Gets the value of the adsTase2 property.
*
* @return
* possible object is
* {@link AdsTaseType }
*
*/
public AdsTaseType getAdsTase2() {
return adsTase2;
}
/**
* Sets the value of the adsTase2 property.
*
* @param value
* allowed object is
* {@link AdsTaseType }
*
*/
public void setAdsTase2(AdsTaseType value) {
this.adsTase2 = value;
}
/**
* Gets the value of the adsTase3 property.
*
* @return
* possible object is
* {@link AdsTaseType }
*
*/
public AdsTaseType getAdsTase3() {
return adsTase3;
}
/**
* Sets the value of the adsTase3 property.
*
* @param value
* allowed object is
* {@link AdsTaseType }
*
*/
public void setAdsTase3(AdsTaseType value) {
this.adsTase3 = value;
}
/**
* Gets the value of the adsTase4 property.
*
* @return
* possible object is
* {@link AdsTaseType }
*
*/
public AdsTaseType getAdsTase4() {
return adsTase4;
}
/**
* Sets the value of the adsTase4 property.
*
* @param value
* allowed object is
* {@link AdsTaseType }
*
*/
public void setAdsTase4(AdsTaseType value) {
this.adsTase4 = value;
}
/**
* Gets the value of the adsTase5 property.
*
* @return
* possible object is
* {@link AdsTaseType }
*
*/
public AdsTaseType getAdsTase5() {
return adsTase5;
}
/**
* Sets the value of the adsTase5 property.
*
* @param value
* allowed object is
* {@link AdsTaseType }
*
*/
public void setAdsTase5(AdsTaseType value) {
this.adsTase5 = value;
}
/**
* Gets the value of the adsTase6 property.
*
* @return
* possible object is
* {@link AdsTaseType }
*
*/
public AdsTaseType getAdsTase6() {
return adsTase6;
}
/**
* Sets the value of the adsTase6 property.
*
* @param value
* allowed object is
* {@link AdsTaseType }
*
*/
public void setAdsTase6(AdsTaseType value) {
this.adsTase6 = value;
}
/**
* Gets the value of the adsTase7 property.
*
* @return
* possible object is
* {@link AdsTaseType }
*
*/
public AdsTaseType getAdsTase7() {
return adsTase7;
}
/**
* Sets the value of the adsTase7 property.
*
* @param value
* allowed object is
* {@link AdsTaseType }
*
*/
public void setAdsTase7(AdsTaseType value) {
this.adsTase7 = value;
}
/**
* Gets the value of the adsTase8 property.
*
* @return
* possible object is
* {@link AdsTaseType }
*
*/
public AdsTaseType getAdsTase8() {
return adsTase8;
}
/**
* Sets the value of the adsTase8 property.
*
* @param value
* allowed object is
* {@link AdsTaseType }
*
*/
public void setAdsTase8(AdsTaseType value) {
this.adsTase8 = value;
}
/**
* Gets the value of the tekst property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTekst() {
return tekst;
}
/**
* Sets the value of the tekst property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTekst(String value) {
this.tekst = value;
}
}
}
}