public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: umich.ms.fileio.filetypes.agilent.cef.jaxb
|
| Modifier and Type | Method and Description |
|---|---|
CEF |
createCEF()
Create an instance of
CEF |
Compound |
createCompound()
Create an instance of
Compound |
CompoundList |
createCompoundList()
Create an instance of
CompoundList |
Device |
createDevice()
Create an instance of
Device |
Location |
createLocation()
Create an instance of
Location |
MSDetails |
createMSDetails()
Create an instance of
MSDetails |
MSPeaks |
createMSPeaks()
Create an instance of
MSPeaks |
P |
createP()
Create an instance of
P |
RTRange |
createRTRange()
Create an instance of
RTRange |
RTRanges |
createRTRanges()
Create an instance of
RTRanges |
Spectrum |
createSpectrum()
Create an instance of
Spectrum |
public ObjectFactory()
public CompoundList createCompoundList()
CompoundListCopyright © 2017. All rights reserved.