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

org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  ST_DocPartGallery
 * Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
 * Java type: org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.wordprocessingml.x2006.main;


/**
 * An XML ST_DocPartGallery(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is an atomic type that is a restriction of org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery.
 */
public interface STDocPartGallery extends org.apache.xmlbeans.XmlString
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(STDocPartGallery.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("stdocpartgallery6b71type");
    
    org.apache.xmlbeans.StringEnumAbstractBase enumValue();
    void set(org.apache.xmlbeans.StringEnumAbstractBase e);
    
    static final Enum PLACEHOLDER = Enum.forString("placeholder");
    static final Enum ANY = Enum.forString("any");
    static final Enum DEFAULT = Enum.forString("default");
    static final Enum DOC_PARTS = Enum.forString("docParts");
    static final Enum COVER_PG = Enum.forString("coverPg");
    static final Enum EQ = Enum.forString("eq");
    static final Enum FTRS = Enum.forString("ftrs");
    static final Enum HDRS = Enum.forString("hdrs");
    static final Enum PG_NUM = Enum.forString("pgNum");
    static final Enum TBLS = Enum.forString("tbls");
    static final Enum WATERMARKS = Enum.forString("watermarks");
    static final Enum AUTO_TXT = Enum.forString("autoTxt");
    static final Enum TXT_BOX = Enum.forString("txtBox");
    static final Enum PG_NUM_T = Enum.forString("pgNumT");
    static final Enum PG_NUM_B = Enum.forString("pgNumB");
    static final Enum PG_NUM_MARGINS = Enum.forString("pgNumMargins");
    static final Enum TBL_OF_CONTENTS = Enum.forString("tblOfContents");
    static final Enum BIB = Enum.forString("bib");
    static final Enum CUST_QUICK_PARTS = Enum.forString("custQuickParts");
    static final Enum CUST_COVER_PG = Enum.forString("custCoverPg");
    static final Enum CUST_EQ = Enum.forString("custEq");
    static final Enum CUST_FTRS = Enum.forString("custFtrs");
    static final Enum CUST_HDRS = Enum.forString("custHdrs");
    static final Enum CUST_PG_NUM = Enum.forString("custPgNum");
    static final Enum CUST_TBLS = Enum.forString("custTbls");
    static final Enum CUST_WATERMARKS = Enum.forString("custWatermarks");
    static final Enum CUST_AUTO_TXT = Enum.forString("custAutoTxt");
    static final Enum CUST_TXT_BOX = Enum.forString("custTxtBox");
    static final Enum CUST_PG_NUM_T = Enum.forString("custPgNumT");
    static final Enum CUST_PG_NUM_B = Enum.forString("custPgNumB");
    static final Enum CUST_PG_NUM_MARGINS = Enum.forString("custPgNumMargins");
    static final Enum CUST_TBL_OF_CONTENTS = Enum.forString("custTblOfContents");
    static final Enum CUST_BIB = Enum.forString("custBib");
    static final Enum CUSTOM_1 = Enum.forString("custom1");
    static final Enum CUSTOM_2 = Enum.forString("custom2");
    static final Enum CUSTOM_3 = Enum.forString("custom3");
    static final Enum CUSTOM_4 = Enum.forString("custom4");
    static final Enum CUSTOM_5 = Enum.forString("custom5");
    
    static final int INT_PLACEHOLDER = Enum.INT_PLACEHOLDER;
    static final int INT_ANY = Enum.INT_ANY;
    static final int INT_DEFAULT = Enum.INT_DEFAULT;
    static final int INT_DOC_PARTS = Enum.INT_DOC_PARTS;
    static final int INT_COVER_PG = Enum.INT_COVER_PG;
    static final int INT_EQ = Enum.INT_EQ;
    static final int INT_FTRS = Enum.INT_FTRS;
    static final int INT_HDRS = Enum.INT_HDRS;
    static final int INT_PG_NUM = Enum.INT_PG_NUM;
    static final int INT_TBLS = Enum.INT_TBLS;
    static final int INT_WATERMARKS = Enum.INT_WATERMARKS;
    static final int INT_AUTO_TXT = Enum.INT_AUTO_TXT;
    static final int INT_TXT_BOX = Enum.INT_TXT_BOX;
    static final int INT_PG_NUM_T = Enum.INT_PG_NUM_T;
    static final int INT_PG_NUM_B = Enum.INT_PG_NUM_B;
    static final int INT_PG_NUM_MARGINS = Enum.INT_PG_NUM_MARGINS;
    static final int INT_TBL_OF_CONTENTS = Enum.INT_TBL_OF_CONTENTS;
    static final int INT_BIB = Enum.INT_BIB;
    static final int INT_CUST_QUICK_PARTS = Enum.INT_CUST_QUICK_PARTS;
    static final int INT_CUST_COVER_PG = Enum.INT_CUST_COVER_PG;
    static final int INT_CUST_EQ = Enum.INT_CUST_EQ;
    static final int INT_CUST_FTRS = Enum.INT_CUST_FTRS;
    static final int INT_CUST_HDRS = Enum.INT_CUST_HDRS;
    static final int INT_CUST_PG_NUM = Enum.INT_CUST_PG_NUM;
    static final int INT_CUST_TBLS = Enum.INT_CUST_TBLS;
    static final int INT_CUST_WATERMARKS = Enum.INT_CUST_WATERMARKS;
    static final int INT_CUST_AUTO_TXT = Enum.INT_CUST_AUTO_TXT;
    static final int INT_CUST_TXT_BOX = Enum.INT_CUST_TXT_BOX;
    static final int INT_CUST_PG_NUM_T = Enum.INT_CUST_PG_NUM_T;
    static final int INT_CUST_PG_NUM_B = Enum.INT_CUST_PG_NUM_B;
    static final int INT_CUST_PG_NUM_MARGINS = Enum.INT_CUST_PG_NUM_MARGINS;
    static final int INT_CUST_TBL_OF_CONTENTS = Enum.INT_CUST_TBL_OF_CONTENTS;
    static final int INT_CUST_BIB = Enum.INT_CUST_BIB;
    static final int INT_CUSTOM_1 = Enum.INT_CUSTOM_1;
    static final int INT_CUSTOM_2 = Enum.INT_CUSTOM_2;
    static final int INT_CUSTOM_3 = Enum.INT_CUSTOM_3;
    static final int INT_CUSTOM_4 = Enum.INT_CUSTOM_4;
    static final int INT_CUSTOM_5 = Enum.INT_CUSTOM_5;
    
    /**
     * Enumeration value class for org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery.
     * These enum values can be used as follows:
     * 
     * enum.toString(); // returns the string value of the enum
     * enum.intValue(); // returns an int value, useful for switches
     * // e.g., case Enum.INT_PLACEHOLDER
     * Enum.forString(s); // returns the enum value for a string
     * Enum.forInt(i); // returns the enum value for an int
     * 
* Enumeration objects are immutable singleton objects that * can be compared using == object equality. They have no * public constructor. See the constants defined within this * class for all the valid values. */ static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase { /** * Returns the enum value for a string, or null if none. */ public static Enum forString(java.lang.String s) { return (Enum)table.forString(s); } /** * Returns the enum value corresponding to an int, or null if none. */ public static Enum forInt(int i) { return (Enum)table.forInt(i); } private Enum(java.lang.String s, int i) { super(s, i); } static final int INT_PLACEHOLDER = 1; static final int INT_ANY = 2; static final int INT_DEFAULT = 3; static final int INT_DOC_PARTS = 4; static final int INT_COVER_PG = 5; static final int INT_EQ = 6; static final int INT_FTRS = 7; static final int INT_HDRS = 8; static final int INT_PG_NUM = 9; static final int INT_TBLS = 10; static final int INT_WATERMARKS = 11; static final int INT_AUTO_TXT = 12; static final int INT_TXT_BOX = 13; static final int INT_PG_NUM_T = 14; static final int INT_PG_NUM_B = 15; static final int INT_PG_NUM_MARGINS = 16; static final int INT_TBL_OF_CONTENTS = 17; static final int INT_BIB = 18; static final int INT_CUST_QUICK_PARTS = 19; static final int INT_CUST_COVER_PG = 20; static final int INT_CUST_EQ = 21; static final int INT_CUST_FTRS = 22; static final int INT_CUST_HDRS = 23; static final int INT_CUST_PG_NUM = 24; static final int INT_CUST_TBLS = 25; static final int INT_CUST_WATERMARKS = 26; static final int INT_CUST_AUTO_TXT = 27; static final int INT_CUST_TXT_BOX = 28; static final int INT_CUST_PG_NUM_T = 29; static final int INT_CUST_PG_NUM_B = 30; static final int INT_CUST_PG_NUM_MARGINS = 31; static final int INT_CUST_TBL_OF_CONTENTS = 32; static final int INT_CUST_BIB = 33; static final int INT_CUSTOM_1 = 34; static final int INT_CUSTOM_2 = 35; static final int INT_CUSTOM_3 = 36; static final int INT_CUSTOM_4 = 37; static final int INT_CUSTOM_5 = 38; public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table = new org.apache.xmlbeans.StringEnumAbstractBase.Table ( new Enum[] { new Enum("placeholder", INT_PLACEHOLDER), new Enum("any", INT_ANY), new Enum("default", INT_DEFAULT), new Enum("docParts", INT_DOC_PARTS), new Enum("coverPg", INT_COVER_PG), new Enum("eq", INT_EQ), new Enum("ftrs", INT_FTRS), new Enum("hdrs", INT_HDRS), new Enum("pgNum", INT_PG_NUM), new Enum("tbls", INT_TBLS), new Enum("watermarks", INT_WATERMARKS), new Enum("autoTxt", INT_AUTO_TXT), new Enum("txtBox", INT_TXT_BOX), new Enum("pgNumT", INT_PG_NUM_T), new Enum("pgNumB", INT_PG_NUM_B), new Enum("pgNumMargins", INT_PG_NUM_MARGINS), new Enum("tblOfContents", INT_TBL_OF_CONTENTS), new Enum("bib", INT_BIB), new Enum("custQuickParts", INT_CUST_QUICK_PARTS), new Enum("custCoverPg", INT_CUST_COVER_PG), new Enum("custEq", INT_CUST_EQ), new Enum("custFtrs", INT_CUST_FTRS), new Enum("custHdrs", INT_CUST_HDRS), new Enum("custPgNum", INT_CUST_PG_NUM), new Enum("custTbls", INT_CUST_TBLS), new Enum("custWatermarks", INT_CUST_WATERMARKS), new Enum("custAutoTxt", INT_CUST_AUTO_TXT), new Enum("custTxtBox", INT_CUST_TXT_BOX), new Enum("custPgNumT", INT_CUST_PG_NUM_T), new Enum("custPgNumB", INT_CUST_PG_NUM_B), new Enum("custPgNumMargins", INT_CUST_PG_NUM_MARGINS), new Enum("custTblOfContents", INT_CUST_TBL_OF_CONTENTS), new Enum("custBib", INT_CUST_BIB), new Enum("custom1", INT_CUSTOM_1), new Enum("custom2", INT_CUSTOM_2), new Enum("custom3", INT_CUSTOM_3), new Enum("custom4", INT_CUSTOM_4), new Enum("custom5", INT_CUSTOM_5), } ); private static final long serialVersionUID = 1L; private java.lang.Object readResolve() { return forInt(intValue()); } } /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery newValue(java.lang.Object obj) { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) type.newValue( obj ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery newInstance() { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery newInstance(org.apache.xmlbeans.XmlOptions options) { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } /** @param xmlAsString the string value to parse */ public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } /** @param file the file from which to load an xml document */ public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocPartGallery) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } private Factory() { } // No instance of this class allowed } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy