public abstract class Grunnlag extends Object
Java class for Grunnlag complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Grunnlag">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="behandlingstema" type="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}Behandlingstema"/>
<element name="identdato" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="periode" type="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}Periode"/>
<element name="vedtakListe" type="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}Vedtak" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Behandlingstema |
behandlingstema |
protected XMLGregorianCalendar |
identdato |
protected Periode |
periode |
protected List<Vedtak> |
vedtakListe |
| Constructor and Description |
|---|
Grunnlag() |
| Modifier and Type | Method and Description |
|---|---|
Behandlingstema |
getBehandlingstema()
Gets the value of the behandlingstema property.
|
XMLGregorianCalendar |
getIdentdato()
Gets the value of the identdato property.
|
Periode |
getPeriode()
Gets the value of the periode property.
|
List<Vedtak> |
getVedtakListe()
Gets the value of the vedtakListe property.
|
void |
setBehandlingstema(Behandlingstema value)
Sets the value of the behandlingstema property.
|
void |
setIdentdato(XMLGregorianCalendar value)
Sets the value of the identdato property.
|
void |
setPeriode(Periode value)
Sets the value of the periode property.
|
protected Behandlingstema behandlingstema
protected XMLGregorianCalendar identdato
protected Periode periode
public Behandlingstema getBehandlingstema()
Behandlingstemapublic void setBehandlingstema(Behandlingstema value)
value - allowed object is
Behandlingstemapublic XMLGregorianCalendar getIdentdato()
XMLGregorianCalendarpublic void setIdentdato(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Periode getPeriode()
Periodepublic void setPeriode(Periode value)
value - allowed object is
Periodepublic List<Vedtak> getVedtakListe()
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 vedtakListe property.
For example, to add a new item, do as follows:
getVedtakListe().add(newItem);
Objects of the following type(s) are allowed in the list
Vedtak
Copyright © 2019. All rights reserved.