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 class
CTNonVisualConnectorProperties.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 CTConnectorLocking
addNewCxnSpLocks()
Appends and returns a new empty "cxnSpLocks" elementCTConnection
addNewEndCxn()
Appends and returns a new empty "endCxn" elementCTOfficeArtExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTConnection
addNewStCxn()
Appends and returns a new empty "stCxn" elementCTConnectorLocking
getCxnSpLocks()
Gets the "cxnSpLocks" elementCTConnection
getEndCxn()
Gets the "endCxn" elementCTOfficeArtExtensionList
getExtLst()
Gets the "extLst" elementCTConnection
getStCxn()
Gets the "stCxn" elementboolean
isSetCxnSpLocks()
True if has "cxnSpLocks" elementboolean
isSetEndCxn()
True if has "endCxn" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetStCxn()
True if has "stCxn" elementvoid
setCxnSpLocks(CTConnectorLocking cxnSpLocks)
Sets the "cxnSpLocks" elementvoid
setEndCxn(CTConnection endCxn)
Sets the "endCxn" elementvoid
setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" elementvoid
setStCxn(CTConnection stCxn)
Sets the "stCxn" elementvoid
unsetCxnSpLocks()
Unsets the "cxnSpLocks" elementvoid
unsetEndCxn()
Unsets the "endCxn" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetStCxn()
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
-
-