Interface CTNonVisualConnectorProperties
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTNonVisualConnectorProperties extends XmlObject
An XML CT_NonVisualConnectorProperties(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTNonVisualConnectorProperties.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 CTConnectorLockingaddNewCxnSpLocks()Appends and returns a new empty "cxnSpLocks" elementCTConnectionaddNewEndCxn()Appends and returns a new empty "endCxn" elementCTOfficeArtExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTConnectionaddNewStCxn()Appends and returns a new empty "stCxn" elementCTConnectorLockinggetCxnSpLocks()Gets the "cxnSpLocks" elementCTConnectiongetEndCxn()Gets the "endCxn" elementCTOfficeArtExtensionListgetExtLst()Gets the "extLst" elementCTConnectiongetStCxn()Gets the "stCxn" elementbooleanisSetCxnSpLocks()True if has "cxnSpLocks" elementbooleanisSetEndCxn()True if has "endCxn" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetStCxn()True if has "stCxn" elementvoidsetCxnSpLocks(CTConnectorLocking cxnSpLocks)Sets the "cxnSpLocks" elementvoidsetEndCxn(CTConnection endCxn)Sets the "endCxn" elementvoidsetExtLst(CTOfficeArtExtensionList extLst)Sets the "extLst" elementvoidsetStCxn(CTConnection stCxn)Sets the "stCxn" elementvoidunsetCxnSpLocks()Unsets the "cxnSpLocks" elementvoidunsetEndCxn()Unsets the "endCxn" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetStCxn()Unsets the "stCxn" element-
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
-
getCxnSpLocks
CTConnectorLocking getCxnSpLocks()
Gets the "cxnSpLocks" element
-
isSetCxnSpLocks
boolean isSetCxnSpLocks()
True if has "cxnSpLocks" element
-
setCxnSpLocks
void setCxnSpLocks(CTConnectorLocking cxnSpLocks)
Sets the "cxnSpLocks" element
-
addNewCxnSpLocks
CTConnectorLocking addNewCxnSpLocks()
Appends and returns a new empty "cxnSpLocks" element
-
unsetCxnSpLocks
void unsetCxnSpLocks()
Unsets the "cxnSpLocks" element
-
getStCxn
CTConnection getStCxn()
Gets the "stCxn" element
-
isSetStCxn
boolean isSetStCxn()
True if has "stCxn" element
-
setStCxn
void setStCxn(CTConnection stCxn)
Sets the "stCxn" element
-
addNewStCxn
CTConnection addNewStCxn()
Appends and returns a new empty "stCxn" element
-
unsetStCxn
void unsetStCxn()
Unsets the "stCxn" element
-
getEndCxn
CTConnection getEndCxn()
Gets the "endCxn" element
-
isSetEndCxn
boolean isSetEndCxn()
True if has "endCxn" element
-
setEndCxn
void setEndCxn(CTConnection endCxn)
Sets the "endCxn" element
-
addNewEndCxn
CTConnection addNewEndCxn()
Appends and returns a new empty "endCxn" element
-
unsetEndCxn
void unsetEndCxn()
Unsets the "endCxn" element
-
getExtLst
CTOfficeArtExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-