All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.xmlbeans.impl.xb.xmlconfig.impl.JavaNameImpl Maven / Gradle / Ivy

There is a newer version: 4.0.115
Show newest version
/*
 * 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