Class ObjectFactory
- java.lang.Object
-
- nl.kadaster.schemas.gds2.afgifte_bestandenlijstgbresultaat.afgifte.v20120901.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_bestandenlijstgbresultaat.afgifte.v20120901 package. <p>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_bestandenlijstgbresultaat.afgifte.v20120901
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<AfgifteGBType>createAfgifteGB(AfgifteGBType value)AfgifteGBTypecreateAfgifteGBType()Create an instance ofAfgifteGBTypejavax.xml.bind.JAXBElement<BestandenLijstGBType>createBestandenLijstGB(BestandenLijstGBType value)BestandenLijstGBTypecreateBestandenLijstGBType()Create an instance ofBestandenLijstGBType
-
-
-
Method Detail
-
createAfgifteGBType
public AfgifteGBType createAfgifteGBType()
Create an instance ofAfgifteGBType
-
createBestandenLijstGBType
public BestandenLijstGBType createBestandenLijstGBType()
Create an instance ofBestandenLijstGBType
-
createAfgifteGB
public javax.xml.bind.JAXBElement<AfgifteGBType> createAfgifteGB(AfgifteGBType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AfgifteGBType>
-
createBestandenLijstGB
public javax.xml.bind.JAXBElement<BestandenLijstGBType> createBestandenLijstGB(BestandenLijstGBType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BestandenLijstGBType>
-
-