![JAR search and dependency download from the Maven repository](/logo.png)
openEHR.v1.template.impl.ITEMSINGLEImpl 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: ITEM_SINGLE
* Namespace: openEHR/v1/Template
* Java type: openEHR.v1.template.ITEMSINGLE
*
* Automatically generated - do not modify.
*/
package openEHR.v1.template.impl;
/**
* An XML ITEM_SINGLE(@openEHR/v1/Template).
*
* This is a complex type.
*/
public class ITEMSINGLEImpl extends openEHR.v1.template.impl.ITEMSTRUCTUREImpl implements openEHR.v1.template.ITEMSINGLE
{
private static final long serialVersionUID = 1L;
public ITEMSINGLEImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy