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

org.apache.xmlbeans.impl.xb.xsdschema.impl.LocalElementImpl Maven / Gradle / Ivy

There is a newer version: 5.2.0
Show newest version
/*
 * XML Type:  localElement
 * Namespace: http://www.w3.org/2001/XMLSchema
 * Java type: org.apache.xmlbeans.impl.xb.xsdschema.LocalElement
 *
 * Automatically generated - do not modify.
 */
package org.apache.xmlbeans.impl.xb.xsdschema.impl;
/**
 * An XML localElement(@http://www.w3.org/2001/XMLSchema).
 *
 * This is a complex type.
 */
public class LocalElementImpl extends org.apache.xmlbeans.impl.xb.xsdschema.impl.ElementImpl implements org.apache.xmlbeans.impl.xb.xsdschema.LocalElement
{
    private static final long serialVersionUID = 1L;
    
    public LocalElementImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy