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.firmware
|
public ObjectFactory()
public CvChangelogType createCvChangelogType()
CvChangelogTypepublic CVStructureType createCVStructureType()
CVStructureTypepublic ManualType createManualType()
ManualTypepublic ResetsType createResetsType()
ResetsTypepublic DecoderDetectionType createDecoderDetectionType()
DecoderDetectionTypepublic DetectionType createDetectionType()
DetectionTypepublic FirmwareType createFirmwareType()
FirmwareTypepublic ProductType createProductType()
ProductTypepublic CVReferenceType createCVReferenceType()
CVReferenceTypepublic CategoryType createCategoryType()
CategoryTypepublic ProtocolsType createProtocolsType()
ProtocolsTypepublic FirmwareProtocolType createFirmwareProtocolType()
FirmwareProtocolTypepublic FirmwareDefinition createFirmwareDefinition()
FirmwareDefinitionpublic CVReferenceRepeaterType createCVReferenceRepeaterType()
CVReferenceRepeaterTypepublic CVGroupReferenceType createCVGroupReferenceType()
CVGroupReferenceTypepublic ProductsType createProductsType()
ProductsTypepublic ManualsType createManualsType()
ManualsTypepublic JAXBElement<CVGroupReferenceType> createCvGroupReference(CVGroupReferenceType value)
public JAXBElement<CategoryType> createCategory(CategoryType value)
public JAXBElement<CVReferenceRepeaterType> createCvReferenceRepeater(CVReferenceRepeaterType value)
public JAXBElement<CVReferenceType> createCvReference(CVReferenceType value)
Copyright © 2016. All rights reserved.