no.nav.tjeneste.virksomhet.notat.v1.feil.UgyldigInput Maven / Gradle / Ivy
package no.nav.tjeneste.virksomhet.notat.v1.feil;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* Java class for UgyldigInput complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="UgyldigInput">
* <complexContent>
* <extension base="{http://nav.no/tjeneste/virksomhet/notat/v1/feil}ForretningsmessigUnntak">
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "UgyldigInput")
public class UgyldigInput
extends ForretningsmessigUnntak
{
@Override
public UgyldigInput withFeilkilde(String value) {
setFeilkilde(value);
return this;
}
@Override
public UgyldigInput withFeilaarsak(String value) {
setFeilaarsak(value);
return this;
}
@Override
public UgyldigInput withFeilmelding(String value) {
setFeilmelding(value);
return this;
}
@Override
public UgyldigInput withTidspunkt(XMLGregorianCalendar value) {
setTidspunkt(value);
return this;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy