org.openehr.schemas.v1.impl.CPRIMITIVEImpl 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: C_PRIMITIVE
* Namespace: http://schemas.openehr.org/v1
* Java type: org.openehr.schemas.v1.CPRIMITIVE
*
* Automatically generated - do not modify.
*/
package org.openehr.schemas.v1.impl;
/**
* An XML C_PRIMITIVE(@http://schemas.openehr.org/v1).
*
* This is a complex type.
*/
public class CPRIMITIVEImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.openehr.schemas.v1.CPRIMITIVE
{
private static final long serialVersionUID = 1L;
public CPRIMITIVEImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}