public class Vedtak extends Object
Java class for Vedtak complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Vedtak">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="anvistPeriode" type="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}Periode"/>
<element name="utbetalingsgrad" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Periode |
anvistPeriode |
protected Integer |
utbetalingsgrad |
| Constructor and Description |
|---|
Vedtak() |
| Modifier and Type | Method and Description |
|---|---|
Periode |
getAnvistPeriode()
Gets the value of the anvistPeriode property.
|
Integer |
getUtbetalingsgrad()
Gets the value of the utbetalingsgrad property.
|
void |
setAnvistPeriode(Periode value)
Sets the value of the anvistPeriode property.
|
void |
setUtbetalingsgrad(Integer value)
Sets the value of the utbetalingsgrad property.
|
protected Periode anvistPeriode
protected Integer utbetalingsgrad
public Periode getAnvistPeriode()
Periodepublic void setAnvistPeriode(Periode value)
value - allowed object is
Periodepublic Integer getUtbetalingsgrad()
IntegerCopyright © 2019. All rights reserved.