org.openehr.schemas.v1.impl.HIEROBJECTIDImpl 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: HIER_OBJECT_ID
* Namespace: http://schemas.openehr.org/v1
* Java type: org.openehr.schemas.v1.HIEROBJECTID
*
* Automatically generated - do not modify.
*/
package org.openehr.schemas.v1.impl;
/**
* An XML HIER_OBJECT_ID(@http://schemas.openehr.org/v1).
*
* This is a complex type.
*/
public class HIEROBJECTIDImpl extends org.openehr.schemas.v1.impl.UIDBASEDIDImpl implements org.openehr.schemas.v1.HIEROBJECTID
{
private static final long serialVersionUID = 1L;
public HIEROBJECTIDImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}