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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy