org.apache.xmlbeans.impl.xb.xsdschema.impl.PublicImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.batch.engine.service
Show all versions of com.liferay.batch.engine.service
Liferay Batch Engine Service
/*
* XML Type: public
* Namespace: http://www.w3.org/2001/XMLSchema
* Java type: org.apache.xmlbeans.impl.xb.xsdschema.Public
*
* Automatically generated - do not modify.
*/
package org.apache.xmlbeans.impl.xb.xsdschema.impl;
/**
* An XML public(@http://www.w3.org/2001/XMLSchema).
*
* This is an atomic type that is a restriction of org.apache.xmlbeans.impl.xb.xsdschema.Public.
*/
public class PublicImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.apache.xmlbeans.impl.xb.xsdschema.Public
{
private static final long serialVersionUID = 1L;
public PublicImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected PublicImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy