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