Class ObjectFactory
java.lang.Object
eu.esu._2010.lokprogrammer.metadata.ObjectFactory
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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.esu._2010.lokprogrammer.metadata -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Integer> createAddress(Integer value) jakarta.xml.bind.JAXBElement<String> createDecoder(String value) jakarta.xml.bind.JAXBElement<DescriptionType> createDescription(DescriptionType value) Create an instance ofDescriptionTypejakarta.xml.bind.JAXBElement<FunctionType> createFunction(FunctionType value) Create an instance ofFunctionTypeCreate an instance ofFunctionType.DescriptionCreate an instance ofFunctionType.Slotjakarta.xml.bind.JAXBElement<Integer> createHifiquality(Integer value) jakarta.xml.bind.JAXBElement<String> createLokprogrammer(String value) jakarta.xml.bind.JAXBElement<String> createManufacturer(String value) jakarta.xml.bind.JAXBElement<MetaType> createMeta(MetaType value) Create an instance ofMetaTypejakarta.xml.bind.JAXBElement<String> createName(String value) jakarta.xml.bind.JAXBElement<ProjectType> createProject(ProjectType value) Create an instance ofProjectTypejakarta.xml.bind.JAXBElement<SoundcvType> createSoundcv(SoundcvType value) Create an instance ofSoundcvTypeCreate an instance ofSoundcvType.Descriptionjakarta.xml.bind.JAXBElement<SoundslotType> createSoundslot(SoundslotType value) Create an instance ofSoundslotTypeCreate an instance ofSoundslotType.Descriptionjakarta.xml.bind.JAXBElement<String> createType(String value)
-
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
Create an instance ofSoundcvType- Returns:
- the new instance of
SoundcvType
-
createSoundslotType
Create an instance ofSoundslotType- Returns:
- the new instance of
SoundslotType
-
createFunctionType
Create an instance ofFunctionType- Returns:
- the new instance of
FunctionType
-
createProjectType
Create an instance ofProjectType- Returns:
- the new instance of
ProjectType
-
createDescriptionType
Create an instance ofDescriptionType- Returns:
- the new instance of
DescriptionType
-
createMetaType
Create an instance ofMetaType- Returns:
- the new instance of
MetaType
-
createSoundcvTypeDescription
Create an instance ofSoundcvType.Description- Returns:
- the new instance of
SoundcvType.Description
-
createSoundslotTypeDescription
Create an instance ofSoundslotType.Description- Returns:
- the new instance of
SoundslotType.Description
-
createFunctionTypeDescription
Create an instance ofFunctionType.Description- Returns:
- the new instance of
FunctionType.Description
-
createFunctionTypeSlot
Create an instance ofFunctionType.Slot- Returns:
- the new instance of
FunctionType.Slot
-
createName
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createAddress
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Integer>
-
createType
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createDecoder
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createManufacturer
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createLokprogrammer
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createHifiquality
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Integer>
-
createProject
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProjectType>
-
createDescription
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DescriptionType>
-
createFunction
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FunctionType>
-
createSoundslot
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SoundslotType>
-
createSoundcv
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SoundcvType>
-
createMeta
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MetaType>
-