org.xmlblackbox.xsd.impl.SetvariableVersionImpl 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: 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);
}
}