public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: no.nav.tjeneste.virksomhet.infotrygdberegningsgrunnlag.v1
|
| Modifier and Type | Method and Description |
|---|---|
FinnGrunnlagListe |
createFinnGrunnlagListe()
Create an instance of
FinnGrunnlagListe |
JAXBElement<PersonIkkeFunnet> |
createFinnGrunnlagListepersonIkkeFunnet(PersonIkkeFunnet value)
|
FinnGrunnlagListeResponse |
createFinnGrunnlagListeResponse()
Create an instance of
FinnGrunnlagListeResponse |
JAXBElement<Sikkerhetsbegrensning> |
createFinnGrunnlagListesikkerhetsbegrensning(Sikkerhetsbegrensning value)
|
JAXBElement<UgyldigInput> |
createFinnGrunnlagListeugyldigInput(UgyldigInput value)
|
Ping |
createPing()
Create an instance of
Ping |
PingResponse |
createPingResponse()
Create an instance of
PingResponse |
public ObjectFactory()
public FinnGrunnlagListe createFinnGrunnlagListe()
FinnGrunnlagListepublic FinnGrunnlagListeResponse createFinnGrunnlagListeResponse()
FinnGrunnlagListeResponsepublic PingResponse createPingResponse()
PingResponsepublic JAXBElement<Sikkerhetsbegrensning> createFinnGrunnlagListesikkerhetsbegrensning(Sikkerhetsbegrensning value)
public JAXBElement<PersonIkkeFunnet> createFinnGrunnlagListepersonIkkeFunnet(PersonIkkeFunnet value)
public JAXBElement<UgyldigInput> createFinnGrunnlagListeugyldigInput(UgyldigInput value)
Copyright © 2019. All rights reserved.