Class ObjectFactory
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoderfirmware.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.bidib.jbidibc.decoder.schema.decoderfirmware package. <p>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
Constructors Constructor 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
-
Method Summary
-
-
-
Method Detail
-
createDecoderFirmwareDefinition
public DecoderFirmwareDefinition createDecoderFirmwareDefinition()
Create an instance ofDecoderFirmwareDefinition
-
createFirmwareType
public FirmwareType createFirmwareType()
Create an instance ofFirmwareType
-
createPresetCVType
public PresetCVType createPresetCVType()
Create an instance ofPresetCVType
-
createCategoryType
public CategoryType createCategoryType()
Create an instance ofCategoryType
-
createPresetGroupIdReferenceType
public PresetGroupIdReferenceType createPresetGroupIdReferenceType()
Create an instance ofPresetGroupIdReferenceType
-
createIdReferenceType
public IdReferenceType createIdReferenceType()
Create an instance ofIdReferenceType
-
createDecodersType
public DecodersType createDecodersType()
Create an instance ofDecodersType
-
createDecoderType
public DecoderType createDecoderType()
Create an instance ofDecoderType
-
createManualsType
public ManualsType createManualsType()
Create an instance ofManualsType
-
createManualType
public ManualType createManualType()
Create an instance ofManualType
-
createProtocolsType
public ProtocolsType createProtocolsType()
Create an instance ofProtocolsType
-
createFirmwareProtocolType
public FirmwareProtocolType createFirmwareProtocolType()
Create an instance ofFirmwareProtocolType
-
createCvChangelogType
public CvChangelogType createCvChangelogType()
Create an instance ofCvChangelogType
-
createDecoderDetectionType
public DecoderDetectionType createDecoderDetectionType()
Create an instance ofDecoderDetectionType
-
createResetsType
public ResetsType createResetsType()
Create an instance ofResetsType
-
createPresetsType
public PresetsType createPresetsType()
Create an instance ofPresetsType
-
createPresetGroupType
public PresetGroupType createPresetGroupType()
Create an instance ofPresetGroupType
-
createPresetType
public PresetType createPresetType()
Create an instance ofPresetType
-
createCVStructureType
public CVStructureType createCVStructureType()
Create an instance ofCVStructureType
-
createCv
public javax.xml.bind.JAXBElement<PresetCVType> createCv(PresetCVType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PresetCVType>
-
createCategory
public javax.xml.bind.JAXBElement<CategoryType> createCategory(CategoryType value)
- 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
public javax.xml.bind.JAXBElement<IdReferenceType> createIdReference(IdReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IdReferenceType>
-
-