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