public class FinnGrunnlagListeResponse extends Object
Java class for FinnGrunnlagListeResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinnGrunnlagListeResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sykepengerListe" type="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}Sykepenger" maxOccurs="unbounded" minOccurs="0"/>
<element name="foreldrepengerListe" type="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}Foreldrepenger" maxOccurs="unbounded" minOccurs="0"/>
<element name="paaroerendeSykdomListe" type="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}PaaroerendeSykdom" maxOccurs="unbounded" minOccurs="0"/>
<element name="engangstoenadListe" type="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}Engangsstoenad" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Engangsstoenad> |
engangstoenadListe |
protected List<Foreldrepenger> |
foreldrepengerListe |
protected List<PaaroerendeSykdom> |
paaroerendeSykdomListe |
protected List<Sykepenger> |
sykepengerListe |
| Constructor and Description |
|---|
FinnGrunnlagListeResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<Engangsstoenad> |
getEngangstoenadListe()
Gets the value of the engangstoenadListe property.
|
List<Foreldrepenger> |
getForeldrepengerListe()
Gets the value of the foreldrepengerListe property.
|
List<PaaroerendeSykdom> |
getPaaroerendeSykdomListe()
Gets the value of the paaroerendeSykdomListe property.
|
List<Sykepenger> |
getSykepengerListe()
Gets the value of the sykepengerListe property.
|
protected List<Sykepenger> sykepengerListe
protected List<Foreldrepenger> foreldrepengerListe
protected List<PaaroerendeSykdom> paaroerendeSykdomListe
protected List<Engangsstoenad> engangstoenadListe
public List<Sykepenger> getSykepengerListe()
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 sykepengerListe property.
For example, to add a new item, do as follows:
getSykepengerListe().add(newItem);
Objects of the following type(s) are allowed in the list
Sykepenger
public List<Foreldrepenger> getForeldrepengerListe()
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 foreldrepengerListe property.
For example, to add a new item, do as follows:
getForeldrepengerListe().add(newItem);
Objects of the following type(s) are allowed in the list
Foreldrepenger
public List<PaaroerendeSykdom> getPaaroerendeSykdomListe()
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 paaroerendeSykdomListe property.
For example, to add a new item, do as follows:
getPaaroerendeSykdomListe().add(newItem);
Objects of the following type(s) are allowed in the list
PaaroerendeSykdom
public List<Engangsstoenad> getEngangstoenadListe()
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 engangstoenadListe property.
For example, to add a new item, do as follows:
getEngangstoenadListe().add(newItem);
Objects of the following type(s) are allowed in the list
Engangsstoenad
Copyright © 2019. All rights reserved.