/** * Create the initialised instance. * @param initialValue */ public ServiceDetailHolder(ServiceDetail initialValue) { value = initialValue; }