org.openehr.schemas.v1.impl.ITEMImpl Maven / Gradle / Ivy
/*
* XML Type: ITEM
* Namespace: http://schemas.openehr.org/v1
* Java type: org.openehr.schemas.v1.ITEM
*
* Automatically generated - do not modify.
*/
package org.openehr.schemas.v1.impl;
/**
* An XML ITEM(@http://schemas.openehr.org/v1).
*
* This is a complex type.
*/
public class ITEMImpl extends org.openehr.schemas.v1.impl.LOCATABLEImpl implements org.openehr.schemas.v1.ITEM
{
private static final long serialVersionUID = 1L;
public ITEMImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}