001// 002// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 generiert 003// Siehe <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> 004// Ă„nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 005// Generiert: 2021.01.02 um 05:50:33 PM CET 006// 007 008 009package info.psidev.cvmapping; 010 011import javax.xml.bind.annotation.XmlRegistry; 012 013 014/** 015 * This object contains factory methods for each 016 * Java content interface and Java element interface 017 * generated in the info.psidev.cvmapping package. 018 * <p>An ObjectFactory allows you to programatically 019 * construct new instances of the Java representation 020 * for XML content. The Java representation of XML 021 * content can consist of schema derived interfaces 022 * and classes representing the binding of schema 023 * type definitions, element declarations and model 024 * groups. Factory methods for each of these are 025 * provided in this class. 026 * 027 */ 028@XmlRegistry 029public class ObjectFactory { 030 031 032 /** 033 * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: info.psidev.cvmapping 034 * 035 */ 036 public ObjectFactory() { 037 } 038 039 /** 040 * Create an instance of {@link CvMappingRule } 041 * 042 */ 043 public CvMappingRule createCvMappingRule() { 044 return new CvMappingRule(); 045 } 046 047 /** 048 * Create an instance of {@link CvMapping } 049 * 050 */ 051 public CvMapping createCvMapping() { 052 return new CvMapping(); 053 } 054 055 /** 056 * Create an instance of {@link CvMapping.CvReferenceList } 057 * 058 */ 059 public CvMapping.CvReferenceList createCvMappingCvReferenceList() { 060 return new CvMapping.CvReferenceList(); 061 } 062 063 /** 064 * Create an instance of {@link CvMapping.CvMappingRuleList } 065 * 066 */ 067 public CvMapping.CvMappingRuleList createCvMappingCvMappingRuleList() { 068 return new CvMapping.CvMappingRuleList(); 069 } 070 071 /** 072 * Create an instance of {@link CvTerm } 073 * 074 */ 075 public CvTerm createCvTerm() { 076 return new CvTerm(); 077 } 078 079 /** 080 * Create an instance of {@link CvReference } 081 * 082 */ 083 public CvReference createCvReference() { 084 return new CvReference(); 085 } 086 087}