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

schemasMicrosoftComOfficeOffice.CTStrokeChild 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:  CT_StrokeChild
 * Namespace: urn:schemas-microsoft-com:office:office
 * Java type: schemasMicrosoftComOfficeOffice.CTStrokeChild
 *
 * Automatically generated - do not modify.
 */
package schemasMicrosoftComOfficeOffice;


/**
 * An XML CT_StrokeChild(@urn:schemas-microsoft-com:office:office).
 *
 * This is a complex type.
 */
public interface CTStrokeChild extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTStrokeChild.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctstrokechilde83dtype");
    
    /**
     * Gets the "ext" attribute
     */
    schemasMicrosoftComVml.STExt.Enum getExt();
    
    /**
     * Gets (as xml) the "ext" attribute
     */
    schemasMicrosoftComVml.STExt xgetExt();
    
    /**
     * True if has "ext" attribute
     */
    boolean isSetExt();
    
    /**
     * Sets the "ext" attribute
     */
    void setExt(schemasMicrosoftComVml.STExt.Enum ext);
    
    /**
     * Sets (as xml) the "ext" attribute
     */
    void xsetExt(schemasMicrosoftComVml.STExt ext);
    
    /**
     * Unsets the "ext" attribute
     */
    void unsetExt();
    
    /**
     * Gets the "on" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getOn();
    
    /**
     * Gets (as xml) the "on" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetOn();
    
    /**
     * True if has "on" attribute
     */
    boolean isSetOn();
    
    /**
     * Sets the "on" attribute
     */
    void setOn(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum on);
    
    /**
     * Sets (as xml) the "on" attribute
     */
    void xsetOn(schemasMicrosoftComOfficeOffice.STTrueFalse on);
    
    /**
     * Unsets the "on" attribute
     */
    void unsetOn();
    
    /**
     * Gets the "weight" attribute
     */
    java.lang.String getWeight();
    
    /**
     * Gets (as xml) the "weight" attribute
     */
    org.apache.xmlbeans.XmlString xgetWeight();
    
    /**
     * True if has "weight" attribute
     */
    boolean isSetWeight();
    
    /**
     * Sets the "weight" attribute
     */
    void setWeight(java.lang.String weight);
    
    /**
     * Sets (as xml) the "weight" attribute
     */
    void xsetWeight(org.apache.xmlbeans.XmlString weight);
    
    /**
     * Unsets the "weight" attribute
     */
    void unsetWeight();
    
    /**
     * Gets the "color" attribute
     */
    java.lang.String getColor();
    
    /**
     * Gets (as xml) the "color" attribute
     */
    schemasMicrosoftComOfficeOffice.STColorType xgetColor();
    
    /**
     * True if has "color" attribute
     */
    boolean isSetColor();
    
    /**
     * Sets the "color" attribute
     */
    void setColor(java.lang.String color);
    
    /**
     * Sets (as xml) the "color" attribute
     */
    void xsetColor(schemasMicrosoftComOfficeOffice.STColorType color);
    
    /**
     * Unsets the "color" attribute
     */
    void unsetColor();
    
    /**
     * Gets the "color2" attribute
     */
    java.lang.String getColor2();
    
    /**
     * Gets (as xml) the "color2" attribute
     */
    schemasMicrosoftComOfficeOffice.STColorType xgetColor2();
    
    /**
     * True if has "color2" attribute
     */
    boolean isSetColor2();
    
    /**
     * Sets the "color2" attribute
     */
    void setColor2(java.lang.String color2);
    
    /**
     * Sets (as xml) the "color2" attribute
     */
    void xsetColor2(schemasMicrosoftComOfficeOffice.STColorType color2);
    
    /**
     * Unsets the "color2" attribute
     */
    void unsetColor2();
    
    /**
     * Gets the "opacity" attribute
     */
    java.lang.String getOpacity();
    
    /**
     * Gets (as xml) the "opacity" attribute
     */
    org.apache.xmlbeans.XmlString xgetOpacity();
    
    /**
     * True if has "opacity" attribute
     */
    boolean isSetOpacity();
    
    /**
     * Sets the "opacity" attribute
     */
    void setOpacity(java.lang.String opacity);
    
    /**
     * Sets (as xml) the "opacity" attribute
     */
    void xsetOpacity(org.apache.xmlbeans.XmlString opacity);
    
    /**
     * Unsets the "opacity" attribute
     */
    void unsetOpacity();
    
    /**
     * Gets the "linestyle" attribute
     */
    schemasMicrosoftComVml.STStrokeLineStyle.Enum getLinestyle();
    
    /**
     * Gets (as xml) the "linestyle" attribute
     */
    schemasMicrosoftComVml.STStrokeLineStyle xgetLinestyle();
    
    /**
     * True if has "linestyle" attribute
     */
    boolean isSetLinestyle();
    
    /**
     * Sets the "linestyle" attribute
     */
    void setLinestyle(schemasMicrosoftComVml.STStrokeLineStyle.Enum linestyle);
    
    /**
     * Sets (as xml) the "linestyle" attribute
     */
    void xsetLinestyle(schemasMicrosoftComVml.STStrokeLineStyle linestyle);
    
    /**
     * Unsets the "linestyle" attribute
     */
    void unsetLinestyle();
    
    /**
     * Gets the "miterlimit" attribute
     */
    java.math.BigDecimal getMiterlimit();
    
    /**
     * Gets (as xml) the "miterlimit" attribute
     */
    org.apache.xmlbeans.XmlDecimal xgetMiterlimit();
    
    /**
     * True if has "miterlimit" attribute
     */
    boolean isSetMiterlimit();
    
    /**
     * Sets the "miterlimit" attribute
     */
    void setMiterlimit(java.math.BigDecimal miterlimit);
    
    /**
     * Sets (as xml) the "miterlimit" attribute
     */
    void xsetMiterlimit(org.apache.xmlbeans.XmlDecimal miterlimit);
    
    /**
     * Unsets the "miterlimit" attribute
     */
    void unsetMiterlimit();
    
    /**
     * Gets the "joinstyle" attribute
     */
    schemasMicrosoftComVml.STStrokeJoinStyle.Enum getJoinstyle();
    
    /**
     * Gets (as xml) the "joinstyle" attribute
     */
    schemasMicrosoftComVml.STStrokeJoinStyle xgetJoinstyle();
    
    /**
     * True if has "joinstyle" attribute
     */
    boolean isSetJoinstyle();
    
    /**
     * Sets the "joinstyle" attribute
     */
    void setJoinstyle(schemasMicrosoftComVml.STStrokeJoinStyle.Enum joinstyle);
    
    /**
     * Sets (as xml) the "joinstyle" attribute
     */
    void xsetJoinstyle(schemasMicrosoftComVml.STStrokeJoinStyle joinstyle);
    
    /**
     * Unsets the "joinstyle" attribute
     */
    void unsetJoinstyle();
    
    /**
     * Gets the "endcap" attribute
     */
    schemasMicrosoftComVml.STStrokeEndCap.Enum getEndcap();
    
    /**
     * Gets (as xml) the "endcap" attribute
     */
    schemasMicrosoftComVml.STStrokeEndCap xgetEndcap();
    
    /**
     * True if has "endcap" attribute
     */
    boolean isSetEndcap();
    
    /**
     * Sets the "endcap" attribute
     */
    void setEndcap(schemasMicrosoftComVml.STStrokeEndCap.Enum endcap);
    
    /**
     * Sets (as xml) the "endcap" attribute
     */
    void xsetEndcap(schemasMicrosoftComVml.STStrokeEndCap endcap);
    
    /**
     * Unsets the "endcap" attribute
     */
    void unsetEndcap();
    
    /**
     * Gets the "dashstyle" attribute
     */
    java.lang.String getDashstyle();
    
    /**
     * Gets (as xml) the "dashstyle" attribute
     */
    org.apache.xmlbeans.XmlString xgetDashstyle();
    
    /**
     * True if has "dashstyle" attribute
     */
    boolean isSetDashstyle();
    
    /**
     * Sets the "dashstyle" attribute
     */
    void setDashstyle(java.lang.String dashstyle);
    
    /**
     * Sets (as xml) the "dashstyle" attribute
     */
    void xsetDashstyle(org.apache.xmlbeans.XmlString dashstyle);
    
    /**
     * Unsets the "dashstyle" attribute
     */
    void unsetDashstyle();
    
    /**
     * Gets the "insetpen" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getInsetpen();
    
    /**
     * Gets (as xml) the "insetpen" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetInsetpen();
    
    /**
     * True if has "insetpen" attribute
     */
    boolean isSetInsetpen();
    
    /**
     * Sets the "insetpen" attribute
     */
    void setInsetpen(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum insetpen);
    
    /**
     * Sets (as xml) the "insetpen" attribute
     */
    void xsetInsetpen(schemasMicrosoftComOfficeOffice.STTrueFalse insetpen);
    
    /**
     * Unsets the "insetpen" attribute
     */
    void unsetInsetpen();
    
    /**
     * Gets the "filltype" attribute
     */
    schemasMicrosoftComVml.STFillType.Enum getFilltype();
    
    /**
     * Gets (as xml) the "filltype" attribute
     */
    schemasMicrosoftComVml.STFillType xgetFilltype();
    
    /**
     * True if has "filltype" attribute
     */
    boolean isSetFilltype();
    
    /**
     * Sets the "filltype" attribute
     */
    void setFilltype(schemasMicrosoftComVml.STFillType.Enum filltype);
    
    /**
     * Sets (as xml) the "filltype" attribute
     */
    void xsetFilltype(schemasMicrosoftComVml.STFillType filltype);
    
    /**
     * Unsets the "filltype" attribute
     */
    void unsetFilltype();
    
    /**
     * Gets the "src" attribute
     */
    java.lang.String getSrc();
    
    /**
     * Gets (as xml) the "src" attribute
     */
    org.apache.xmlbeans.XmlString xgetSrc();
    
    /**
     * True if has "src" attribute
     */
    boolean isSetSrc();
    
    /**
     * Sets the "src" attribute
     */
    void setSrc(java.lang.String src);
    
    /**
     * Sets (as xml) the "src" attribute
     */
    void xsetSrc(org.apache.xmlbeans.XmlString src);
    
    /**
     * Unsets the "src" attribute
     */
    void unsetSrc();
    
    /**
     * Gets the "imageaspect" attribute
     */
    schemasMicrosoftComVml.STImageAspect.Enum getImageaspect();
    
    /**
     * Gets (as xml) the "imageaspect" attribute
     */
    schemasMicrosoftComVml.STImageAspect xgetImageaspect();
    
    /**
     * True if has "imageaspect" attribute
     */
    boolean isSetImageaspect();
    
    /**
     * Sets the "imageaspect" attribute
     */
    void setImageaspect(schemasMicrosoftComVml.STImageAspect.Enum imageaspect);
    
    /**
     * Sets (as xml) the "imageaspect" attribute
     */
    void xsetImageaspect(schemasMicrosoftComVml.STImageAspect imageaspect);
    
    /**
     * Unsets the "imageaspect" attribute
     */
    void unsetImageaspect();
    
    /**
     * Gets the "imagesize" attribute
     */
    java.lang.String getImagesize();
    
    /**
     * Gets (as xml) the "imagesize" attribute
     */
    org.apache.xmlbeans.XmlString xgetImagesize();
    
    /**
     * True if has "imagesize" attribute
     */
    boolean isSetImagesize();
    
    /**
     * Sets the "imagesize" attribute
     */
    void setImagesize(java.lang.String imagesize);
    
    /**
     * Sets (as xml) the "imagesize" attribute
     */
    void xsetImagesize(org.apache.xmlbeans.XmlString imagesize);
    
    /**
     * Unsets the "imagesize" attribute
     */
    void unsetImagesize();
    
    /**
     * Gets the "imagealignshape" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getImagealignshape();
    
    /**
     * Gets (as xml) the "imagealignshape" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetImagealignshape();
    
    /**
     * True if has "imagealignshape" attribute
     */
    boolean isSetImagealignshape();
    
    /**
     * Sets the "imagealignshape" attribute
     */
    void setImagealignshape(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum imagealignshape);
    
    /**
     * Sets (as xml) the "imagealignshape" attribute
     */
    void xsetImagealignshape(schemasMicrosoftComOfficeOffice.STTrueFalse imagealignshape);
    
    /**
     * Unsets the "imagealignshape" attribute
     */
    void unsetImagealignshape();
    
    /**
     * Gets the "startarrow" attribute
     */
    schemasMicrosoftComVml.STStrokeArrowType.Enum getStartarrow();
    
    /**
     * Gets (as xml) the "startarrow" attribute
     */
    schemasMicrosoftComVml.STStrokeArrowType xgetStartarrow();
    
    /**
     * True if has "startarrow" attribute
     */
    boolean isSetStartarrow();
    
    /**
     * Sets the "startarrow" attribute
     */
    void setStartarrow(schemasMicrosoftComVml.STStrokeArrowType.Enum startarrow);
    
    /**
     * Sets (as xml) the "startarrow" attribute
     */
    void xsetStartarrow(schemasMicrosoftComVml.STStrokeArrowType startarrow);
    
    /**
     * Unsets the "startarrow" attribute
     */
    void unsetStartarrow();
    
    /**
     * Gets the "startarrowwidth" attribute
     */
    schemasMicrosoftComVml.STStrokeArrowWidth.Enum getStartarrowwidth();
    
    /**
     * Gets (as xml) the "startarrowwidth" attribute
     */
    schemasMicrosoftComVml.STStrokeArrowWidth xgetStartarrowwidth();
    
    /**
     * True if has "startarrowwidth" attribute
     */
    boolean isSetStartarrowwidth();
    
    /**
     * Sets the "startarrowwidth" attribute
     */
    void setStartarrowwidth(schemasMicrosoftComVml.STStrokeArrowWidth.Enum startarrowwidth);
    
    /**
     * Sets (as xml) the "startarrowwidth" attribute
     */
    void xsetStartarrowwidth(schemasMicrosoftComVml.STStrokeArrowWidth startarrowwidth);
    
    /**
     * Unsets the "startarrowwidth" attribute
     */
    void unsetStartarrowwidth();
    
    /**
     * Gets the "startarrowlength" attribute
     */
    schemasMicrosoftComVml.STStrokeArrowLength.Enum getStartarrowlength();
    
    /**
     * Gets (as xml) the "startarrowlength" attribute
     */
    schemasMicrosoftComVml.STStrokeArrowLength xgetStartarrowlength();
    
    /**
     * True if has "startarrowlength" attribute
     */
    boolean isSetStartarrowlength();
    
    /**
     * Sets the "startarrowlength" attribute
     */
    void setStartarrowlength(schemasMicrosoftComVml.STStrokeArrowLength.Enum startarrowlength);
    
    /**
     * Sets (as xml) the "startarrowlength" attribute
     */
    void xsetStartarrowlength(schemasMicrosoftComVml.STStrokeArrowLength startarrowlength);
    
    /**
     * Unsets the "startarrowlength" attribute
     */
    void unsetStartarrowlength();
    
    /**
     * Gets the "endarrow" attribute
     */
    schemasMicrosoftComVml.STStrokeArrowType.Enum getEndarrow();
    
    /**
     * Gets (as xml) the "endarrow" attribute
     */
    schemasMicrosoftComVml.STStrokeArrowType xgetEndarrow();
    
    /**
     * True if has "endarrow" attribute
     */
    boolean isSetEndarrow();
    
    /**
     * Sets the "endarrow" attribute
     */
    void setEndarrow(schemasMicrosoftComVml.STStrokeArrowType.Enum endarrow);
    
    /**
     * Sets (as xml) the "endarrow" attribute
     */
    void xsetEndarrow(schemasMicrosoftComVml.STStrokeArrowType endarrow);
    
    /**
     * Unsets the "endarrow" attribute
     */
    void unsetEndarrow();
    
    /**
     * Gets the "endarrowwidth" attribute
     */
    schemasMicrosoftComVml.STStrokeArrowWidth.Enum getEndarrowwidth();
    
    /**
     * Gets (as xml) the "endarrowwidth" attribute
     */
    schemasMicrosoftComVml.STStrokeArrowWidth xgetEndarrowwidth();
    
    /**
     * True if has "endarrowwidth" attribute
     */
    boolean isSetEndarrowwidth();
    
    /**
     * Sets the "endarrowwidth" attribute
     */
    void setEndarrowwidth(schemasMicrosoftComVml.STStrokeArrowWidth.Enum endarrowwidth);
    
    /**
     * Sets (as xml) the "endarrowwidth" attribute
     */
    void xsetEndarrowwidth(schemasMicrosoftComVml.STStrokeArrowWidth endarrowwidth);
    
    /**
     * Unsets the "endarrowwidth" attribute
     */
    void unsetEndarrowwidth();
    
    /**
     * Gets the "endarrowlength" attribute
     */
    schemasMicrosoftComVml.STStrokeArrowLength.Enum getEndarrowlength();
    
    /**
     * Gets (as xml) the "endarrowlength" attribute
     */
    schemasMicrosoftComVml.STStrokeArrowLength xgetEndarrowlength();
    
    /**
     * True if has "endarrowlength" attribute
     */
    boolean isSetEndarrowlength();
    
    /**
     * Sets the "endarrowlength" attribute
     */
    void setEndarrowlength(schemasMicrosoftComVml.STStrokeArrowLength.Enum endarrowlength);
    
    /**
     * Sets (as xml) the "endarrowlength" attribute
     */
    void xsetEndarrowlength(schemasMicrosoftComVml.STStrokeArrowLength endarrowlength);
    
    /**
     * Unsets the "endarrowlength" attribute
     */
    void unsetEndarrowlength();
    
    /**
     * Gets the "href" attribute
     */
    java.lang.String getHref();
    
    /**
     * Gets (as xml) the "href" attribute
     */
    org.apache.xmlbeans.XmlString xgetHref();
    
    /**
     * True if has "href" attribute
     */
    boolean isSetHref();
    
    /**
     * Sets the "href" attribute
     */
    void setHref(java.lang.String href);
    
    /**
     * Sets (as xml) the "href" attribute
     */
    void xsetHref(org.apache.xmlbeans.XmlString href);
    
    /**
     * Unsets the "href" attribute
     */
    void unsetHref();
    
    /**
     * Gets the "althref" attribute
     */
    java.lang.String getAlthref();
    
    /**
     * Gets (as xml) the "althref" attribute
     */
    org.apache.xmlbeans.XmlString xgetAlthref();
    
    /**
     * True if has "althref" attribute
     */
    boolean isSetAlthref();
    
    /**
     * Sets the "althref" attribute
     */
    void setAlthref(java.lang.String althref);
    
    /**
     * Sets (as xml) the "althref" attribute
     */
    void xsetAlthref(org.apache.xmlbeans.XmlString althref);
    
    /**
     * Unsets the "althref" attribute
     */
    void unsetAlthref();
    
    /**
     * Gets the "title" attribute
     */
    java.lang.String getTitle();
    
    /**
     * Gets (as xml) the "title" attribute
     */
    org.apache.xmlbeans.XmlString xgetTitle();
    
    /**
     * True if has "title" attribute
     */
    boolean isSetTitle();
    
    /**
     * Sets the "title" attribute
     */
    void setTitle(java.lang.String title);
    
    /**
     * Sets (as xml) the "title" attribute
     */
    void xsetTitle(org.apache.xmlbeans.XmlString title);
    
    /**
     * Unsets the "title" attribute
     */
    void unsetTitle();
    
    /**
     * Gets the "forcedash" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getForcedash();
    
    /**
     * Gets (as xml) the "forcedash" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetForcedash();
    
    /**
     * True if has "forcedash" attribute
     */
    boolean isSetForcedash();
    
    /**
     * Sets the "forcedash" attribute
     */
    void setForcedash(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum forcedash);
    
    /**
     * Sets (as xml) the "forcedash" attribute
     */
    void xsetForcedash(schemasMicrosoftComOfficeOffice.STTrueFalse forcedash);
    
    /**
     * Unsets the "forcedash" attribute
     */
    void unsetForcedash();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild newInstance() {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (schemasMicrosoftComOfficeOffice.CTStrokeChild) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static schemasMicrosoftComOfficeOffice.CTStrokeChild 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 (schemasMicrosoftComOfficeOffice.CTStrokeChild) 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