Examples of BenchmarkReferenceType


Examples of gov.nist.checklists.xccdf.x12.BenchmarkReferenceType

    TestResultDocument doc = TestResultDocument.Factory.newInstance();
    instance = doc;
    data = doc.addNewTestResult();
    data.setId(generateTestResultId(benchmarkId));
    data.setVersion(benchmarkVersion);
    BenchmarkReferenceType node = data.addNewBenchmark();
    node.setId(benchmarkId);
    node.setHref(uri.toASCIIString());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.