Beispiel #1
0
 public void setExpressionValue(ExpressionType target) {
   if (target != null) {
     setExpression(JAXBElementUtils.wrap(this.getExpression(), target));
   }
 }
Beispiel #2
0
 public void setExpressionName(String target) {
   if (target != null) {
     setExpression(JAXBElementUtils.wrap(this.getExpression(), target, ExpressionType.class));
   }
 }