Class ObjectFactory

java.lang.Object
eu.esu._2010.lokprogrammer.metadata.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.

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 Details

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

    • createSoundcvType

      public SoundcvType createSoundcvType()
      Create an instance of SoundcvType
    • createSoundslotType

      public SoundslotType createSoundslotType()
      Create an instance of SoundslotType
    • createFunctionType

      public FunctionType createFunctionType()
      Create an instance of FunctionType
    • createProjectType

      public ProjectType createProjectType()
      Create an instance of ProjectType
    • createDescriptionType

      public DescriptionType createDescriptionType()
      Create an instance of DescriptionType
    • createMetaType

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

      public SoundcvType.Description createSoundcvTypeDescription()
      Create an instance of SoundcvType.Description
    • createSoundslotTypeDescription

      public SoundslotType.Description createSoundslotTypeDescription()
      Create an instance of SoundslotType.Description
    • createFunctionTypeDescription

      public FunctionType.Description createFunctionTypeDescription()
      Create an instance of FunctionType.Description
    • createFunctionTypeSlot

      public FunctionType.Slot createFunctionTypeSlot()
      Create an instance of FunctionType.Slot
    • 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>
    • createDescription

      public javax.xml.bind.JAXBElement<DescriptionType> createDescription(DescriptionType value)
      Create an instance of JAXBElement<DescriptionType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DescriptionType>
    • 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>