public class ObjectFactory extends Object
| 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.bestand.v20130701
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
createAttachment()
Create an instance of
Attachment |
JAXBElement<Attachment> |
createAttachment(Attachment value)
|
Bestand |
createBestand()
Create an instance of
Bestand |
JAXBElement<Bestand> |
createBestand(Bestand value)
|
public ObjectFactory()
public Attachment createAttachment()
Attachmentpublic JAXBElement<Bestand> createBestand(Bestand value)
value - Java instance representing xml element's value.JAXBElement<Bestand>public JAXBElement<Attachment> createAttachment(Attachment value)
value - Java instance representing xml element's value.JAXBElement<Attachment>Copyright © 2020 B3Partners B.V.. All rights reserved.