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

org.xmlblackbox.xsd.impl.IncludefileVersionImpl Maven / Gradle / Ivy

There is a newer version: 3.1.9
Show newest version
/*
 * XML Type:  includefile-version
 * Namespace: http://www.xmlblackbox.org/xsd/
 * Java type: org.xmlblackbox.xsd.IncludefileVersion
 *
 * Automatically generated - do not modify.
 */
package org.xmlblackbox.xsd.impl;
/**
 * An XML includefile-version(@http://www.xmlblackbox.org/xsd/).
 *
 * This is an atomic type that is a restriction of org.xmlblackbox.xsd.IncludefileVersion.
 */
public class IncludefileVersionImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.xmlblackbox.xsd.IncludefileVersion
{
    private static final long serialVersionUID = 1L;
    
    public IncludefileVersionImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType, false);
    }
    
    protected IncludefileVersionImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
    {
        super(sType, b);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy