org.xmlblackbox.xsd.impl.IncludefileVersionImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmlblackbox Show documentation
Show all versions of xmlblackbox Show documentation
XmlBlackBox is a Java framework that enable to describe a test case in Xml
/*
* 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);
}
}