public class FinnGrunnlagListeRequest extends Object
Java class for FinnGrunnlagListeRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinnGrunnlagListeRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="personident" type="{http://nav.no/tjeneste/virksomhet/infotrygdBeregningsgrunnlag/v1/informasjon}Identifikator"/>
<element name="fom" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="tom" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
fom |
protected String |
personident |
protected XMLGregorianCalendar |
tom |
| Constructor and Description |
|---|
FinnGrunnlagListeRequest() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getFom()
Gets the value of the fom property.
|
String |
getPersonident()
Gets the value of the personident property.
|
XMLGregorianCalendar |
getTom()
Gets the value of the tom property.
|
void |
setFom(XMLGregorianCalendar value)
Sets the value of the fom property.
|
void |
setPersonident(String value)
Sets the value of the personident property.
|
void |
setTom(XMLGregorianCalendar value)
Sets the value of the tom property.
|
protected String personident
protected XMLGregorianCalendar fom
protected XMLGregorianCalendar tom
public String getPersonident()
Stringpublic void setPersonident(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getFom()
XMLGregorianCalendarpublic void setFom(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getTom()
XMLGregorianCalendarpublic void setTom(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2019. All rights reserved.