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 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 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 TypeMethodDescriptionjavax.xml.bind.JAXBElement<CategoryType> createCategory(CategoryType value) Create an instance ofCategoryTypejavax.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 ofFirmwareTypejavax.xml.bind.JAXBElement<IdReferenceType> createIdReference(IdReferenceType value) Create an instance ofIdReferenceTypeCreate an instance ofManualsTypeCreate an instance ofManualTypeCreate an instance ofPresetCVTypejavax.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 -
createFirmwareType
Create an instance ofFirmwareType -
createPresetCVType
Create an instance ofPresetCVType -
createCategoryType
Create an instance ofCategoryType -
createPresetGroupIdReferenceType
Create an instance ofPresetGroupIdReferenceType -
createIdReferenceType
Create an instance ofIdReferenceType -
createDecodersType
Create an instance ofDecodersType -
createDecoderType
Create an instance ofDecoderType -
createManualsType
Create an instance ofManualsType -
createManualType
Create an instance ofManualType -
createProtocolsType
Create an instance ofProtocolsType -
createFirmwareProtocolType
Create an instance ofFirmwareProtocolType -
createCvChangelogType
Create an instance ofCvChangelogType -
createDecoderDetectionType
Create an instance ofDecoderDetectionType -
createResetsType
Create an instance ofResetsType -
createResetType
Create an instance ofResetType -
createPresetsType
Create an instance ofPresetsType -
createPresetGroupType
Create an instance ofPresetGroupType -
createPresetType
Create an instance ofPresetType -
createCVsType
Create an instance ofCVsType -
createCVStructureType
Create an instance ofCVStructureType -
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 javax.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>
-