![JAR search and dependency download from the Maven repository](/logo.png)
org.openehr.schemas.v1.impl.DurationConstraintPatternImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xml-binding Show documentation
Show all versions of xml-binding Show documentation
Java implementation of openEHR RM XML Data Binding Component
The newest version!
/*
* XML Type: DurationConstraintPattern
* Namespace: http://schemas.openehr.org/v1
* Java type: org.openehr.schemas.v1.DurationConstraintPattern
*
* Automatically generated - do not modify.
*/
package org.openehr.schemas.v1.impl;
/**
* An XML DurationConstraintPattern(@http://schemas.openehr.org/v1).
*
* This is an atomic type that is a restriction of org.openehr.schemas.v1.DurationConstraintPattern.
*/
public class DurationConstraintPatternImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.openehr.schemas.v1.DurationConstraintPattern
{
private static final long serialVersionUID = 1L;
public DurationConstraintPatternImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected DurationConstraintPatternImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy