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 DbReferenceTypecreateDbReferenceType()Create an instance ofDbReferenceTypeEntrycreateEntry()Create an instance ofEntryLocationTypecreateLocationType()Create an instance ofLocationTypePropertyTypecreatePropertyType()Create an instance ofPropertyTypeSeqFeatureGroupTypecreateSeqFeatureGroupType()Create an instance ofSeqFeatureGroupTypeSeqFeatureTypecreateSeqFeatureType()Create an instance ofSeqFeatureTypeSequencecreateSequence()Create an instance ofSequenceUniparccreateUniparc()Create an instance ofUniparc
-
-
-
Method Detail
-
createUniparc
public Uniparc createUniparc()
Create an instance ofUniparc- Returns:
- a
Uniparcobject.
-
createDbReferenceType
public DbReferenceType createDbReferenceType()
Create an instance ofDbReferenceType- Returns:
- a
DbReferenceTypeobject.
-
createSeqFeatureType
public SeqFeatureType createSeqFeatureType()
Create an instance ofSeqFeatureType- Returns:
- a
SeqFeatureTypeobject.
-
createSequence
public Sequence createSequence()
Create an instance ofSequence- Returns:
- a
Sequenceobject.
-
createPropertyType
public PropertyType createPropertyType()
Create an instance ofPropertyType- Returns:
- a
PropertyTypeobject.
-
createLocationType
public LocationType createLocationType()
Create an instance ofLocationType- Returns:
- a
LocationTypeobject.
-
createSeqFeatureGroupType
public SeqFeatureGroupType createSeqFeatureGroupType()
Create an instance ofSeqFeatureGroupType- Returns:
- a
SeqFeatureGroupTypeobject.
-
-