Class ObjectFactory
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.commontypes.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.commontypes 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.commontypes
-
Method Summary
-
-
-
Method Detail
-
createDescriptionType
public DescriptionType createDescriptionType()
Create an instance ofDescriptionType
-
createValueCalculationType
public ValueCalculationType createValueCalculationType()
Create an instance ofValueCalculationType
-
createSpecialValueType
public SpecialValueType createSpecialValueType()
Create an instance ofSpecialValueType
-
createConditionsType
public ConditionsType createConditionsType()
Create an instance ofConditionsType
-
createTriggerType
public TriggerType createTriggerType()
Create an instance ofTriggerType
-
createConditionType
public ConditionType createConditionType()
Create an instance ofConditionType
-
createBitSelectionType
public BitSelectionType createBitSelectionType()
Create an instance ofBitSelectionType
-
createPartialType
public PartialType createPartialType()
Create an instance ofPartialType
-
createOptionType
public OptionType createOptionType()
Create an instance ofOptionType
-
createCVGroupType
public CVGroupType createCVGroupType()
Create an instance ofCVGroupType
-
createImagesType
public ImagesType createImagesType()
Create an instance ofImagesType
-
createDetectionType
public DetectionType createDetectionType()
Create an instance ofDetectionType
-
createVersionType
public VersionType createVersionType()
Create an instance ofVersionType
-
createProtocolType
public ProtocolType createProtocolType()
Create an instance ofProtocolType
-
createDescription
public javax.xml.bind.JAXBElement<DescriptionType> createDescription(DescriptionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DescriptionType>
-
createCv
public javax.xml.bind.JAXBElement<CVType> createCv(CVType value)
- 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
public javax.xml.bind.JAXBElement<ItemType> createItem(ItemType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ItemType>
-
createSpecialValue
public javax.xml.bind.JAXBElement<SpecialValueType> createSpecialValue(SpecialValueType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SpecialValueType>
-
createConditions
public javax.xml.bind.JAXBElement<ConditionsType> createConditions(ConditionsType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ConditionsType>
-
createTrigger
public javax.xml.bind.JAXBElement<TriggerType> createTrigger(TriggerType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TriggerType>
-
createCondition
public javax.xml.bind.JAXBElement<ConditionType> createCondition(ConditionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ConditionType>
-
createBit
public javax.xml.bind.JAXBElement<BitType> createBit(BitType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BitType>
-
createBitSelection
public javax.xml.bind.JAXBElement<BitSelectionType> createBitSelection(BitSelectionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BitSelectionType>
-
createPartial
public javax.xml.bind.JAXBElement<PartialType> createPartial(PartialType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PartialType>
-
createGroup
public javax.xml.bind.JAXBElement<GroupType> createGroup(GroupType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GroupType>
-
createOption
public javax.xml.bind.JAXBElement<OptionType> createOption(OptionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OptionType>
-
createCvGroup
public javax.xml.bind.JAXBElement<CVGroupType> createCvGroup(CVGroupType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CVGroupType>
-
createImages
public javax.xml.bind.JAXBElement<ImagesType> createImages(ImagesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ImagesType>
-
-