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

org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd 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_Shd
 * Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
 * Java type: org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.wordprocessingml.x2006.main;


/**
 * An XML ST_Shd(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is an atomic type that is a restriction of org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd.
 */
public interface STShd extends org.apache.xmlbeans.XmlString
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(STShd.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("stshd14d3type");
    
    org.apache.xmlbeans.StringEnumAbstractBase enumValue();
    void set(org.apache.xmlbeans.StringEnumAbstractBase e);
    
    static final Enum NIL = Enum.forString("nil");
    static final Enum CLEAR = Enum.forString("clear");
    static final Enum SOLID = Enum.forString("solid");
    static final Enum HORZ_STRIPE = Enum.forString("horzStripe");
    static final Enum VERT_STRIPE = Enum.forString("vertStripe");
    static final Enum REVERSE_DIAG_STRIPE = Enum.forString("reverseDiagStripe");
    static final Enum DIAG_STRIPE = Enum.forString("diagStripe");
    static final Enum HORZ_CROSS = Enum.forString("horzCross");
    static final Enum DIAG_CROSS = Enum.forString("diagCross");
    static final Enum THIN_HORZ_STRIPE = Enum.forString("thinHorzStripe");
    static final Enum THIN_VERT_STRIPE = Enum.forString("thinVertStripe");
    static final Enum THIN_REVERSE_DIAG_STRIPE = Enum.forString("thinReverseDiagStripe");
    static final Enum THIN_DIAG_STRIPE = Enum.forString("thinDiagStripe");
    static final Enum THIN_HORZ_CROSS = Enum.forString("thinHorzCross");
    static final Enum THIN_DIAG_CROSS = Enum.forString("thinDiagCross");
    static final Enum PCT_5 = Enum.forString("pct5");
    static final Enum PCT_10 = Enum.forString("pct10");
    static final Enum PCT_12 = Enum.forString("pct12");
    static final Enum PCT_15 = Enum.forString("pct15");
    static final Enum PCT_20 = Enum.forString("pct20");
    static final Enum PCT_25 = Enum.forString("pct25");
    static final Enum PCT_30 = Enum.forString("pct30");
    static final Enum PCT_35 = Enum.forString("pct35");
    static final Enum PCT_37 = Enum.forString("pct37");
    static final Enum PCT_40 = Enum.forString("pct40");
    static final Enum PCT_45 = Enum.forString("pct45");
    static final Enum PCT_50 = Enum.forString("pct50");
    static final Enum PCT_55 = Enum.forString("pct55");
    static final Enum PCT_60 = Enum.forString("pct60");
    static final Enum PCT_62 = Enum.forString("pct62");
    static final Enum PCT_65 = Enum.forString("pct65");
    static final Enum PCT_70 = Enum.forString("pct70");
    static final Enum PCT_75 = Enum.forString("pct75");
    static final Enum PCT_80 = Enum.forString("pct80");
    static final Enum PCT_85 = Enum.forString("pct85");
    static final Enum PCT_87 = Enum.forString("pct87");
    static final Enum PCT_90 = Enum.forString("pct90");
    static final Enum PCT_95 = Enum.forString("pct95");
    
    static final int INT_NIL = Enum.INT_NIL;
    static final int INT_CLEAR = Enum.INT_CLEAR;
    static final int INT_SOLID = Enum.INT_SOLID;
    static final int INT_HORZ_STRIPE = Enum.INT_HORZ_STRIPE;
    static final int INT_VERT_STRIPE = Enum.INT_VERT_STRIPE;
    static final int INT_REVERSE_DIAG_STRIPE = Enum.INT_REVERSE_DIAG_STRIPE;
    static final int INT_DIAG_STRIPE = Enum.INT_DIAG_STRIPE;
    static final int INT_HORZ_CROSS = Enum.INT_HORZ_CROSS;
    static final int INT_DIAG_CROSS = Enum.INT_DIAG_CROSS;
    static final int INT_THIN_HORZ_STRIPE = Enum.INT_THIN_HORZ_STRIPE;
    static final int INT_THIN_VERT_STRIPE = Enum.INT_THIN_VERT_STRIPE;
    static final int INT_THIN_REVERSE_DIAG_STRIPE = Enum.INT_THIN_REVERSE_DIAG_STRIPE;
    static final int INT_THIN_DIAG_STRIPE = Enum.INT_THIN_DIAG_STRIPE;
    static final int INT_THIN_HORZ_CROSS = Enum.INT_THIN_HORZ_CROSS;
    static final int INT_THIN_DIAG_CROSS = Enum.INT_THIN_DIAG_CROSS;
    static final int INT_PCT_5 = Enum.INT_PCT_5;
    static final int INT_PCT_10 = Enum.INT_PCT_10;
    static final int INT_PCT_12 = Enum.INT_PCT_12;
    static final int INT_PCT_15 = Enum.INT_PCT_15;
    static final int INT_PCT_20 = Enum.INT_PCT_20;
    static final int INT_PCT_25 = Enum.INT_PCT_25;
    static final int INT_PCT_30 = Enum.INT_PCT_30;
    static final int INT_PCT_35 = Enum.INT_PCT_35;
    static final int INT_PCT_37 = Enum.INT_PCT_37;
    static final int INT_PCT_40 = Enum.INT_PCT_40;
    static final int INT_PCT_45 = Enum.INT_PCT_45;
    static final int INT_PCT_50 = Enum.INT_PCT_50;
    static final int INT_PCT_55 = Enum.INT_PCT_55;
    static final int INT_PCT_60 = Enum.INT_PCT_60;
    static final int INT_PCT_62 = Enum.INT_PCT_62;
    static final int INT_PCT_65 = Enum.INT_PCT_65;
    static final int INT_PCT_70 = Enum.INT_PCT_70;
    static final int INT_PCT_75 = Enum.INT_PCT_75;
    static final int INT_PCT_80 = Enum.INT_PCT_80;
    static final int INT_PCT_85 = Enum.INT_PCT_85;
    static final int INT_PCT_87 = Enum.INT_PCT_87;
    static final int INT_PCT_90 = Enum.INT_PCT_90;
    static final int INT_PCT_95 = Enum.INT_PCT_95;
    
    /**
     * Enumeration value class for org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd.
     * 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_NIL
     * 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_NIL = 1; static final int INT_CLEAR = 2; static final int INT_SOLID = 3; static final int INT_HORZ_STRIPE = 4; static final int INT_VERT_STRIPE = 5; static final int INT_REVERSE_DIAG_STRIPE = 6; static final int INT_DIAG_STRIPE = 7; static final int INT_HORZ_CROSS = 8; static final int INT_DIAG_CROSS = 9; static final int INT_THIN_HORZ_STRIPE = 10; static final int INT_THIN_VERT_STRIPE = 11; static final int INT_THIN_REVERSE_DIAG_STRIPE = 12; static final int INT_THIN_DIAG_STRIPE = 13; static final int INT_THIN_HORZ_CROSS = 14; static final int INT_THIN_DIAG_CROSS = 15; static final int INT_PCT_5 = 16; static final int INT_PCT_10 = 17; static final int INT_PCT_12 = 18; static final int INT_PCT_15 = 19; static final int INT_PCT_20 = 20; static final int INT_PCT_25 = 21; static final int INT_PCT_30 = 22; static final int INT_PCT_35 = 23; static final int INT_PCT_37 = 24; static final int INT_PCT_40 = 25; static final int INT_PCT_45 = 26; static final int INT_PCT_50 = 27; static final int INT_PCT_55 = 28; static final int INT_PCT_60 = 29; static final int INT_PCT_62 = 30; static final int INT_PCT_65 = 31; static final int INT_PCT_70 = 32; static final int INT_PCT_75 = 33; static final int INT_PCT_80 = 34; static final int INT_PCT_85 = 35; static final int INT_PCT_87 = 36; static final int INT_PCT_90 = 37; static final int INT_PCT_95 = 38; public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table = new org.apache.xmlbeans.StringEnumAbstractBase.Table ( new Enum[] { new Enum("nil", INT_NIL), new Enum("clear", INT_CLEAR), new Enum("solid", INT_SOLID), new Enum("horzStripe", INT_HORZ_STRIPE), new Enum("vertStripe", INT_VERT_STRIPE), new Enum("reverseDiagStripe", INT_REVERSE_DIAG_STRIPE), new Enum("diagStripe", INT_DIAG_STRIPE), new Enum("horzCross", INT_HORZ_CROSS), new Enum("diagCross", INT_DIAG_CROSS), new Enum("thinHorzStripe", INT_THIN_HORZ_STRIPE), new Enum("thinVertStripe", INT_THIN_VERT_STRIPE), new Enum("thinReverseDiagStripe", INT_THIN_REVERSE_DIAG_STRIPE), new Enum("thinDiagStripe", INT_THIN_DIAG_STRIPE), new Enum("thinHorzCross", INT_THIN_HORZ_CROSS), new Enum("thinDiagCross", INT_THIN_DIAG_CROSS), new Enum("pct5", INT_PCT_5), new Enum("pct10", INT_PCT_10), new Enum("pct12", INT_PCT_12), new Enum("pct15", INT_PCT_15), new Enum("pct20", INT_PCT_20), new Enum("pct25", INT_PCT_25), new Enum("pct30", INT_PCT_30), new Enum("pct35", INT_PCT_35), new Enum("pct37", INT_PCT_37), new Enum("pct40", INT_PCT_40), new Enum("pct45", INT_PCT_45), new Enum("pct50", INT_PCT_50), new Enum("pct55", INT_PCT_55), new Enum("pct60", INT_PCT_60), new Enum("pct62", INT_PCT_62), new Enum("pct65", INT_PCT_65), new Enum("pct70", INT_PCT_70), new Enum("pct75", INT_PCT_75), new Enum("pct80", INT_PCT_80), new Enum("pct85", INT_PCT_85), new Enum("pct87", INT_PCT_87), new Enum("pct90", INT_PCT_90), new Enum("pct95", INT_PCT_95), } ); 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.STShd newValue(java.lang.Object obj) { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd) type.newValue( obj ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd newInstance() { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd newInstance(org.apache.xmlbeans.XmlOptions options) { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } /** @param xmlAsString the string value to parse */ public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd) 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.STShd parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd 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.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd 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.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd 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.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd 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.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STShd) 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.STShd 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.STShd) 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.STShd 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.STShd) 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