public abstract class PeriodeYtelse extends Grunnlag
Java class for PeriodeYtelse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PeriodeYtelse">
<complexContent>
<extension base="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}Grunnlag">
<sequence>
<element name="arbeidskategori" type="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}Arbeidskategori" minOccurs="0"/>
<element name="arbeidsforholdListe" type="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}Arbeidsforhold" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Arbeidsforhold> |
arbeidsforholdListe |
protected Arbeidskategori |
arbeidskategori |
behandlingstema, identdato, periode, vedtakListe| Constructor and Description |
|---|
PeriodeYtelse() |
| Modifier and Type | Method and Description |
|---|---|
List<Arbeidsforhold> |
getArbeidsforholdListe()
Gets the value of the arbeidsforholdListe property.
|
Arbeidskategori |
getArbeidskategori()
Gets the value of the arbeidskategori property.
|
void |
setArbeidskategori(Arbeidskategori value)
Sets the value of the arbeidskategori property.
|
getBehandlingstema, getIdentdato, getPeriode, getVedtakListe, setBehandlingstema, setIdentdato, setPeriodeprotected Arbeidskategori arbeidskategori
protected List<Arbeidsforhold> arbeidsforholdListe
public Arbeidskategori getArbeidskategori()
Arbeidskategoripublic void setArbeidskategori(Arbeidskategori value)
value - allowed object is
Arbeidskategoripublic List<Arbeidsforhold> getArbeidsforholdListe()
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 arbeidsforholdListe property.
For example, to add a new item, do as follows:
getArbeidsforholdListe().add(newItem);
Objects of the following type(s) are allowed in the list
Arbeidsforhold
Copyright © 2019. All rights reserved.