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()
ImportExportRoot
public OrganisationType createOrganisationType()
OrganisationType
public SubscriptionType createSubscriptionType()
SubscriptionType
public CategoryType createCategoryType()
CategoryType
public CategoryEntryType createCategoryEntryType()
CategoryEntryType
public ConfigurationType createConfigurationType()
ConfigurationType
public AddressType createAddressType()
AddressType
public ContactType createContactType()
ContactType
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.