86878889909192
/** * Create an instance of {@link Command } * */ public Command createCommand() { return new Command(); }
110111112113114115116
/** * Create an instance of {@link JAXRClassificationScheme } * */ public JAXRClassificationScheme createJAXRClassificationScheme() { return new JAXRClassificationScheme(); }
949596979899100
/** * Create an instance of {@link JAXRConcept } * */ public JAXRConcept createJAXRConcept() { return new JAXRConcept(); }
102103104105106107108
/** * Create an instance of {@link Namepattern } * */ public Namepattern createNamepattern() { return new Namepattern(); }
78798081828384
/** * Create an instance of {@link PredefinedConcepts } * */ public PredefinedConcepts createPredefinedConcepts() { return new PredefinedConcepts(); }
70717273747576
/** * Create an instance of {@link Result } * */ public Result createResult() { return new Result(); }