Interface CTAnimationDgmBuildProperties
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTAnimationDgmBuildProperties extends XmlObject
An XML CT_AnimationDgmBuildProperties(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTAnimationDgmBuildProperties.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBld()Gets the "bld" attributebooleangetRev()Gets the "rev" attributebooleanisSetBld()True if has "bld" attributebooleanisSetRev()True if has "rev" attributevoidsetBld(java.lang.String bld)Sets the "bld" attributevoidsetRev(boolean rev)Sets the "rev" attributevoidunsetBld()Unsets the "bld" attributevoidunsetRev()Unsets the "rev" attributeSTAnimationDgmBuildTypexgetBld()Gets (as xml) the "bld" attributeXmlBooleanxgetRev()Gets (as xml) the "rev" attributevoidxsetBld(STAnimationDgmBuildType bld)Sets (as xml) the "bld" attributevoidxsetRev(XmlBoolean rev)Sets (as xml) the "rev" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getBld
java.lang.String getBld()
Gets the "bld" attribute
-
xgetBld
STAnimationDgmBuildType xgetBld()
Gets (as xml) the "bld" attribute
-
isSetBld
boolean isSetBld()
True if has "bld" attribute
-
setBld
void setBld(java.lang.String bld)
Sets the "bld" attribute
-
xsetBld
void xsetBld(STAnimationDgmBuildType bld)
Sets (as xml) the "bld" attribute
-
unsetBld
void unsetBld()
Unsets the "bld" attribute
-
getRev
boolean getRev()
Gets the "rev" attribute
-
xgetRev
XmlBoolean xgetRev()
Gets (as xml) the "rev" attribute
-
isSetRev
boolean isSetRev()
True if has "rev" attribute
-
setRev
void setRev(boolean rev)
Sets the "rev" attribute
-
xsetRev
void xsetRev(XmlBoolean rev)
Sets (as xml) the "rev" attribute
-
unsetRev
void unsetRev()
Unsets the "rev" attribute
-
-