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 programmatically 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
      Returns:
      the new instance of SoundcvType
    • createSoundslotType

      public SoundslotType createSoundslotType()
      Create an instance of SoundslotType
      Returns:
      the new instance of SoundslotType
    • createFunctionType

      public FunctionType createFunctionType()
      Create an instance of FunctionType
      Returns:
      the new instance of FunctionType
    • createProjectType

      public ProjectType createProjectType()
      Create an instance of ProjectType
      Returns:
      the new instance of ProjectType
    • createDescriptionType

      public DescriptionType createDescriptionType()
      Create an instance of DescriptionType
      Returns:
      the new instance of DescriptionType
    • createMetaType

      public MetaType createMetaType()
      Create an instance of MetaType
      Returns:
      the new instance of MetaType
    • createSoundcvTypeDescription

      public SoundcvType.Description createSoundcvTypeDescription()
      Create an instance of SoundcvType.Description
      Returns:
      the new instance of SoundcvType.Description
    • createSoundslotTypeDescription

      public SoundslotType.Description createSoundslotTypeDescription()
      Create an instance of SoundslotType.Description
      Returns:
      the new instance of SoundslotType.Description
    • createFunctionTypeDescription

      public FunctionType.Description createFunctionTypeDescription()
      Create an instance of FunctionType.Description
      Returns:
      the new instance of FunctionType.Description
    • createFunctionTypeSlot

      public FunctionType.Slot createFunctionTypeSlot()
      Create an instance of FunctionType.Slot
      Returns:
      the new instance of FunctionType.Slot
    • createName

      public jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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>