Class ObjectFactory
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandenlijstresultaat.afgifte.v20170401.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the nl.kadaster.schemas.gds2.afgifte_bestandenlijstresultaat.afgifte.v20170401 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
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: nl.kadaster.schemas.gds2.afgifte_bestandenlijstresultaat.afgifte.v20170401
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<AfgifteType>
createAfgifte(AfgifteType value)
AfgifteType
createAfgifteType()
Create an instance ofAfgifteType
javax.xml.bind.JAXBElement<BestandenLijstType>
createBestandenLijst(BestandenLijstType value)
BestandenLijstType
createBestandenLijstType()
Create an instance ofBestandenLijstType
-
-
-
Method Detail
-
createAfgifteType
public AfgifteType createAfgifteType()
Create an instance ofAfgifteType
-
createBestandenLijstType
public BestandenLijstType createBestandenLijstType()
Create an instance ofBestandenLijstType
-
createAfgifte
public javax.xml.bind.JAXBElement<AfgifteType> createAfgifte(AfgifteType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AfgifteType
>
-
createBestandenLijst
public javax.xml.bind.JAXBElement<BestandenLijstType> createBestandenLijst(BestandenLijstType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
BestandenLijstType
>
-
-