Interface CTPolarAdjustHandle
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTPolarAdjustHandle extends XmlObject
An XML CT_PolarAdjustHandle(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTPolarAdjustHandle.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 CTAdjPoint2D
addNewPos()
Appends and returns a new empty "pos" elementjava.lang.String
getGdRefAng()
Gets the "gdRefAng" attributejava.lang.String
getGdRefR()
Gets the "gdRefR" attributejava.lang.Object
getMaxAng()
Gets the "maxAng" attributejava.lang.Object
getMaxR()
Gets the "maxR" attributejava.lang.Object
getMinAng()
Gets the "minAng" attributejava.lang.Object
getMinR()
Gets the "minR" attributeCTAdjPoint2D
getPos()
Gets the "pos" elementboolean
isSetGdRefAng()
True if has "gdRefAng" attributeboolean
isSetGdRefR()
True if has "gdRefR" attributeboolean
isSetMaxAng()
True if has "maxAng" attributeboolean
isSetMaxR()
True if has "maxR" attributeboolean
isSetMinAng()
True if has "minAng" attributeboolean
isSetMinR()
True if has "minR" attributevoid
setGdRefAng(java.lang.String gdRefAng)
Sets the "gdRefAng" attributevoid
setGdRefR(java.lang.String gdRefR)
Sets the "gdRefR" attributevoid
setMaxAng(java.lang.Object maxAng)
Sets the "maxAng" attributevoid
setMaxR(java.lang.Object maxR)
Sets the "maxR" attributevoid
setMinAng(java.lang.Object minAng)
Sets the "minAng" attributevoid
setMinR(java.lang.Object minR)
Sets the "minR" attributevoid
setPos(CTAdjPoint2D pos)
Sets the "pos" elementvoid
unsetGdRefAng()
Unsets the "gdRefAng" attributevoid
unsetGdRefR()
Unsets the "gdRefR" attributevoid
unsetMaxAng()
Unsets the "maxAng" attributevoid
unsetMaxR()
Unsets the "maxR" attributevoid
unsetMinAng()
Unsets the "minAng" attributevoid
unsetMinR()
Unsets the "minR" attributeSTGeomGuideName
xgetGdRefAng()
Gets (as xml) the "gdRefAng" attributeSTGeomGuideName
xgetGdRefR()
Gets (as xml) the "gdRefR" attributeSTAdjAngle
xgetMaxAng()
Gets (as xml) the "maxAng" attributeSTAdjCoordinate
xgetMaxR()
Gets (as xml) the "maxR" attributeSTAdjAngle
xgetMinAng()
Gets (as xml) the "minAng" attributeSTAdjCoordinate
xgetMinR()
Gets (as xml) the "minR" attributevoid
xsetGdRefAng(STGeomGuideName gdRefAng)
Sets (as xml) the "gdRefAng" attributevoid
xsetGdRefR(STGeomGuideName gdRefR)
Sets (as xml) the "gdRefR" attributevoid
xsetMaxAng(STAdjAngle maxAng)
Sets (as xml) the "maxAng" attributevoid
xsetMaxR(STAdjCoordinate maxR)
Sets (as xml) the "maxR" attributevoid
xsetMinAng(STAdjAngle minAng)
Sets (as xml) the "minAng" attributevoid
xsetMinR(STAdjCoordinate minR)
Sets (as xml) the "minR" 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
-
getPos
CTAdjPoint2D getPos()
Gets the "pos" element
-
setPos
void setPos(CTAdjPoint2D pos)
Sets the "pos" element
-
addNewPos
CTAdjPoint2D addNewPos()
Appends and returns a new empty "pos" element
-
getGdRefR
java.lang.String getGdRefR()
Gets the "gdRefR" attribute
-
xgetGdRefR
STGeomGuideName xgetGdRefR()
Gets (as xml) the "gdRefR" attribute
-
isSetGdRefR
boolean isSetGdRefR()
True if has "gdRefR" attribute
-
setGdRefR
void setGdRefR(java.lang.String gdRefR)
Sets the "gdRefR" attribute
-
xsetGdRefR
void xsetGdRefR(STGeomGuideName gdRefR)
Sets (as xml) the "gdRefR" attribute
-
unsetGdRefR
void unsetGdRefR()
Unsets the "gdRefR" attribute
-
getMinR
java.lang.Object getMinR()
Gets the "minR" attribute
-
xgetMinR
STAdjCoordinate xgetMinR()
Gets (as xml) the "minR" attribute
-
isSetMinR
boolean isSetMinR()
True if has "minR" attribute
-
setMinR
void setMinR(java.lang.Object minR)
Sets the "minR" attribute
-
xsetMinR
void xsetMinR(STAdjCoordinate minR)
Sets (as xml) the "minR" attribute
-
unsetMinR
void unsetMinR()
Unsets the "minR" attribute
-
getMaxR
java.lang.Object getMaxR()
Gets the "maxR" attribute
-
xgetMaxR
STAdjCoordinate xgetMaxR()
Gets (as xml) the "maxR" attribute
-
isSetMaxR
boolean isSetMaxR()
True if has "maxR" attribute
-
setMaxR
void setMaxR(java.lang.Object maxR)
Sets the "maxR" attribute
-
xsetMaxR
void xsetMaxR(STAdjCoordinate maxR)
Sets (as xml) the "maxR" attribute
-
unsetMaxR
void unsetMaxR()
Unsets the "maxR" attribute
-
getGdRefAng
java.lang.String getGdRefAng()
Gets the "gdRefAng" attribute
-
xgetGdRefAng
STGeomGuideName xgetGdRefAng()
Gets (as xml) the "gdRefAng" attribute
-
isSetGdRefAng
boolean isSetGdRefAng()
True if has "gdRefAng" attribute
-
setGdRefAng
void setGdRefAng(java.lang.String gdRefAng)
Sets the "gdRefAng" attribute
-
xsetGdRefAng
void xsetGdRefAng(STGeomGuideName gdRefAng)
Sets (as xml) the "gdRefAng" attribute
-
unsetGdRefAng
void unsetGdRefAng()
Unsets the "gdRefAng" attribute
-
getMinAng
java.lang.Object getMinAng()
Gets the "minAng" attribute
-
xgetMinAng
STAdjAngle xgetMinAng()
Gets (as xml) the "minAng" attribute
-
isSetMinAng
boolean isSetMinAng()
True if has "minAng" attribute
-
setMinAng
void setMinAng(java.lang.Object minAng)
Sets the "minAng" attribute
-
xsetMinAng
void xsetMinAng(STAdjAngle minAng)
Sets (as xml) the "minAng" attribute
-
unsetMinAng
void unsetMinAng()
Unsets the "minAng" attribute
-
getMaxAng
java.lang.Object getMaxAng()
Gets the "maxAng" attribute
-
xgetMaxAng
STAdjAngle xgetMaxAng()
Gets (as xml) the "maxAng" attribute
-
isSetMaxAng
boolean isSetMaxAng()
True if has "maxAng" attribute
-
setMaxAng
void setMaxAng(java.lang.Object maxAng)
Sets the "maxAng" attribute
-
xsetMaxAng
void xsetMaxAng(STAdjAngle maxAng)
Sets (as xml) the "maxAng" attribute
-
unsetMaxAng
void unsetMaxAng()
Unsets the "maxAng" attribute
-
-