org.openehr.schemas.v1.impl.PARTYSELFImpl Maven / Gradle / Ivy
/*
* XML Type: PARTY_SELF
* Namespace: http://schemas.openehr.org/v1
* Java type: org.openehr.schemas.v1.PARTYSELF
*
* Automatically generated - do not modify.
*/
package org.openehr.schemas.v1.impl;
/**
* An XML PARTY_SELF(@http://schemas.openehr.org/v1).
*
* This is a complex type.
*/
public class PARTYSELFImpl extends org.openehr.schemas.v1.impl.PARTYPROXYImpl implements org.openehr.schemas.v1.PARTYSELF
{
private static final long serialVersionUID = 1L;
public PARTYSELFImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}