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

org.w3.x2000.x09.xmldsig.impl.HMACOutputLengthTypeImpl Maven / Gradle / Ivy

Go to download

This OSGi bundle wraps poi, poi-contrib, poi-ooxml, poi-ooxml-schemas and poi-scratchpad ${pkgVersion} jar files.

There is a newer version: 5.2.3_1
Show newest version
/*
 * XML Type:  HMACOutputLengthType
 * Namespace: http://www.w3.org/2000/09/xmldsig#
 * Java type: org.w3.x2000.x09.xmldsig.HMACOutputLengthType
 *
 * Automatically generated - do not modify.
 */
package org.w3.x2000.x09.xmldsig.impl;
/**
 * An XML HMACOutputLengthType(@http://www.w3.org/2000/09/xmldsig#).
 *
 * This is an atomic type that is a restriction of org.w3.x2000.x09.xmldsig.HMACOutputLengthType.
 */
public class HMACOutputLengthTypeImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements org.w3.x2000.x09.xmldsig.HMACOutputLengthType
{
    
    public HMACOutputLengthTypeImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType, false);
    }
    
    protected HMACOutputLengthTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
    {
        super(sType, b);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy