Examples of IdrefType


Examples of gov.nist.checklists.xccdf.x11.IdrefType

  public void appendTailoring(SourceContext tailoring) {
    throw new UnsupportedOperationException();
  }

  public void setProfileId(String profileId) {
    IdrefType ref = IdrefType.Factory.newInstance();
    ref.setIdref(profileId);
    data.setProfile(ref);
   
  }
View Full Code Here

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

    tailoringFile.setVersion(node.getVersion().getStringValue());
    tailoringFile.setTime(node.getVersion().getTime());
  }

  public void setProfileId(String profileId) {
    IdrefType ref = IdrefType.Factory.newInstance();
    ref.setIdref(profileId);
    data.setProfile(ref);
   
  }
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.