public void setComponentInstallations(List<ComponentInstallation> componentInstallations) {
this.componentInstallations = componentInstallations;
}
public String toString() {
final ToStringStrategy strategy = JAXBToStringStrategy.INSTANCE;
final StringBuilder buffer = new StringBuilder();
append(null, buffer, strategy);
return buffer.toString();
}