org.openehr.schemas.v1.impl.VALIDITYKINDImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oet-parser Show documentation
Show all versions of oet-parser Show documentation
Java implementation of openEHR OET Template Parser and Flattener
The newest version!
/*
* XML Type: VALIDITY_KIND
* Namespace: http://schemas.openehr.org/v1
* Java type: org.openehr.schemas.v1.VALIDITYKIND
*
* Automatically generated - do not modify.
*/
package org.openehr.schemas.v1.impl;
/**
* An XML VALIDITY_KIND(@http://schemas.openehr.org/v1).
*
* This is an atomic type that is a restriction of org.openehr.schemas.v1.VALIDITYKIND.
*/
public class VALIDITYKINDImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.openehr.schemas.v1.VALIDITYKIND
{
private static final long serialVersionUID = 1L;
public VALIDITYKINDImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected VALIDITYKINDImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}