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