return parentHarvester.getOutputType();
//"nlnz_presmet.xsd";
}
private void writeObjectDetails(PropertySource props) {
XSLTFunctions func = new XSLTFunctions();
try {
writeTag("Name", props.getProperty("Name", null));
writeTag("ID", props.getProperty("ID", null));
writeTag("ReferenceNumber", props.getProperty("Reference Number",
null));
writeTag("GroupIdentifier", props.getProperty("Group ID", null));
writeTag("PersistentIdentifier", props.getProperty(
"Persistent Identifier", null));
FXUtil.writeDateTag(formatter, "MasterCreationDate", new Date());
writeTag("ObjectComposition", props.getProperty("type", null));
// writeTag("IsPartOfGroup",props.getProperty("Part of
// Group",null));
startTag("StructuralType");
writeTag("Name", "");
writeTag("Extension", "");
endTag("StructuralType");
writeTag("HardwareEnvironment", func.getHardwareEnvironment());
writeTag("SoftwareEnvironment", func.getSoftwareEnvironment());
writeTag("InstallationRequirements", props.getProperty(
"Installation Requirements", null));
writeTag("AccessInhibitors", props.getProperty("Access Inhibitors",
null));
writeTag("AccessFacilitators", props.getProperty(