schemasMicrosoftComVml.CTStroke 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
/*
* XML Type: CT_Stroke
* Namespace: urn:schemas-microsoft-com:vml
* Java type: schemasMicrosoftComVml.CTStroke
*
* Automatically generated - do not modify.
*/
package schemasMicrosoftComVml;
/**
* An XML CT_Stroke(@urn:schemas-microsoft-com:vml).
*
* This is a complex type.
*/
public interface CTStroke extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTStroke.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctstrokee2f6type");
/**
* Gets the "left" element
*/
schemasMicrosoftComOfficeOffice.CTStrokeChild getLeft();
/**
* True if has "left" element
*/
boolean isSetLeft();
/**
* Sets the "left" element
*/
void setLeft(schemasMicrosoftComOfficeOffice.CTStrokeChild left);
/**
* Appends and returns a new empty "left" element
*/
schemasMicrosoftComOfficeOffice.CTStrokeChild addNewLeft();
/**
* Unsets the "left" element
*/
void unsetLeft();
/**
* Gets the "top" element
*/
schemasMicrosoftComOfficeOffice.CTStrokeChild getTop();
/**
* True if has "top" element
*/
boolean isSetTop();
/**
* Sets the "top" element
*/
void setTop(schemasMicrosoftComOfficeOffice.CTStrokeChild top);
/**
* Appends and returns a new empty "top" element
*/
schemasMicrosoftComOfficeOffice.CTStrokeChild addNewTop();
/**
* Unsets the "top" element
*/
void unsetTop();
/**
* Gets the "right" element
*/
schemasMicrosoftComOfficeOffice.CTStrokeChild getRight();
/**
* True if has "right" element
*/
boolean isSetRight();
/**
* Sets the "right" element
*/
void setRight(schemasMicrosoftComOfficeOffice.CTStrokeChild right);
/**
* Appends and returns a new empty "right" element
*/
schemasMicrosoftComOfficeOffice.CTStrokeChild addNewRight();
/**
* Unsets the "right" element
*/
void unsetRight();
/**
* Gets the "bottom" element
*/
schemasMicrosoftComOfficeOffice.CTStrokeChild getBottom();
/**
* True if has "bottom" element
*/
boolean isSetBottom();
/**
* Sets the "bottom" element
*/
void setBottom(schemasMicrosoftComOfficeOffice.CTStrokeChild bottom);
/**
* Appends and returns a new empty "bottom" element
*/
schemasMicrosoftComOfficeOffice.CTStrokeChild addNewBottom();
/**
* Unsets the "bottom" element
*/
void unsetBottom();
/**
* Gets the "column" element
*/
schemasMicrosoftComOfficeOffice.CTStrokeChild getColumn();
/**
* True if has "column" element
*/
boolean isSetColumn();
/**
* Sets the "column" element
*/
void setColumn(schemasMicrosoftComOfficeOffice.CTStrokeChild column);
/**
* Appends and returns a new empty "column" element
*/
schemasMicrosoftComOfficeOffice.CTStrokeChild addNewColumn();
/**
* Unsets the "column" element
*/
void unsetColumn();
/**
* Gets the "id" attribute
*/
java.lang.String getId();
/**
* Gets (as xml) the "id" attribute
*/
org.apache.xmlbeans.XmlString xgetId();
/**
* True if has "id" attribute
*/
boolean isSetId();
/**
* Sets the "id" attribute
*/
void setId(java.lang.String id);
/**
* Sets (as xml) the "id" attribute
*/
void xsetId(org.apache.xmlbeans.XmlString id);
/**
* Unsets the "id" attribute
*/
void unsetId();
/**
* Gets the "on" attribute
*/
schemasMicrosoftComVml.STTrueFalse.Enum getOn();
/**
* Gets (as xml) the "on" attribute
*/
schemasMicrosoftComVml.STTrueFalse xgetOn();
/**
* True if has "on" attribute
*/
boolean isSetOn();
/**
* Sets the "on" attribute
*/
void setOn(schemasMicrosoftComVml.STTrueFalse.Enum on);
/**
* Sets (as xml) the "on" attribute
*/
void xsetOn(schemasMicrosoftComVml.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
*/
schemasMicrosoftComVml.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(schemasMicrosoftComVml.STColorType color);
/**
* Unsets the "color" attribute
*/
void unsetColor();
/**
* 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 "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
*/
schemasMicrosoftComVml.STTrueFalse.Enum getImagealignshape();
/**
* Gets (as xml) the "imagealignshape" attribute
*/
schemasMicrosoftComVml.STTrueFalse xgetImagealignshape();
/**
* True if has "imagealignshape" attribute
*/
boolean isSetImagealignshape();
/**
* Sets the "imagealignshape" attribute
*/
void setImagealignshape(schemasMicrosoftComVml.STTrueFalse.Enum imagealignshape);
/**
* Sets (as xml) the "imagealignshape" attribute
*/
void xsetImagealignshape(schemasMicrosoftComVml.STTrueFalse imagealignshape);
/**
* Unsets the "imagealignshape" attribute
*/
void unsetImagealignshape();
/**
* Gets the "color2" attribute
*/
java.lang.String getColor2();
/**
* Gets (as xml) the "color2" attribute
*/
schemasMicrosoftComVml.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(schemasMicrosoftComVml.STColorType color2);
/**
* Unsets the "color2" attribute
*/
void unsetColor2();
/**
* 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();
/**
* Gets the "id" attribute
*/
java.lang.String getId2();
/**
* Gets (as xml) the "id" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId xgetId2();
/**
* True if has "id" attribute
*/
boolean isSetId2();
/**
* Sets the "id" attribute
*/
void setId2(java.lang.String id2);
/**
* Sets (as xml) the "id" attribute
*/
void xsetId2(org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId id2);
/**
* Unsets the "id" attribute
*/
void unsetId2();
/**
* Gets the "insetpen" attribute
*/
schemasMicrosoftComVml.STTrueFalse.Enum getInsetpen();
/**
* Gets (as xml) the "insetpen" attribute
*/
schemasMicrosoftComVml.STTrueFalse xgetInsetpen();
/**
* True if has "insetpen" attribute
*/
boolean isSetInsetpen();
/**
* Sets the "insetpen" attribute
*/
void setInsetpen(schemasMicrosoftComVml.STTrueFalse.Enum insetpen);
/**
* Sets (as xml) the "insetpen" attribute
*/
void xsetInsetpen(schemasMicrosoftComVml.STTrueFalse insetpen);
/**
* Unsets the "insetpen" attribute
*/
void unsetInsetpen();
/**
* Gets the "relid" attribute
*/
java.lang.String getRelid();
/**
* Gets (as xml) the "relid" attribute
*/
schemasMicrosoftComOfficeOffice.STRelationshipId xgetRelid();
/**
* True if has "relid" attribute
*/
boolean isSetRelid();
/**
* Sets the "relid" attribute
*/
void setRelid(java.lang.String relid);
/**
* Sets (as xml) the "relid" attribute
*/
void xsetRelid(schemasMicrosoftComOfficeOffice.STRelationshipId relid);
/**
* Unsets the "relid" attribute
*/
void unsetRelid();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static schemasMicrosoftComVml.CTStroke newInstance() {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static schemasMicrosoftComVml.CTStroke newInstance(org.apache.xmlbeans.XmlOptions options) {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static schemasMicrosoftComVml.CTStroke parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static schemasMicrosoftComVml.CTStroke parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static schemasMicrosoftComVml.CTStroke parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static schemasMicrosoftComVml.CTStroke parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static schemasMicrosoftComVml.CTStroke parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static schemasMicrosoftComVml.CTStroke parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static schemasMicrosoftComVml.CTStroke parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static schemasMicrosoftComVml.CTStroke parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static schemasMicrosoftComVml.CTStroke parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static schemasMicrosoftComVml.CTStroke parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static schemasMicrosoftComVml.CTStroke parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static schemasMicrosoftComVml.CTStroke parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static schemasMicrosoftComVml.CTStroke parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static schemasMicrosoftComVml.CTStroke parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static schemasMicrosoftComVml.CTStroke parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (schemasMicrosoftComVml.CTStroke) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static schemasMicrosoftComVml.CTStroke 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 (schemasMicrosoftComVml.CTStroke) 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
}
}