Package org.docx4j.dml.diagram
Class CTCxn
java.lang.Object
org.docx4j.dml.diagram.CTCxn
- All Implemented Interfaces:
Child
Java class for CT_Cxn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Cxn">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="modelId" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_ModelId" />
<attribute name="type" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_CxnType" default="parOf" />
<attribute name="srcId" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_ModelId" />
<attribute name="destId" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_ModelId" />
<attribute name="srcOrd" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="destOrd" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="parTransId" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_ModelId" default="0" />
<attribute name="sibTransId" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_ModelId" default="0" />
<attribute name="presId" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the destId property.longGets the value of the destOrd property.Gets the value of the extLst property.Gets the value of the modelId property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the parTransId property.Gets the value of the presId property.Gets the value of the sibTransId property.getSrcId()Gets the value of the srcId property.longGets the value of the srcOrd property.getType()Gets the value of the type property.voidSets the value of the destId property.voidsetDestOrd(long value) Sets the value of the destOrd property.voidSets the value of the extLst property.voidsetModelId(String value) Sets the value of the modelId property.voidvoidsetParTransId(String value) Sets the value of the parTransId property.voidSets the value of the presId property.voidsetSibTransId(String value) Sets the value of the sibTransId property.voidSets the value of the srcId property.voidsetSrcOrd(long value) Sets the value of the srcOrd property.voidSets the value of the type property.
-
Field Details
-
extLst
-
modelId
-
type
-
srcId
-
destId
-
srcOrd
protected long srcOrd -
destOrd
protected long destOrd -
parTransId
-
sibTransId
-
presId
-
-
Constructor Details
-
CTCxn
public CTCxn()
-
-
Method Details
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
getModelId
Gets the value of the modelId property.- Returns:
- possible object is
String
-
setModelId
Sets the value of the modelId property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
STCxnType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTCxnType
-
getSrcId
Gets the value of the srcId property.- Returns:
- possible object is
String
-
setSrcId
Sets the value of the srcId property.- Parameters:
value- allowed object isString
-
getDestId
Gets the value of the destId property.- Returns:
- possible object is
String
-
setDestId
Sets the value of the destId property.- Parameters:
value- allowed object isString
-
getSrcOrd
public long getSrcOrd()Gets the value of the srcOrd property. -
setSrcOrd
public void setSrcOrd(long value) Sets the value of the srcOrd property. -
getDestOrd
public long getDestOrd()Gets the value of the destOrd property. -
setDestOrd
public void setDestOrd(long value) Sets the value of the destOrd property. -
getParTransId
Gets the value of the parTransId property.- Returns:
- possible object is
String
-
setParTransId
Sets the value of the parTransId property.- Parameters:
value- allowed object isString
-
getSibTransId
Gets the value of the sibTransId property.- Returns:
- possible object is
String
-
setSibTransId
Sets the value of the sibTransId property.- Parameters:
value- allowed object isString
-
getPresId
Gets the value of the presId property.- Returns:
- possible object is
String
-
setPresId
Sets the value of the presId property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-