public class Arbeidsforhold extends Object
Java class for Arbeidsforhold complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Arbeidsforhold">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="inntektForPerioden" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="inntektsPeriode" type="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}Inntektsperiode" minOccurs="0"/>
<element name="orgnr" type="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}Identifikator" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
inntektForPerioden |
protected Inntektsperiode |
inntektsPeriode |
protected String |
orgnr |
| Constructor and Description |
|---|
Arbeidsforhold() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getInntektForPerioden()
Gets the value of the inntektForPerioden property.
|
Inntektsperiode |
getInntektsPeriode()
Gets the value of the inntektsPeriode property.
|
String |
getOrgnr()
Gets the value of the orgnr property.
|
void |
setInntektForPerioden(BigDecimal value)
Sets the value of the inntektForPerioden property.
|
void |
setInntektsPeriode(Inntektsperiode value)
Sets the value of the inntektsPeriode property.
|
void |
setOrgnr(String value)
Sets the value of the orgnr property.
|
protected BigDecimal inntektForPerioden
protected Inntektsperiode inntektsPeriode
protected String orgnr
public BigDecimal getInntektForPerioden()
BigDecimalpublic void setInntektForPerioden(BigDecimal value)
value - allowed object is
BigDecimalpublic Inntektsperiode getInntektsPeriode()
Inntektsperiodepublic void setInntektsPeriode(Inntektsperiode value)
value - allowed object is
Inntektsperiodepublic String getOrgnr()
StringCopyright © 2019. All rights reserved.