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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy