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

org.example.wsHT.impl.XMLTBooleanImpl Maven / Gradle / Ivy

The newest version!
/*
 * XML Type:  tBoolean
 * Namespace: http://www.example.org/WS-HT
 * Java type: org.example.wsHT.XMLTBoolean
 *
 * Automatically generated - do not modify.
 */
package org.example.wsHT.impl;
/**
 * An XML tBoolean(@http://www.example.org/WS-HT).
 *
 * This is an atomic type that is a restriction of org.example.wsHT.XMLTBoolean.
 */
public class XMLTBooleanImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements org.example.wsHT.XMLTBoolean
{
    private static final long serialVersionUID = 1L;
    
    public XMLTBooleanImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType, false);
    }
    
    protected XMLTBooleanImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
    {
        super(sType, b);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy