Class ObjectFactory
- java.lang.Object
-
- psidev.psi.mi.jami.bridges.uniprot.rest.response.model.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the psidev.psi.mi.jami.bridges.uniprot.rest.response.model.jaxb 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
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: psidev.psi.mi.jami.bridges.uniprot.rest.response.model.jaxb
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbReferenceType
createDbReferenceType()
Create an instance ofDbReferenceType
Entry
createEntry()
Create an instance ofEntry
LocationType
createLocationType()
Create an instance ofLocationType
PropertyType
createPropertyType()
Create an instance ofPropertyType
SeqFeatureGroupType
createSeqFeatureGroupType()
Create an instance ofSeqFeatureGroupType
SeqFeatureType
createSeqFeatureType()
Create an instance ofSeqFeatureType
Sequence
createSequence()
Create an instance ofSequence
Uniparc
createUniparc()
Create an instance ofUniparc
-
-
-
Method Detail
-
createUniparc
public Uniparc createUniparc()
Create an instance ofUniparc
- Returns:
- a
Uniparc
object.
-
createDbReferenceType
public DbReferenceType createDbReferenceType()
Create an instance ofDbReferenceType
- Returns:
- a
DbReferenceType
object.
-
createSeqFeatureType
public SeqFeatureType createSeqFeatureType()
Create an instance ofSeqFeatureType
- Returns:
- a
SeqFeatureType
object.
-
createSequence
public Sequence createSequence()
Create an instance ofSequence
- Returns:
- a
Sequence
object.
-
createPropertyType
public PropertyType createPropertyType()
Create an instance ofPropertyType
- Returns:
- a
PropertyType
object.
-
createLocationType
public LocationType createLocationType()
Create an instance ofLocationType
- Returns:
- a
LocationType
object.
-
createSeqFeatureGroupType
public SeqFeatureGroupType createSeqFeatureGroupType()
Create an instance ofSeqFeatureGroupType
- Returns:
- a
SeqFeatureGroupType
object.
-
-