Class ObjectFactory
java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.bidib.jbidibc.decoder.schema.commontypes 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.commontypes -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<BitType> jakarta.xml.bind.JAXBElement<BitSelectionType> Create an instance ofBitSelectionTypeCreate an instance ofBitTypejakarta.xml.bind.JAXBElement<ConditionType> createCondition(ConditionType value) jakarta.xml.bind.JAXBElement<ConditionsType> createConditions(ConditionsType value) Create an instance ofConditionsTypeCreate an instance ofConditionTypejakarta.xml.bind.JAXBElement<CVType> jakarta.xml.bind.JAXBElement<CVGroupType> createCvGroup(CVGroupType value) Create an instance ofCVGroupTypeCreate an instance ofCVTypejakarta.xml.bind.JAXBElement<DescriptionType> createDescription(DescriptionType value) Create an instance ofDescriptionTypeCreate an instance ofDetectionTypejakarta.xml.bind.JAXBElement<GroupType> createGroup(GroupType value) Create an instance ofGroupTypejakarta.xml.bind.JAXBElement<ImageType> createImage(ImageType value) jakarta.xml.bind.JAXBElement<ImagesType> createImages(ImagesType value) Create an instance ofImagesTypeCreate an instance ofImageTypejakarta.xml.bind.JAXBElement<ItemType> createItem(ItemType value) Create an instance ofItemTypejakarta.xml.bind.JAXBElement<OptionType> createOption(OptionType value) Create an instance ofOptionTypejakarta.xml.bind.JAXBElement<PartialType> createPartial(PartialType value) Create an instance ofPartialTypeCreate an instance ofProtocolTypejakarta.xml.bind.JAXBElement<SpecialValueType> Create an instance ofSpecialValueTypejakarta.xml.bind.JAXBElement<TriggerType> createTrigger(TriggerType value) Create an instance ofTriggerTypejakarta.xml.bind.JAXBElement<ValueCalculationType> Create an instance ofValueCalculationTypeCreate an instance ofVersionType
-
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.commontypes
-
-
Method Details
-
createDescriptionType
Create an instance ofDescriptionType- Returns:
- the new instance of
DescriptionType
-
createCVType
Create an instance ofCVType- Returns:
- the new instance of
CVType
-
createValueCalculationType
Create an instance ofValueCalculationType- Returns:
- the new instance of
ValueCalculationType
-
createItemType
Create an instance ofItemType- Returns:
- the new instance of
ItemType
-
createSpecialValueType
Create an instance ofSpecialValueType- Returns:
- the new instance of
SpecialValueType
-
createConditionsType
Create an instance ofConditionsType- Returns:
- the new instance of
ConditionsType
-
createTriggerType
Create an instance ofTriggerType- Returns:
- the new instance of
TriggerType
-
createConditionType
Create an instance ofConditionType- Returns:
- the new instance of
ConditionType
-
createBitType
Create an instance ofBitType- Returns:
- the new instance of
BitType
-
createBitSelectionType
Create an instance ofBitSelectionType- Returns:
- the new instance of
BitSelectionType
-
createPartialType
Create an instance ofPartialType- Returns:
- the new instance of
PartialType
-
createGroupType
Create an instance ofGroupType- Returns:
- the new instance of
GroupType
-
createOptionType
Create an instance ofOptionType- Returns:
- the new instance of
OptionType
-
createCVGroupType
Create an instance ofCVGroupType- Returns:
- the new instance of
CVGroupType
-
createImagesType
Create an instance ofImagesType- Returns:
- the new instance of
ImagesType
-
createImageType
Create an instance ofImageType- Returns:
- the new instance of
ImageType
-
createDetectionType
Create an instance ofDetectionType- Returns:
- the new instance of
DetectionType
-
createVersionType
Create an instance ofVersionType- Returns:
- the new instance of
VersionType
-
createProtocolType
Create an instance ofProtocolType- Returns:
- the new instance of
ProtocolType
-
createDescription
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DescriptionType>
-
createCv
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CVType>
-
createValueCalculation
public jakarta.xml.bind.JAXBElement<ValueCalculationType> createValueCalculation(ValueCalculationType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ValueCalculationType>
-
createItem
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ItemType>
-
createSpecialValue
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SpecialValueType>
-
createConditions
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ConditionsType>
-
createTrigger
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TriggerType>
-
createCondition
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ConditionType>
-
createBit
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BitType>
-
createBitSelection
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BitSelectionType>
-
createPartial
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PartialType>
-
createGroup
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GroupType>
-
createOption
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OptionType>
-
createCvGroup
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CVGroupType>
-
createImages
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ImagesType>
-
createImage
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ImageType>
-