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: de.particity.schemagen.impexpv100
|
| Modifier and Type | Method and Description |
|---|---|
AddressType |
createAddressType()
Create an instance of
AddressType |
CategoryEntryType |
createCategoryEntryType()
Create an instance of
CategoryEntryType |
CategoryType |
createCategoryType()
Create an instance of
CategoryType |
ConfigurationType |
createConfigurationType()
Create an instance of
ConfigurationType |
ContactType |
createContactType()
Create an instance of
ContactType |
ImportExportRoot |
createImportExportRoot()
Create an instance of
ImportExportRoot |
OfferType |
createOfferType()
Create an instance of
OfferType |
OrganisationType |
createOrganisationType()
Create an instance of
OrganisationType |
SubscriptionType |
createSubscriptionType()
Create an instance of
SubscriptionType |
public ObjectFactory()
public ImportExportRoot createImportExportRoot()
ImportExportRootpublic OrganisationType createOrganisationType()
OrganisationTypepublic SubscriptionType createSubscriptionType()
SubscriptionTypepublic CategoryType createCategoryType()
CategoryTypepublic CategoryEntryType createCategoryEntryType()
CategoryEntryTypepublic ConfigurationType createConfigurationType()
ConfigurationTypepublic AddressType createAddressType()
AddressTypepublic ContactType createContactType()
ContactTypeCopyright © 2016 Fraunhofer FOKUS. All rights reserved.