schemasMicrosoftComVml.CTShadow Maven / Gradle / Ivy
The newest version!
/*
* XML Type: CT_Shadow
* Namespace: urn:schemas-microsoft-com:vml
* Java type: schemasMicrosoftComVml.CTShadow
*
* Automatically generated - do not modify.
*/
package schemasMicrosoftComVml;
/**
* An XML CT_Shadow(@urn:schemas-microsoft-com:vml).
*
* This is a complex type.
*/
public interface CTShadow extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTShadow.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctshadowdfdetype");
/**
* 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 "type" attribute
*/
schemasMicrosoftComVml.STShadowType.Enum getType();
/**
* Gets (as xml) the "type" attribute
*/
schemasMicrosoftComVml.STShadowType xgetType();
/**
* True if has "type" attribute
*/
boolean isSetType();
/**
* Sets the "type" attribute
*/
void setType(schemasMicrosoftComVml.STShadowType.Enum type);
/**
* Sets (as xml) the "type" attribute
*/
void xsetType(schemasMicrosoftComVml.STShadowType type);
/**
* Unsets the "type" attribute
*/
void unsetType();
/**
* Gets the "obscured" attribute
*/
schemasMicrosoftComVml.STTrueFalse.Enum getObscured();
/**
* Gets (as xml) the "obscured" attribute
*/
schemasMicrosoftComVml.STTrueFalse xgetObscured();
/**
* True if has "obscured" attribute
*/
boolean isSetObscured();
/**
* Sets the "obscured" attribute
*/
void setObscured(schemasMicrosoftComVml.STTrueFalse.Enum obscured);
/**
* Sets (as xml) the "obscured" attribute
*/
void xsetObscured(schemasMicrosoftComVml.STTrueFalse obscured);
/**
* Unsets the "obscured" attribute
*/
void unsetObscured();
/**
* 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 "offset" attribute
*/
java.lang.String getOffset();
/**
* Gets (as xml) the "offset" attribute
*/
org.apache.xmlbeans.XmlString xgetOffset();
/**
* True if has "offset" attribute
*/
boolean isSetOffset();
/**
* Sets the "offset" attribute
*/
void setOffset(java.lang.String offset);
/**
* Sets (as xml) the "offset" attribute
*/
void xsetOffset(org.apache.xmlbeans.XmlString offset);
/**
* Unsets the "offset" attribute
*/
void unsetOffset();
/**
* 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 "offset2" attribute
*/
java.lang.String getOffset2();
/**
* Gets (as xml) the "offset2" attribute
*/
org.apache.xmlbeans.XmlString xgetOffset2();
/**
* True if has "offset2" attribute
*/
boolean isSetOffset2();
/**
* Sets the "offset2" attribute
*/
void setOffset2(java.lang.String offset2);
/**
* Sets (as xml) the "offset2" attribute
*/
void xsetOffset2(org.apache.xmlbeans.XmlString offset2);
/**
* Unsets the "offset2" attribute
*/
void unsetOffset2();
/**
* Gets the "origin" attribute
*/
java.lang.String getOrigin();
/**
* Gets (as xml) the "origin" attribute
*/
org.apache.xmlbeans.XmlString xgetOrigin();
/**
* True if has "origin" attribute
*/
boolean isSetOrigin();
/**
* Sets the "origin" attribute
*/
void setOrigin(java.lang.String origin);
/**
* Sets (as xml) the "origin" attribute
*/
void xsetOrigin(org.apache.xmlbeans.XmlString origin);
/**
* Unsets the "origin" attribute
*/
void unsetOrigin();
/**
* Gets the "matrix" attribute
*/
java.lang.String getMatrix();
/**
* Gets (as xml) the "matrix" attribute
*/
org.apache.xmlbeans.XmlString xgetMatrix();
/**
* True if has "matrix" attribute
*/
boolean isSetMatrix();
/**
* Sets the "matrix" attribute
*/
void setMatrix(java.lang.String matrix);
/**
* Sets (as xml) the "matrix" attribute
*/
void xsetMatrix(org.apache.xmlbeans.XmlString matrix);
/**
* Unsets the "matrix" attribute
*/
void unsetMatrix();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static schemasMicrosoftComVml.CTShadow newInstance() {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static schemasMicrosoftComVml.CTShadow newInstance(org.apache.xmlbeans.XmlOptions options) {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static schemasMicrosoftComVml.CTShadow parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static schemasMicrosoftComVml.CTShadow parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static schemasMicrosoftComVml.CTShadow parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static schemasMicrosoftComVml.CTShadow parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static schemasMicrosoftComVml.CTShadow parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static schemasMicrosoftComVml.CTShadow parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static schemasMicrosoftComVml.CTShadow parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static schemasMicrosoftComVml.CTShadow parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static schemasMicrosoftComVml.CTShadow parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static schemasMicrosoftComVml.CTShadow parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static schemasMicrosoftComVml.CTShadow parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static schemasMicrosoftComVml.CTShadow parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static schemasMicrosoftComVml.CTShadow parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static schemasMicrosoftComVml.CTShadow parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static schemasMicrosoftComVml.CTShadow parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (schemasMicrosoftComVml.CTShadow) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static schemasMicrosoftComVml.CTShadow 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.CTShadow) 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
}
}