All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openehr.schemas.v1.impl.POINTEVENTImpl Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy