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 class
CTAnimationDgmBuildProperties.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 String
getBld()
Gets the "bld" attributeboolean
getRev()
Gets the "rev" attributeboolean
isSetBld()
True if has "bld" attributeboolean
isSetRev()
True if has "rev" attributevoid
setBld(String bld)
Sets the "bld" attributevoid
setRev(boolean rev)
Sets the "rev" attributevoid
unsetBld()
Unsets the "bld" attributevoid
unsetRev()
Unsets the "rev" attributeSTAnimationDgmBuildType
xgetBld()
Gets (as xml) the "bld" attributeXmlBoolean
xgetRev()
Gets (as xml) the "rev" attributevoid
xsetBld(STAnimationDgmBuildType bld)
Sets (as xml) the "bld" attributevoid
xsetRev(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
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(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
-
-