Class ObjectFactory
java.lang.Object
no.difi.begrep.sdp.utvidelser.bevis.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the no.difi.begrep.sdp.utvidelser.bevis package.
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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: no.difi.begrep.sdp.utvidelser.bevis -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofSDPAarligRepeterendePeriodeCreate an instance ofSDPAdresseCreate an instance ofSDPAttributtCreate an instance ofSDPAttributtnavnCreate an instance ofSDPAttributtverdiCreate an instance ofSDPBevisCreate an instance ofSDPBevisIdNavnCreate an instance ofSDPBrukerCreate an instance ofSDPGyldighetsperiodeCreate an instance ofSDPInfoCreate an instance ofSDPInfonavnCreate an instance ofSDPInfoverdiCreate an instance ofSDPMaanedstidspunktCreate an instance ofSDPPeriodeCreate an instance ofSDPTittelCreate an instance ofSDPUtstederVisningsnavn
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: no.difi.begrep.sdp.utvidelser.bevis
-
-
Method Details
-
createSDPBevis
Create an instance ofSDPBevis -
createSDPGyldighetsperiode
Create an instance ofSDPGyldighetsperiode -
createSDPBruker
Create an instance ofSDPBruker -
createSDPTittel
Create an instance ofSDPTittel -
createSDPAttributt
Create an instance ofSDPAttributt -
createSDPInfo
Create an instance ofSDPInfo -
createSDPPeriode
Create an instance ofSDPPeriode -
createSDPAarligRepeterendePeriode
Create an instance ofSDPAarligRepeterendePeriode -
createSDPMaanedstidspunkt
Create an instance ofSDPMaanedstidspunkt -
createSDPAdresse
Create an instance ofSDPAdresse -
createSDPAttributtverdi
Create an instance ofSDPAttributtverdi -
createSDPInfoverdi
Create an instance ofSDPInfoverdi
-