Package info.psidev.cvmapping
Class ObjectFactory
- java.lang.Object
-
- info.psidev.cvmapping.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the info.psidev.cvmapping 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: info.psidev.cvmapping
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CvMapping
createCvMapping()
Create an instance ofCvMapping
CvMapping.CvMappingRuleList
createCvMappingCvMappingRuleList()
Create an instance ofCvMapping.CvMappingRuleList
CvMapping.CvReferenceList
createCvMappingCvReferenceList()
Create an instance ofCvMapping.CvReferenceList
CvMappingRule
createCvMappingRule()
Create an instance ofCvMappingRule
CvReference
createCvReference()
Create an instance ofCvReference
CvTerm
createCvTerm()
Create an instance ofCvTerm
-
-
-
Constructor Detail
-
ObjectFactory
public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: info.psidev.cvmapping
-
-
Method Detail
-
createCvMappingRule
public CvMappingRule createCvMappingRule()
Create an instance ofCvMappingRule
-
createCvMapping
public CvMapping createCvMapping()
Create an instance ofCvMapping
-
createCvMappingCvReferenceList
public CvMapping.CvReferenceList createCvMappingCvReferenceList()
Create an instance ofCvMapping.CvReferenceList
-
createCvMappingCvMappingRuleList
public CvMapping.CvMappingRuleList createCvMappingCvMappingRuleList()
Create an instance ofCvMapping.CvMappingRuleList
-
createCvTerm
public CvTerm createCvTerm()
Create an instance ofCvTerm
-
createCvReference
public CvReference createCvReference()
Create an instance ofCvReference
-
-