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. <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: eu.esu._2010.lokprogrammer.metadata
-
Method Summary
-
-
-
Method Detail
-
createSoundcvType
public SoundcvType createSoundcvType()
Create an instance ofSoundcvType
-
createSoundslotType
public SoundslotType createSoundslotType()
Create an instance ofSoundslotType
-
createFunctionType
public FunctionType createFunctionType()
Create an instance ofFunctionType
-
createProjectType
public ProjectType createProjectType()
Create an instance ofProjectType
-
createDescriptionType
public DescriptionType createDescriptionType()
Create an instance ofDescriptionType
-
createSoundcvTypeDescription
public SoundcvType.Description createSoundcvTypeDescription()
Create an instance ofSoundcvType.Description
-
createSoundslotTypeDescription
public SoundslotType.Description createSoundslotTypeDescription()
Create an instance ofSoundslotType.Description
-
createFunctionTypeDescription
public FunctionType.Description createFunctionTypeDescription()
Create an instance ofFunctionType.Description
-
createFunctionTypeSlot
public FunctionType.Slot createFunctionTypeSlot()
Create an instance ofFunctionType.Slot
-
createName
public javax.xml.bind.JAXBElement<String> createName(String value)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SoundcvType>
-
-