public ServiceState getState() {
   return EnumerationUtils.lookup(ServiceState.class, state);
 }
 public AutoRestartType getAutorestart() {
   return EnumerationUtils.lookup(AutoRestartType.class, autorestart);
 }
 public DeploymentStrategyType getDeploymentStrategy() {
   return EnumerationUtils.lookup(DeploymentStrategyType.class, deploymentStrategy);
 }
 public AutoDestoryType getAutodestroy() {
   return EnumerationUtils.lookup(AutoDestoryType.class, autodestroy);
 }