org.apache.xmlbeans.impl.xb.xsdschema.impl.SimpleExplicitGroupImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.dynamic.data.mapping.service Show documentation
Show all versions of com.liferay.dynamic.data.mapping.service Show documentation
Liferay Dynamic Data Mapping Service
The newest version!
/*
* XML Type: simpleExplicitGroup
* Namespace: http://www.w3.org/2001/XMLSchema
* Java type: org.apache.xmlbeans.impl.xb.xsdschema.SimpleExplicitGroup
*
* Automatically generated - do not modify.
*/
package org.apache.xmlbeans.impl.xb.xsdschema.impl;
/**
* An XML simpleExplicitGroup(@http://www.w3.org/2001/XMLSchema).
*
* This is a complex type.
*/
public class SimpleExplicitGroupImpl extends org.apache.xmlbeans.impl.xb.xsdschema.impl.ExplicitGroupImpl implements org.apache.xmlbeans.impl.xb.xsdschema.SimpleExplicitGroup
{
private static final long serialVersionUID = 1L;
public SimpleExplicitGroupImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy