openEHR.v1.template.impl.EVALUATIONImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oet-parser Show documentation
Show all versions of oet-parser Show documentation
Java implementation of openEHR OET Template Parser and Flattener
The newest version!
/*
* XML Type: EVALUATION
* Namespace: openEHR/v1/Template
* Java type: openEHR.v1.template.EVALUATION
*
* Automatically generated - do not modify.
*/
package openEHR.v1.template.impl;
/**
* An XML EVALUATION(@openEHR/v1/Template).
*
* This is a complex type.
*/
public class EVALUATIONImpl extends openEHR.v1.template.impl.ENTRYImpl implements openEHR.v1.template.EVALUATION
{
private static final long serialVersionUID = 1L;
public EVALUATIONImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}