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

com.microsoft.schemas.office.x2006.encryption.impl.STHashAlgorithmImpl Maven / Gradle / Ivy

/*
 * XML Type:  ST_HashAlgorithm
 * Namespace: http://schemas.microsoft.com/office/2006/encryption
 * Java type: com.microsoft.schemas.office.x2006.encryption.STHashAlgorithm
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.x2006.encryption.impl;
/**
 * An XML ST_HashAlgorithm(@http://schemas.microsoft.com/office/2006/encryption).
 *
 * This is an atomic type that is a restriction of com.microsoft.schemas.office.x2006.encryption.STHashAlgorithm.
 */
public class STHashAlgorithmImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.office.x2006.encryption.STHashAlgorithm
{
    
    public STHashAlgorithmImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType, false);
    }
    
    protected STHashAlgorithmImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
    {
        super(sType, b);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy