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 CategoryType createCategoryType()
CategoryTypepublic CVReferenceType createCVReferenceType()
CVReferenceTypepublic CVGroupReferenceType createCVGroupReferenceType()
CVGroupReferenceTypepublic CVReferenceRepeaterType createCVReferenceRepeaterType()
CVReferenceRepeaterTypepublic DecodersType createDecodersType()
DecodersTypepublic DecoderType createDecoderType()
DecoderTypepublic ManualsType createManualsType()
ManualsTypepublic ManualType createManualType()
ManualTypepublic ProtocolsType createProtocolsType()
ProtocolsTypepublic FirmwareProtocolType createFirmwareProtocolType()
FirmwareProtocolTypepublic CvChangelogType createCvChangelogType()
CvChangelogTypepublic DecoderDetectionType createDecoderDetectionType()
DecoderDetectionTypepublic DetectionType createDetectionType()
DetectionTypepublic ResetsType createResetsType()
ResetsTypepublic CVStructureType createCVStructureType()
CVStructureTypepublic JAXBElement<CategoryType> createCategory(CategoryType value)
value - Java instance representing xml element's value.JAXBElement<CategoryType>public JAXBElement<CVReferenceType> createCvReference(CVReferenceType value)
value - Java instance representing xml element's value.JAXBElement<CVReferenceType>public JAXBElement<CVGroupReferenceType> createCvGroupReference(CVGroupReferenceType value)
value - Java instance representing xml element's value.JAXBElement<CVGroupReferenceType>public JAXBElement<CVReferenceRepeaterType> createCvReferenceRepeater(CVReferenceRepeaterType value)
value - Java instance representing xml element's value.JAXBElement<CVReferenceRepeaterType>Copyright © 2018. All rights reserved.