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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy