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.commontypes
|
public ObjectFactory()
public DescriptionType createDescriptionType()
DescriptionTypepublic ValueCalculationType createValueCalculationType()
ValueCalculationTypepublic SpecialValueType createSpecialValueType()
SpecialValueTypepublic ConditionsType createConditionsType()
ConditionsTypepublic TriggerType createTriggerType()
TriggerTypepublic ConditionType createConditionType()
ConditionTypepublic BitSelectionType createBitSelectionType()
BitSelectionTypepublic PartialType createPartialType()
PartialTypepublic OptionType createOptionType()
OptionTypepublic CVGroupType createCVGroupType()
CVGroupTypepublic ImagesType createImagesType()
ImagesTypepublic DetectionType createDetectionType()
DetectionTypepublic VersionType createVersionType()
VersionTypepublic ProtocolType createProtocolType()
ProtocolTypepublic JAXBElement<DescriptionType> createDescription(DescriptionType value)
value - Java instance representing xml element's value.JAXBElement<DescriptionType>public JAXBElement<CVType> createCv(CVType value)
value - Java instance representing xml element's value.JAXBElement<CVType>public JAXBElement<ValueCalculationType> createValueCalculation(ValueCalculationType value)
value - Java instance representing xml element's value.JAXBElement<ValueCalculationType>public JAXBElement<ItemType> createItem(ItemType value)
value - Java instance representing xml element's value.JAXBElement<ItemType>public JAXBElement<SpecialValueType> createSpecialValue(SpecialValueType value)
value - Java instance representing xml element's value.JAXBElement<SpecialValueType>public JAXBElement<ConditionsType> createConditions(ConditionsType value)
value - Java instance representing xml element's value.JAXBElement<ConditionsType>public JAXBElement<TriggerType> createTrigger(TriggerType value)
value - Java instance representing xml element's value.JAXBElement<TriggerType>public JAXBElement<ConditionType> createCondition(ConditionType value)
value - Java instance representing xml element's value.JAXBElement<ConditionType>public JAXBElement<BitType> createBit(BitType value)
value - Java instance representing xml element's value.JAXBElement<BitType>public JAXBElement<BitSelectionType> createBitSelection(BitSelectionType value)
value - Java instance representing xml element's value.JAXBElement<BitSelectionType>public JAXBElement<PartialType> createPartial(PartialType value)
value - Java instance representing xml element's value.JAXBElement<PartialType>public JAXBElement<GroupType> createGroup(GroupType value)
value - Java instance representing xml element's value.JAXBElement<GroupType>public JAXBElement<OptionType> createOption(OptionType value)
value - Java instance representing xml element's value.JAXBElement<OptionType>public JAXBElement<CVGroupType> createCvGroup(CVGroupType value)
value - Java instance representing xml element's value.JAXBElement<CVGroupType>public JAXBElement<ImagesType> createImages(ImagesType value)
value - Java instance representing xml element's value.JAXBElement<ImagesType>public JAXBElement<ImageType> createImage(ImageType value)
value - Java instance representing xml element's value.JAXBElement<ImageType>Copyright © 2021. All rights reserved.