org.apache.xmlbeans.impl.xb.xmlconfig.impl.JavaNameImpl 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: javaName
* Namespace: http://xml.apache.org/xmlbeans/2004/02/xbean/config
* Java type: org.apache.xmlbeans.impl.xb.xmlconfig.JavaName
*
* Automatically generated - do not modify.
*/
package org.apache.xmlbeans.impl.xb.xmlconfig.impl;
/**
* An XML javaName(@http://xml.apache.org/xmlbeans/2004/02/xbean/config).
*
* This is an atomic type that is a restriction of org.apache.xmlbeans.impl.xb.xmlconfig.JavaName.
*/
public class JavaNameImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.apache.xmlbeans.impl.xb.xmlconfig.JavaName
{
private static final long serialVersionUID = 1L;
public JavaNameImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected JavaNameImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy