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