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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy