protected String vmwOsType;
protected String description;
protected ReferenceType edit;
public VCloudOperatingSystemSection getResult() {
VCloudOperatingSystemSection system = new VCloudOperatingSystemSection(id, info, description, os.getType(), os.getHref(),
vmwOsType, edit);
os = null;
id = null;
info = null;
vmwOsType = null;