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 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.commontypes -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<BitType> javax.xml.bind.JAXBElement<BitSelectionType> Create an instance ofBitSelectionTypeCreate an instance ofBitTypejavax.xml.bind.JAXBElement<ConditionType> createCondition(ConditionType value) javax.xml.bind.JAXBElement<ConditionsType> createConditions(ConditionsType value) Create an instance ofConditionsTypeCreate an instance ofConditionTypejavax.xml.bind.JAXBElement<CVType> javax.xml.bind.JAXBElement<CVGroupType> createCvGroup(CVGroupType value) Create an instance ofCVGroupTypeCreate an instance ofCVTypejavax.xml.bind.JAXBElement<DescriptionType> createDescription(DescriptionType value) Create an instance ofDescriptionTypeCreate an instance ofDetectionTypejavax.xml.bind.JAXBElement<GroupType> createGroup(GroupType value) Create an instance ofGroupTypejavax.xml.bind.JAXBElement<ImageType> createImage(ImageType value) javax.xml.bind.JAXBElement<ImagesType> createImages(ImagesType value) Create an instance ofImagesTypeCreate an instance ofImageTypejavax.xml.bind.JAXBElement<ItemType> createItem(ItemType value) Create an instance ofItemTypejavax.xml.bind.JAXBElement<OptionType> createOption(OptionType value) Create an instance ofOptionTypejavax.xml.bind.JAXBElement<PartialType> createPartial(PartialType value) Create an instance ofPartialTypeCreate an instance ofProtocolTypejavax.xml.bind.JAXBElement<SpecialValueType> Create an instance ofSpecialValueTypejavax.xml.bind.JAXBElement<TriggerType> createTrigger(TriggerType value) Create an instance ofTriggerTypejavax.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 -
createCVType
Create an instance ofCVType -
createValueCalculationType
Create an instance ofValueCalculationType -
createItemType
Create an instance ofItemType -
createSpecialValueType
Create an instance ofSpecialValueType -
createConditionsType
Create an instance ofConditionsType -
createTriggerType
Create an instance ofTriggerType -
createConditionType
Create an instance ofConditionType -
createBitType
Create an instance ofBitType -
createBitSelectionType
Create an instance ofBitSelectionType -
createPartialType
Create an instance ofPartialType -
createGroupType
Create an instance ofGroupType -
createOptionType
Create an instance ofOptionType -
createCVGroupType
Create an instance ofCVGroupType -
createImagesType
Create an instance ofImagesType -
createImageType
Create an instance ofImageType -
createDetectionType
Create an instance ofDetectionType -
createVersionType
Create an instance ofVersionType -
createProtocolType
Create an instance ofProtocolType -
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 javax.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>
-