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