@XmlElement
 public void setLplatformStatus(String lplatformStatus) {
   lplatform.setLplatformStatus(lplatformStatus);
 }
 /**
  * One of:<br>
  * NORMAL: The system is operating normally<br>
  * RECONFIG_ING: The system is being reconfigured<br>
  * DEPLOYING: The system is being deployed<br>
  * ERROR: A system error has occurred
  */
 public String getLplatformStatus() {
   return lplatform.getLplatformStatus();
 }