schemasMicrosoftComVml.CTBackground 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_Background
* Namespace: urn:schemas-microsoft-com:vml
* Java type: schemasMicrosoftComVml.CTBackground
*
* Automatically generated - do not modify.
*/
package schemasMicrosoftComVml;
/**
* An XML CT_Background(@urn:schemas-microsoft-com:vml).
*
* This is a complex type.
*/
public interface CTBackground extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTBackground.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctbackgroundd4ectype");
/**
* Gets the "fill" element
*/
schemasMicrosoftComVml.CTFill getFill();
/**
* True if has "fill" element
*/
boolean isSetFill();
/**
* Sets the "fill" element
*/
void setFill(schemasMicrosoftComVml.CTFill fill);
/**
* Appends and returns a new empty "fill" element
*/
schemasMicrosoftComVml.CTFill addNewFill();
/**
* Unsets the "fill" element
*/
void unsetFill();
/**
* 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 "filled" attribute
*/
schemasMicrosoftComVml.STTrueFalse.Enum getFilled();
/**
* Gets (as xml) the "filled" attribute
*/
schemasMicrosoftComVml.STTrueFalse xgetFilled();
/**
* True if has "filled" attribute
*/
boolean isSetFilled();
/**
* Sets the "filled" attribute
*/
void setFilled(schemasMicrosoftComVml.STTrueFalse.Enum filled);
/**
* Sets (as xml) the "filled" attribute
*/
void xsetFilled(schemasMicrosoftComVml.STTrueFalse filled);
/**
* Unsets the "filled" attribute
*/
void unsetFilled();
/**
* Gets the "fillcolor" attribute
*/
java.lang.String getFillcolor();
/**
* Gets (as xml) the "fillcolor" attribute
*/
schemasMicrosoftComVml.STColorType xgetFillcolor();
/**
* True if has "fillcolor" attribute
*/
boolean isSetFillcolor();
/**
* Sets the "fillcolor" attribute
*/
void setFillcolor(java.lang.String fillcolor);
/**
* Sets (as xml) the "fillcolor" attribute
*/
void xsetFillcolor(schemasMicrosoftComVml.STColorType fillcolor);
/**
* Unsets the "fillcolor" attribute
*/
void unsetFillcolor();
/**
* Gets the "bwmode" attribute
*/
schemasMicrosoftComOfficeOffice.STBWMode.Enum getBwmode();
/**
* Gets (as xml) the "bwmode" attribute
*/
schemasMicrosoftComOfficeOffice.STBWMode xgetBwmode();
/**
* True if has "bwmode" attribute
*/
boolean isSetBwmode();
/**
* Sets the "bwmode" attribute
*/
void setBwmode(schemasMicrosoftComOfficeOffice.STBWMode.Enum bwmode);
/**
* Sets (as xml) the "bwmode" attribute
*/
void xsetBwmode(schemasMicrosoftComOfficeOffice.STBWMode bwmode);
/**
* Unsets the "bwmode" attribute
*/
void unsetBwmode();
/**
* Gets the "bwpure" attribute
*/
schemasMicrosoftComOfficeOffice.STBWMode.Enum getBwpure();
/**
* Gets (as xml) the "bwpure" attribute
*/
schemasMicrosoftComOfficeOffice.STBWMode xgetBwpure();
/**
* True if has "bwpure" attribute
*/
boolean isSetBwpure();
/**
* Sets the "bwpure" attribute
*/
void setBwpure(schemasMicrosoftComOfficeOffice.STBWMode.Enum bwpure);
/**
* Sets (as xml) the "bwpure" attribute
*/
void xsetBwpure(schemasMicrosoftComOfficeOffice.STBWMode bwpure);
/**
* Unsets the "bwpure" attribute
*/
void unsetBwpure();
/**
* Gets the "bwnormal" attribute
*/
schemasMicrosoftComOfficeOffice.STBWMode.Enum getBwnormal();
/**
* Gets (as xml) the "bwnormal" attribute
*/
schemasMicrosoftComOfficeOffice.STBWMode xgetBwnormal();
/**
* True if has "bwnormal" attribute
*/
boolean isSetBwnormal();
/**
* Sets the "bwnormal" attribute
*/
void setBwnormal(schemasMicrosoftComOfficeOffice.STBWMode.Enum bwnormal);
/**
* Sets (as xml) the "bwnormal" attribute
*/
void xsetBwnormal(schemasMicrosoftComOfficeOffice.STBWMode bwnormal);
/**
* Unsets the "bwnormal" attribute
*/
void unsetBwnormal();
/**
* Gets the "targetscreensize" attribute
*/
schemasMicrosoftComOfficeOffice.STScreenSize.Enum getTargetscreensize();
/**
* Gets (as xml) the "targetscreensize" attribute
*/
schemasMicrosoftComOfficeOffice.STScreenSize xgetTargetscreensize();
/**
* True if has "targetscreensize" attribute
*/
boolean isSetTargetscreensize();
/**
* Sets the "targetscreensize" attribute
*/
void setTargetscreensize(schemasMicrosoftComOfficeOffice.STScreenSize.Enum targetscreensize);
/**
* Sets (as xml) the "targetscreensize" attribute
*/
void xsetTargetscreensize(schemasMicrosoftComOfficeOffice.STScreenSize targetscreensize);
/**
* Unsets the "targetscreensize" attribute
*/
void unsetTargetscreensize();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static schemasMicrosoftComVml.CTBackground newInstance() {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static schemasMicrosoftComVml.CTBackground newInstance(org.apache.xmlbeans.XmlOptions options) {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static schemasMicrosoftComVml.CTBackground parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static schemasMicrosoftComVml.CTBackground parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static schemasMicrosoftComVml.CTBackground parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static schemasMicrosoftComVml.CTBackground parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static schemasMicrosoftComVml.CTBackground parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static schemasMicrosoftComVml.CTBackground parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static schemasMicrosoftComVml.CTBackground parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static schemasMicrosoftComVml.CTBackground parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static schemasMicrosoftComVml.CTBackground parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static schemasMicrosoftComVml.CTBackground parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static schemasMicrosoftComVml.CTBackground parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static schemasMicrosoftComVml.CTBackground parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static schemasMicrosoftComVml.CTBackground parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static schemasMicrosoftComVml.CTBackground parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static schemasMicrosoftComVml.CTBackground parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (schemasMicrosoftComVml.CTBackground) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static schemasMicrosoftComVml.CTBackground 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.CTBackground) 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
}
}