ee.xtee6.ads.nimeviit.ADSnimeviitepunktiaadressV1Response Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-ads Show documentation
Show all versions of xtee6-client-ads Show documentation
Library for XROAD ADS service clints
package ee.xtee6.ads.nimeviit;
import java.io.Serializable;
import ee.datel.client.utils.AdapterForLong;
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;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
* Java class for ADSnimeviitepunktiaadressVastusType complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ADSnimeviitepunktiaadressVastusType", namespace = "http://www.maaamet.ee", propOrder = {
"viitepunktiaadressiparingTulem",
"fault"
})
@XmlRootElement(name = "ADSnimeviitepunktiaadressV1Response", 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:20+02:00")
public class ADSnimeviitepunktiaadressV1Response
implements Serializable
{
private static final long serialVersionUID = -1L;
protected ADSnimeviitepunktiaadressV1Response.ViitepunktiaadressiparingTulem viitepunktiaadressiparingTulem;
protected ADSnimeviitepunktiaadressV1Response.Fault fault;
/**
* Gets the value of the viitepunktiaadressiparingTulem property.
*
* @return
* possible object is
* {@link ADSnimeviitepunktiaadressV1Response.ViitepunktiaadressiparingTulem }
*
*/
public ADSnimeviitepunktiaadressV1Response.ViitepunktiaadressiparingTulem getViitepunktiaadressiparingTulem() {
return viitepunktiaadressiparingTulem;
}
/**
* Sets the value of the viitepunktiaadressiparingTulem property.
*
* @param value
* allowed object is
* {@link ADSnimeviitepunktiaadressV1Response.ViitepunktiaadressiparingTulem }
*
*/
public void setViitepunktiaadressiparingTulem(ADSnimeviitepunktiaadressV1Response.ViitepunktiaadressiparingTulem value) {
this.viitepunktiaadressiparingTulem = value;
}
/**
* Gets the value of the fault property.
*
* @return
* possible object is
* {@link ADSnimeviitepunktiaadressV1Response.Fault }
*
*/
public ADSnimeviitepunktiaadressV1Response.Fault getFault() {
return fault;
}
/**
* Sets the value of the fault property.
*
* @param value
* allowed object is
* {@link ADSnimeviitepunktiaadressV1Response.Fault }
*
*/
public void setFault(ADSnimeviitepunktiaadressV1Response.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:09:20+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 = {
"adrId",
"koodAadress",
"taisAadress",
"olek"
})
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:20+02:00")
public static class ViitepunktiaadressiparingTulem
implements Serializable
{
private static final long serialVersionUID = -1L;
@XmlElement(required = true, type = String.class)
@XmlJavaTypeAdapter(AdapterForLong.class)
@XmlSchemaType(name = "integer")
protected Long adrId;
@XmlElement(required = true)
protected String koodAadress;
@XmlElement(required = true)
protected String taisAadress;
@XmlSchemaType(name = "string")
protected OlekType olek;
/**
* Gets the value of the adrId property.
*
* @return
* possible object is
* {@link String }
*
*/
public Long getAdrId() {
return adrId;
}
/**
* Sets the value of the adrId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdrId(Long value) {
this.adrId = value;
}
/**
* Gets the value of the koodAadress property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKoodAadress() {
return koodAadress;
}
/**
* Sets the value of the koodAadress property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKoodAadress(String value) {
this.koodAadress = value;
}
/**
* Gets the value of the taisAadress property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTaisAadress() {
return taisAadress;
}
/**
* Sets the value of the taisAadress property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTaisAadress(String value) {
this.taisAadress = value;
}
/**
* Gets the value of the olek property.
*
* @return
* possible object is
* {@link OlekType }
*
*/
public OlekType getOlek() {
return olek;
}
/**
* Sets the value of the olek property.
*
* @param value
* allowed object is
* {@link OlekType }
*
*/
public void setOlek(OlekType value) {
this.olek = value;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy