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: org.expasy.mzjava.proteomics.mol.modification.unimod.jaxb
|
| Modifier and Type | Method and Description |
|---|---|
CompositionT |
createCompositionT()
Create an instance of
CompositionT |
ElemRefT |
createElemRefT()
Create an instance of
ElemRefT |
ModificationsT |
createModificationsT()
Create an instance of
ModificationsT |
ModT |
createModT()
Create an instance of
ModT |
NeutralLossT |
createNeutralLossT()
Create an instance of
NeutralLossT |
PepNeutralLossT |
createPepNeutralLossT()
Create an instance of
PepNeutralLossT |
SpecificityT |
createSpecificityT()
Create an instance of
SpecificityT |
JAXBElement<UnimodT> |
createUnimod(UnimodT value)
|
UnimodT |
createUnimodT()
Create an instance of
UnimodT |
XrefT |
createXrefT()
Create an instance of
XrefT |
public ObjectFactory()
public ModificationsT createModificationsT()
ModificationsTpublic SpecificityT createSpecificityT()
SpecificityTpublic NeutralLossT createNeutralLossT()
NeutralLossTpublic CompositionT createCompositionT()
CompositionTpublic PepNeutralLossT createPepNeutralLossT()
PepNeutralLossTpublic JAXBElement<UnimodT> createUnimod(UnimodT value)
Copyright © 2016. All Rights Reserved.