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: nl.kadaster.schemas.gds2.afgifte_bestandophalenresultaat.afgifte.v20130701
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AfgifteType> |
createAfgifte(AfgifteType value)
|
JAXBElement<AfgifteBestandType> |
createAfgifteBestand(AfgifteBestandType value)
|
AfgifteBestandType |
createAfgifteBestandType()
Create an instance of
AfgifteBestandType |
AfgifteType |
createAfgifteType()
Create an instance of
AfgifteType |
public ObjectFactory()
public AfgifteType createAfgifteType()
AfgifteTypepublic AfgifteBestandType createAfgifteBestandType()
AfgifteBestandTypepublic JAXBElement<AfgifteType> createAfgifte(AfgifteType value)
value - Java instance representing xml element's value.JAXBElement<AfgifteType>public JAXBElement<AfgifteBestandType> createAfgifteBestand(AfgifteBestandType value)
value - Java instance representing xml element's value.JAXBElement<AfgifteBestandType>Copyright © 2019 B3Partners B.V.. All rights reserved.