public KnowledgeResource() {
     this.citationField = new ST();
     this.descriptionField = new ST();
     this.locationField = new TEL();
     this.titleField = new ST();
     this.templateIdsField = new KnowledgeResourceTemplateIds();
     this.identifiersField = new KnowledgeResourceIdentifiers();
 }
Example #2
0
 public KnowledgeResource()
 {
     this.locationField = new TEL();
     this.templateIdsField = new KnowledgeResourceTemplateIds();
     this.identifiersField = new KnowledgeResourceIdentifiers();
 }