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