Interface CTVector3D
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Vector3D(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTVector3D> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetDx()Gets the "dx" attributegetDy()Gets the "dy" attributegetDz()Gets the "dz" attributevoidSets the "dx" attributevoidSets the "dy" attributevoidSets the "dz" attributexgetDx()Gets (as xml) the "dx" attributexgetDy()Gets (as xml) the "dy" attributexgetDz()Gets (as xml) the "dz" attributevoidxsetDx(STCoordinate dx) Sets (as xml) the "dx" attributevoidxsetDy(STCoordinate dy) Sets (as xml) the "dy" attributevoidxsetDz(STCoordinate dz) Sets (as xml) the "dz" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getDx
Object getDx()Gets the "dx" attribute -
xgetDx
STCoordinate xgetDx()Gets (as xml) the "dx" attribute -
setDx
Sets the "dx" attribute -
xsetDx
Sets (as xml) the "dx" attribute -
getDy
Object getDy()Gets the "dy" attribute -
xgetDy
STCoordinate xgetDy()Gets (as xml) the "dy" attribute -
setDy
Sets the "dy" attribute -
xsetDy
Sets (as xml) the "dy" attribute -
getDz
Object getDz()Gets the "dz" attribute -
xgetDz
STCoordinate xgetDz()Gets (as xml) the "dz" attribute -
setDz
Sets the "dz" attribute -
xsetDz
Sets (as xml) the "dz" attribute
-