Class ObjectFactory
java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderfirmware.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.bidib.jbidibc.decoder.schema.decoderfirmware package.
An ObjectFactory allows you to programmatically 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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.bidib.jbidibc.decoder.schema.decoderfirmware -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CategoryType> createCategory(CategoryType value) Create an instance ofCategoryTypejakarta.xml.bind.JAXBElement<PresetCVType> createCv(PresetCVType value) Create an instance ofCvChangelogTypeCreate an instance ofCVStructureTypeCreate an instance ofCVsTypeCreate an instance ofDecoderDetectionTypeCreate an instance ofDecoderFirmwareDefinitionCreate an instance ofDecodersTypeCreate an instance ofDecoderTypeCreate an instance ofFirmwareProtocolTypeCreate an instance ofFirmwareTypejakarta.xml.bind.JAXBElement<IdReferenceType> createIdReference(IdReferenceType value) Create an instance ofIdReferenceTypeCreate an instance ofManualsTypeCreate an instance ofManualTypeCreate an instance ofPresetCVTypejakarta.xml.bind.JAXBElement<PresetGroupIdReferenceType> Create an instance ofPresetGroupIdReferenceTypeCreate an instance ofPresetGroupTypeCreate an instance ofPresetsTypeCreate an instance ofPresetTypeCreate an instance ofProtocolsTypeCreate an instance ofResetsTypeCreate an instance ofResetType
-
Constructor Details
-
ObjectFactory
public 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
-
-
Method Details
-
createDecoderFirmwareDefinition
Create an instance ofDecoderFirmwareDefinition- Returns:
- the new instance of
DecoderFirmwareDefinition
-
createFirmwareType
Create an instance ofFirmwareType- Returns:
- the new instance of
FirmwareType
-
createPresetCVType
Create an instance ofPresetCVType- Returns:
- the new instance of
PresetCVType
-
createCategoryType
Create an instance ofCategoryType- Returns:
- the new instance of
CategoryType
-
createPresetGroupIdReferenceType
Create an instance ofPresetGroupIdReferenceType- Returns:
- the new instance of
PresetGroupIdReferenceType
-
createIdReferenceType
Create an instance ofIdReferenceType- Returns:
- the new instance of
IdReferenceType
-
createDecodersType
Create an instance ofDecodersType- Returns:
- the new instance of
DecodersType
-
createDecoderType
Create an instance ofDecoderType- Returns:
- the new instance of
DecoderType
-
createManualsType
Create an instance ofManualsType- Returns:
- the new instance of
ManualsType
-
createManualType
Create an instance ofManualType- Returns:
- the new instance of
ManualType
-
createProtocolsType
Create an instance ofProtocolsType- Returns:
- the new instance of
ProtocolsType
-
createFirmwareProtocolType
Create an instance ofFirmwareProtocolType- Returns:
- the new instance of
FirmwareProtocolType
-
createCvChangelogType
Create an instance ofCvChangelogType- Returns:
- the new instance of
CvChangelogType
-
createDecoderDetectionType
Create an instance ofDecoderDetectionType- Returns:
- the new instance of
DecoderDetectionType
-
createResetsType
Create an instance ofResetsType- Returns:
- the new instance of
ResetsType
-
createResetType
Create an instance ofResetType- Returns:
- the new instance of
ResetType
-
createPresetsType
Create an instance ofPresetsType- Returns:
- the new instance of
PresetsType
-
createPresetGroupType
Create an instance ofPresetGroupType- Returns:
- the new instance of
PresetGroupType
-
createPresetType
Create an instance ofPresetType- Returns:
- the new instance of
PresetType
-
createCVsType
Create an instance ofCVsType- Returns:
- the new instance of
CVsType
-
createCVStructureType
Create an instance ofCVStructureType- Returns:
- the new instance of
CVStructureType
-
createCv
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PresetCVType>
-
createCategory
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CategoryType>
-
createPresetGroupIdReference
public jakarta.xml.bind.JAXBElement<PresetGroupIdReferenceType> createPresetGroupIdReference(PresetGroupIdReferenceType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PresetGroupIdReferenceType>
-
createIdReference
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IdReferenceType>
-