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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy