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