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

no.nav.tjeneste.virksomhet.arbeidogaktivitetsak.v1.informasjon.Tiltaksgjennomfoering Maven / Gradle / Ivy

There is a newer version: 1.2019.09.25-00.21-49b69f0625e0
Show newest version

package no.nav.tjeneste.virksomhet.arbeidogaktivitetsak.v1.informasjon;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for Tiltaksgjennomfoering complex type. * *

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

 * <complexType name="Tiltaksgjennomfoering">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="tiltaksgjennomfoeringId" type="{http://nav.no/tjeneste/virksomhet/arbeidOgAktivitetSak/v1/informasjon}Identifikator"/>
 *         <element name="avtaleId" type="{http://nav.no/tjeneste/virksomhet/arbeidOgAktivitetSak/v1/informasjon}Identifikator" minOccurs="0"/>
 *         <element name="tiltaksgjennomfoeringNavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="status" type="{http://nav.no/tjeneste/virksomhet/arbeidOgAktivitetSak/v1/informasjon}Statuser"/>
 *         <element name="periode" type="{http://nav.no/tjeneste/virksomhet/arbeidOgAktivitetSak/v1/informasjon}Periode" minOccurs="0"/>
 *         <element name="kursbeskrivelse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="antallDeltakere" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="deltidIProsent" type="{http://www.w3.org/2001/XMLSchema}double"/>
 *         <element name="konteringssted" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="tiltakssakId" type="{http://nav.no/tjeneste/virksomhet/arbeidOgAktivitetSak/v1/informasjon}Identifikator"/>
 *         <element name="ansvarligId" type="{http://nav.no/tjeneste/virksomhet/arbeidOgAktivitetSak/v1/informasjon}Identifikator" minOccurs="0"/>
 *         <element name="ansvarligEnhetId" type="{http://nav.no/tjeneste/virksomhet/arbeidOgAktivitetSak/v1/informasjon}Identifikator" minOccurs="0"/>
 *         <element name="tiltaksgruppeBeskrivelse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="arbeidsgiverOrgnr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Tiltaksgjennomfoering", propOrder = { "tiltaksgjennomfoeringId", "avtaleId", "tiltaksgjennomfoeringNavn", "status", "periode", "kursbeskrivelse", "antallDeltakere", "deltidIProsent", "konteringssted", "tiltakssakId", "ansvarligId", "ansvarligEnhetId", "tiltaksgruppeBeskrivelse", "arbeidsgiverOrgnr" }) public class Tiltaksgjennomfoering { @XmlElement(required = true) protected String tiltaksgjennomfoeringId; protected String avtaleId; protected String tiltaksgjennomfoeringNavn; @XmlElement(required = true) protected Statuser status; protected Periode periode; protected String kursbeskrivelse; protected Double antallDeltakere; protected double deltidIProsent; protected String konteringssted; @XmlElement(required = true) protected String tiltakssakId; protected String ansvarligId; protected String ansvarligEnhetId; protected String tiltaksgruppeBeskrivelse; protected String arbeidsgiverOrgnr; /** * Gets the value of the tiltaksgjennomfoeringId property. * * @return * possible object is * {@link String } * */ public String getTiltaksgjennomfoeringId() { return tiltaksgjennomfoeringId; } /** * Sets the value of the tiltaksgjennomfoeringId property. * * @param value * allowed object is * {@link String } * */ public void setTiltaksgjennomfoeringId(String value) { this.tiltaksgjennomfoeringId = value; } /** * Gets the value of the avtaleId property. * * @return * possible object is * {@link String } * */ public String getAvtaleId() { return avtaleId; } /** * Sets the value of the avtaleId property. * * @param value * allowed object is * {@link String } * */ public void setAvtaleId(String value) { this.avtaleId = value; } /** * Gets the value of the tiltaksgjennomfoeringNavn property. * * @return * possible object is * {@link String } * */ public String getTiltaksgjennomfoeringNavn() { return tiltaksgjennomfoeringNavn; } /** * Sets the value of the tiltaksgjennomfoeringNavn property. * * @param value * allowed object is * {@link String } * */ public void setTiltaksgjennomfoeringNavn(String value) { this.tiltaksgjennomfoeringNavn = value; } /** * Gets the value of the status property. * * @return * possible object is * {@link Statuser } * */ public Statuser getStatus() { return status; } /** * Sets the value of the status property. * * @param value * allowed object is * {@link Statuser } * */ public void setStatus(Statuser value) { this.status = value; } /** * Gets the value of the periode property. * * @return * possible object is * {@link Periode } * */ public Periode getPeriode() { return periode; } /** * Sets the value of the periode property. * * @param value * allowed object is * {@link Periode } * */ public void setPeriode(Periode value) { this.periode = value; } /** * Gets the value of the kursbeskrivelse property. * * @return * possible object is * {@link String } * */ public String getKursbeskrivelse() { return kursbeskrivelse; } /** * Sets the value of the kursbeskrivelse property. * * @param value * allowed object is * {@link String } * */ public void setKursbeskrivelse(String value) { this.kursbeskrivelse = value; } /** * Gets the value of the antallDeltakere property. * * @return * possible object is * {@link Double } * */ public Double getAntallDeltakere() { return antallDeltakere; } /** * Sets the value of the antallDeltakere property. * * @param value * allowed object is * {@link Double } * */ public void setAntallDeltakere(Double value) { this.antallDeltakere = value; } /** * Gets the value of the deltidIProsent property. * */ public double getDeltidIProsent() { return deltidIProsent; } /** * Sets the value of the deltidIProsent property. * */ public void setDeltidIProsent(double value) { this.deltidIProsent = value; } /** * Gets the value of the konteringssted property. * * @return * possible object is * {@link String } * */ public String getKonteringssted() { return konteringssted; } /** * Sets the value of the konteringssted property. * * @param value * allowed object is * {@link String } * */ public void setKonteringssted(String value) { this.konteringssted = value; } /** * Gets the value of the tiltakssakId property. * * @return * possible object is * {@link String } * */ public String getTiltakssakId() { return tiltakssakId; } /** * Sets the value of the tiltakssakId property. * * @param value * allowed object is * {@link String } * */ public void setTiltakssakId(String value) { this.tiltakssakId = value; } /** * Gets the value of the ansvarligId property. * * @return * possible object is * {@link String } * */ public String getAnsvarligId() { return ansvarligId; } /** * Sets the value of the ansvarligId property. * * @param value * allowed object is * {@link String } * */ public void setAnsvarligId(String value) { this.ansvarligId = value; } /** * Gets the value of the ansvarligEnhetId property. * * @return * possible object is * {@link String } * */ public String getAnsvarligEnhetId() { return ansvarligEnhetId; } /** * Sets the value of the ansvarligEnhetId property. * * @param value * allowed object is * {@link String } * */ public void setAnsvarligEnhetId(String value) { this.ansvarligEnhetId = value; } /** * Gets the value of the tiltaksgruppeBeskrivelse property. * * @return * possible object is * {@link String } * */ public String getTiltaksgruppeBeskrivelse() { return tiltaksgruppeBeskrivelse; } /** * Sets the value of the tiltaksgruppeBeskrivelse property. * * @param value * allowed object is * {@link String } * */ public void setTiltaksgruppeBeskrivelse(String value) { this.tiltaksgruppeBeskrivelse = value; } /** * Gets the value of the arbeidsgiverOrgnr property. * * @return * possible object is * {@link String } * */ public String getArbeidsgiverOrgnr() { return arbeidsgiverOrgnr; } /** * Sets the value of the arbeidsgiverOrgnr property. * * @param value * allowed object is * {@link String } * */ public void setArbeidsgiverOrgnr(String value) { this.arbeidsgiverOrgnr = value; } public Tiltaksgjennomfoering withTiltaksgjennomfoeringId(String value) { setTiltaksgjennomfoeringId(value); return this; } public Tiltaksgjennomfoering withAvtaleId(String value) { setAvtaleId(value); return this; } public Tiltaksgjennomfoering withTiltaksgjennomfoeringNavn(String value) { setTiltaksgjennomfoeringNavn(value); return this; } public Tiltaksgjennomfoering withStatus(Statuser value) { setStatus(value); return this; } public Tiltaksgjennomfoering withPeriode(Periode value) { setPeriode(value); return this; } public Tiltaksgjennomfoering withKursbeskrivelse(String value) { setKursbeskrivelse(value); return this; } public Tiltaksgjennomfoering withAntallDeltakere(Double value) { setAntallDeltakere(value); return this; } public Tiltaksgjennomfoering withDeltidIProsent(double value) { setDeltidIProsent(value); return this; } public Tiltaksgjennomfoering withKonteringssted(String value) { setKonteringssted(value); return this; } public Tiltaksgjennomfoering withTiltakssakId(String value) { setTiltakssakId(value); return this; } public Tiltaksgjennomfoering withAnsvarligId(String value) { setAnsvarligId(value); return this; } public Tiltaksgjennomfoering withAnsvarligEnhetId(String value) { setAnsvarligEnhetId(value); return this; } public Tiltaksgjennomfoering withTiltaksgruppeBeskrivelse(String value) { setTiltaksgruppeBeskrivelse(value); return this; } public Tiltaksgjennomfoering withArbeidsgiverOrgnr(String value) { setArbeidsgiverOrgnr(value); return this; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy