Class ObjectFactory


  • public class ObjectFactory
    extends Object
    This object contains factory methods for each Java content interface and Java element interface generated in the eu.esu._2010.lokprogrammer.metadata 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: eu.esu._2010.lokprogrammer.metadata
    • Method Detail

      • createMetaType

        public MetaType createMetaType()
        Create an instance of MetaType
      • createName

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

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

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

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

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

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

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

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

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

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

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

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