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.decoderfirmware
|
public ObjectFactory()
public DecoderFirmwareDefinition createDecoderFirmwareDefinition()
DecoderFirmwareDefinitionpublic FirmwareType createFirmwareType()
FirmwareTypepublic PresetCVType createPresetCVType()
PresetCVTypepublic CategoryType createCategoryType()
CategoryTypepublic PresetGroupIdReferenceType createPresetGroupIdReferenceType()
PresetGroupIdReferenceTypepublic IdReferenceType createIdReferenceType()
IdReferenceTypepublic DecodersType createDecodersType()
DecodersTypepublic DecoderType createDecoderType()
DecoderTypepublic ManualsType createManualsType()
ManualsTypepublic ManualType createManualType()
ManualTypepublic ProtocolsType createProtocolsType()
ProtocolsTypepublic FirmwareProtocolType createFirmwareProtocolType()
FirmwareProtocolTypepublic CvChangelogType createCvChangelogType()
CvChangelogTypepublic DecoderDetectionType createDecoderDetectionType()
DecoderDetectionTypepublic ResetsType createResetsType()
ResetsTypepublic PresetsType createPresetsType()
PresetsTypepublic PresetGroupType createPresetGroupType()
PresetGroupTypepublic PresetType createPresetType()
PresetTypepublic CVStructureType createCVStructureType()
CVStructureTypepublic JAXBElement<PresetCVType> createCv(PresetCVType value)
value - Java instance representing xml element's value.JAXBElement<PresetCVType>public JAXBElement<CategoryType> createCategory(CategoryType value)
value - Java instance representing xml element's value.JAXBElement<CategoryType>public JAXBElement<PresetGroupIdReferenceType> createPresetGroupIdReference(PresetGroupIdReferenceType value)
value - Java instance representing xml element's value.JAXBElement<PresetGroupIdReferenceType>public JAXBElement<IdReferenceType> createIdReference(IdReferenceType value)
value - Java instance representing xml element's value.JAXBElement<IdReferenceType>Copyright © 2021. All rights reserved.