{
if (this.sid == null)
throw new IllegalStateException("sid not set");
if (this.parameter == null)
throw new IllegalStateException("parameter not set");
final CommonNewParam param = new CommonNewParam(this.sid,
this.parameter);
param.setSemantic(this.semantic);
return param;
}