public class ObjectFactory
extends java.lang.Object
An ObjectFactory allows you to programmatically 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.
| Type | Property and Description |
|---|---|
Property |
create
Create an instance of
Property |
| Constructor and Description |
|---|
ObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
AbstractPojos |
createAbstractPojos()
Create an instance of
AbstractPojos |
Bean |
createBean()
Create an instance of
Bean |
javax.xml.bind.JAXBElement<AbstractPojos> |
createBeans(AbstractPojos value)
|
Enum |
createEnum()
Create an instance of
Enum |
Property |
createProperty()
Create an instance of
Property |
public AbstractPojos createAbstractPojos()
AbstractPojospublic javax.xml.bind.JAXBElement<AbstractPojos> createBeans(AbstractPojos value)
Copyright © 2018 SAP SE. All Rights Reserved.