}
/* it is better for a good understanding to use
the parse method with 'min.toSring()' but in that case
we have to deal with the ParseException*/
jsc.append(
"new org.exolab.castor.types.Duration(" + max.toLong() + "L)");
jsc.append(");");
}
//-- pattern facet
jsc.add(fieldValidatorInstanceName+".setValidator(typeValidator);");