Package gov.nist.checklists.xccdf.x12

Examples of gov.nist.checklists.xccdf.x12.ProfileSetComplexValueType.addItem()


      if (values.isEmpty()) {
        setValue.setNil();
      } else {
        for (String item : values) {
          setValue.addItem(item);
        }
      }
    } else {
      ProfileSetValueType setValue = data.addNewSetValue();
      setValue.setIdref(value.getId());
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.