Example #1
0
 public String marshal(Date value) {
   return (com.xml.bind.Cnaps2DataTypeConverter.printDateTime(value));
 }
Example #2
0
 public Date unmarshal(String value) {
   return (com.xml.bind.Cnaps2DataTypeConverter.parseDateTime(value));
 }