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.mzxml.jaxb
|
public ObjectFactory()
public MsRun.Spotting createMsRunSpotting()
MsRun.Spottingpublic MsRun.Spotting.Plate createMsRunSpottingPlate()
MsRun.Spotting.Platepublic MsRun.Spotting.Plate.Pattern createMsRunSpottingPlatePattern()
MsRun.Spotting.Plate.Patternpublic MsRun.MsInstrument createMsRunMsInstrument()
MsRun.MsInstrumentpublic Scan.ScanOrigin createScanScanOrigin()
Scan.ScanOriginpublic Scan.PrecursorMz createScanPrecursorMz()
Scan.PrecursorMzpublic Scan.Maldi createScanMaldi()
Scan.Maldipublic Scan.Peaks createScanPeaks()
Scan.Peakspublic NamevalueType createNamevalueType()
NamevalueTypepublic SeparationTechniqueType createSeparationTechniqueType()
SeparationTechniqueTypepublic MsRun.ParentFile createMsRunParentFile()
MsRun.ParentFilepublic MsRun.DataProcessing createMsRunDataProcessing()
MsRun.DataProcessingpublic MsRun.Separation createMsRunSeparation()
MsRun.Separationpublic OntologyEntryType createOntologyEntryType()
OntologyEntryTypepublic MsRun.Spotting.Robot createMsRunSpottingRobot()
MsRun.Spotting.Robotpublic MsRun.Spotting.Plate.Spot createMsRunSpottingPlateSpot()
MsRun.Spotting.Plate.Spotpublic MsRun.Spotting.Plate.Pattern.Orientation createMsRunSpottingPlatePatternOrientation()
MsRun.Spotting.Plate.Pattern.Orientationpublic MsRun.MsInstrument.MsManufacturer createMsRunMsInstrumentMsManufacturer()
MsRun.MsInstrument.MsManufacturerpublic MsRun.MsInstrument.MsMassAnalyzer createMsRunMsInstrumentMsMassAnalyzer()
MsRun.MsInstrument.MsMassAnalyzerpublic JAXBElement<SeparationTechniqueType> createSeparationTechnique(SeparationTechniqueType value)
Copyright © 2017. All rights reserved.