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: org.bidib.jbidibc.decoder.schema.product
|
| Modifier and Type | Method and Description |
|---|---|
CategoriesType |
createCategoriesType()
Create an instance of
CategoriesType |
ConnectorsType |
createConnectorsType()
Create an instance of
ConnectorsType |
DescriptionType |
createDescriptionType()
Create an instance of
DescriptionType |
DimensionsType |
createDimensionsType()
Create an instance of
DimensionsType |
ElectricalType |
createElectricalType()
Create an instance of
ElectricalType |
FunctionsOutputsType |
createFunctionsOutputsType()
Create an instance of
FunctionsOutputsType |
ImagesType |
createImagesType()
Create an instance of
ImagesType |
ImageType |
createImageType()
Create an instance of
ImageType |
ProductDefinition |
createProductDefinition()
Create an instance of
ProductDefinition |
ProductType |
createProductType()
Create an instance of
ProductType |
SpecificationsType |
createSpecificationsType()
Create an instance of
SpecificationsType |
public ObjectFactory()
public SpecificationsType createSpecificationsType()
SpecificationsTypepublic ImagesType createImagesType()
ImagesTypepublic ConnectorsType createConnectorsType()
ConnectorsTypepublic ElectricalType createElectricalType()
ElectricalTypepublic ProductType createProductType()
ProductTypepublic DimensionsType createDimensionsType()
DimensionsTypepublic CategoriesType createCategoriesType()
CategoriesTypepublic ProductDefinition createProductDefinition()
ProductDefinitionpublic DescriptionType createDescriptionType()
DescriptionTypepublic FunctionsOutputsType createFunctionsOutputsType()
FunctionsOutputsTypeCopyright © 2016. All rights reserved.