Class 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 Detail

      • 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 Detail

      • createCVType

        public CVType createCVType()
        Create an instance of CVType
      • createItemType

        public ItemType createItemType()
        Create an instance of ItemType
      • createBitType

        public BitType createBitType()
        Create an instance of BitType
      • createCv

        public javax.xml.bind.JAXBElement<CVType> createCv​(CVType value)
        Create an instance of JAXBElement<CVType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<CVType>
      • createItem

        public javax.xml.bind.JAXBElement<ItemType> createItem​(ItemType value)
        Create an instance of JAXBElement<ItemType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<ItemType>
      • createConditions

        public javax.xml.bind.JAXBElement<ConditionsType> createConditions​(ConditionsType value)
        Create an instance of JAXBElement<ConditionsType>
        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)
        Create an instance of JAXBElement<TriggerType>
        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)
        Create an instance of JAXBElement<ConditionType>
        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)
        Create an instance of JAXBElement<BitType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BitType>
      • createPartial

        public javax.xml.bind.JAXBElement<PartialType> createPartial​(PartialType value)
        Create an instance of JAXBElement<PartialType>
        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)
        Create an instance of JAXBElement<GroupType>
        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)
        Create an instance of JAXBElement<OptionType>
        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)
        Create an instance of JAXBElement<CVGroupType>
        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)
        Create an instance of JAXBElement<ImagesType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<ImagesType>
      • createImage

        public javax.xml.bind.JAXBElement<ImageType> createImage​(ImageType value)
        Create an instance of JAXBElement<ImageType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<ImageType>