com.nedap.archie.rm.datavalues.timespecification.DvGeneralTimeSpecification Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openehr-rm Show documentation
Show all versions of openehr-rm Show documentation
An implementation of the openehr reference model
package com.nedap.archie.rm.datavalues.timespecification;
import javax.xml.bind.annotation.XmlType;
/**
* Created by pieter.bos on 08/07/16.
*/
@XmlType(name="DV_GENERAL_TIME_SPECIFICATION")
public class DvGeneralTimeSpecification extends DvTimeSpecification {
}