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.gpmdb.jaxb
|
| Modifier and Type | Method and Description |
|---|---|
Aa |
createAa()
Create an instance of
Aa |
Attribute |
createAttribute()
Create an instance of
Attribute |
Bioml |
createBioml()
Create an instance of
Bioml |
Domain |
createDomain()
Create an instance of
Domain |
File |
createFile()
Create an instance of
File |
GAMLValues |
createGAMLValues()
Create an instance of
GAMLValues |
Group |
createGroup()
Create an instance of
Group |
Note |
createNote()
Create an instance of
Note |
Peptide |
createPeptide()
Create an instance of
Peptide |
Protein |
createProtein()
Create an instance of
Protein |
Trace |
createTrace()
Create an instance of
Trace |
Values |
createValues()
Create an instance of
Values |
Xdata |
createXdata()
Create an instance of
Xdata |
Ydata |
createYdata()
Create an instance of
Ydata |
public ObjectFactory()
public GAMLValues createGAMLValues()
GAMLValuesCopyright © 2017. All rights reserved.