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

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

The newest version!
/*
 * XML Type:  PROPORTION_KIND
 * Namespace: http://schemas.openehr.org/v1
 * Java type: org.openehr.schemas.v1.PROPORTIONKIND
 *
 * Automatically generated - do not modify.
 */
package org.openehr.schemas.v1.impl;
/**
 * An XML PROPORTION_KIND(@http://schemas.openehr.org/v1).
 *
 * This is an atomic type that is a restriction of org.openehr.schemas.v1.PROPORTIONKIND.
 */
public class PROPORTIONKINDImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.openehr.schemas.v1.PROPORTIONKIND
{
    private static final long serialVersionUID = 1L;
    
    public PROPORTIONKINDImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType, false);
    }
    
    protected PROPORTIONKINDImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
    {
        super(sType, b);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy