public String marshal(Date value) { return (com.xml.bind.Cnaps2DataTypeConverter.printDateTime(value)); }
public Date unmarshal(String value) { return (com.xml.bind.Cnaps2DataTypeConverter.parseDateTime(value)); }