Interface CTConnectionSite
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTConnectionSite extends XmlObject
An XML CT_ConnectionSite(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTConnectionSite.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 CTAdjPoint2DaddNewPos()Appends and returns a new empty "pos" elementjava.lang.ObjectgetAng()Gets the "ang" attributeCTAdjPoint2DgetPos()Gets the "pos" elementvoidsetAng(java.lang.Object ang)Sets the "ang" attributevoidsetPos(CTAdjPoint2D pos)Sets the "pos" elementSTAdjAnglexgetAng()Gets (as xml) the "ang" attributevoidxsetAng(STAdjAngle ang)Sets (as xml) the "ang" 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
-
getAng
java.lang.Object getAng()
Gets the "ang" attribute
-
xgetAng
STAdjAngle xgetAng()
Gets (as xml) the "ang" attribute
-
setAng
void setAng(java.lang.Object ang)
Sets the "ang" attribute
-
xsetAng
void xsetAng(STAdjAngle ang)
Sets (as xml) the "ang" attribute
-
-