* <b>Definition:</b>
* The date when the enclosed suite of services were performed or completed
* </p>
*/
public Claim setServicedate( Date theDate, TemporalPrecisionEnum thePrecision) {
myServicedate = new DateDt(theDate, thePrecision);
return this;
}