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