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 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
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 TypeMethodDescriptionjavax.xml.bind.JAXBElement<Integer> createAddress(Integer value) javax.xml.bind.JAXBElement<String> createDecoder(String value) javax.xml.bind.JAXBElement<DescriptionType> createDescription(DescriptionType value) Create an instance ofDescriptionTypejavax.xml.bind.JAXBElement<FunctionType> createFunction(FunctionType value) Create an instance ofFunctionTypeCreate an instance ofFunctionType.DescriptionCreate an instance ofFunctionType.Slotjavax.xml.bind.JAXBElement<Integer> createHifiquality(Integer value) javax.xml.bind.JAXBElement<String> createLokprogrammer(String value) javax.xml.bind.JAXBElement<String> createManufacturer(String value) javax.xml.bind.JAXBElement<MetaType> createMeta(MetaType value) Create an instance ofMetaTypejavax.xml.bind.JAXBElement<String> createName(String value) javax.xml.bind.JAXBElement<ProjectType> createProject(ProjectType value) Create an instance ofProjectTypejavax.xml.bind.JAXBElement<SoundcvType> createSoundcv(SoundcvType value) Create an instance ofSoundcvTypeCreate an instance ofSoundcvType.Descriptionjavax.xml.bind.JAXBElement<SoundslotType> createSoundslot(SoundslotType value) Create an instance ofSoundslotTypeCreate an instance ofSoundslotType.Descriptionjavax.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 -
createSoundslotType
Create an instance ofSoundslotType -
createFunctionType
Create an instance ofFunctionType -
createProjectType
Create an instance ofProjectType -
createDescriptionType
Create an instance ofDescriptionType -
createMetaType
Create an instance ofMetaType -
createSoundcvTypeDescription
Create an instance ofSoundcvType.Description -
createSoundslotTypeDescription
Create an instance ofSoundslotType.Description -
createFunctionTypeDescription
Create an instance ofFunctionType.Description -
createFunctionTypeSlot
Create an instance ofFunctionType.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>
-