/* * XML Type: CT_TextCharBullet * Namespace: http://schemas.openxmlformats.org/drawingml/2006/main * Java type: org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharBullet * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.drawingml.x2006.main; /** * An XML CT_TextCharBullet(@http://schemas.openxmlformats.org/drawingml/2006/main). * * This is a complex type. */ public interface CTTextCharBullet extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTTextCharBullet.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("cttextcharbullet3c20type"); /** * Gets the "char" attribute */ java.lang.String getChar(); /** * Gets (as xml) the "char" attribute */ org.apache.xmlbeans.XmlString xgetChar(); /** * Sets the "char" attribute */ void setChar(java.lang.String xchar); /** * Sets (as xml) the "char" attribute */ void xsetChar(org.apache.xmlbeans.XmlString xchar); /** * A factory class with static methods for creating instances * of this type. */ }