Class CTCxn

java.lang.Object
org.docx4j.dml.diagram.CTCxn
All Implemented Interfaces:
Child

public class CTCxn
extends java.lang.Object
implements 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
    Modifier and Type Field Description
    protected java.lang.String destId  
    protected long destOrd  
    protected CTOfficeArtExtensionList extLst  
    protected java.lang.String modelId  
    protected java.lang.String parTransId  
    protected java.lang.String presId  
    protected java.lang.String sibTransId  
    protected java.lang.String srcId  
    protected long srcOrd  
    protected STCxnType type  
  • Constructor Summary

    Constructors
    Constructor Description
    CTCxn()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    java.lang.String getDestId()
    Gets the value of the destId property.
    long getDestOrd()
    Gets the value of the destOrd property.
    CTOfficeArtExtensionList getExtLst()
    Gets the value of the extLst property.
    java.lang.String getModelId()
    Gets the value of the modelId property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getParTransId()
    Gets the value of the parTransId property.
    java.lang.String getPresId()
    Gets the value of the presId property.
    java.lang.String getSibTransId()
    Gets the value of the sibTransId property.
    java.lang.String getSrcId()
    Gets the value of the srcId property.
    long getSrcOrd()
    Gets the value of the srcOrd property.
    STCxnType getType()
    Gets the value of the type property.
    void setDestId​(java.lang.String value)
    Sets the value of the destId property.
    void setDestOrd​(long value)
    Sets the value of the destOrd property.
    void setExtLst​(CTOfficeArtExtensionList value)
    Sets the value of the extLst property.
    void setModelId​(java.lang.String value)
    Sets the value of the modelId property.
    void setParent​(java.lang.Object parent)  
    void setParTransId​(java.lang.String value)
    Sets the value of the parTransId property.
    void setPresId​(java.lang.String value)
    Sets the value of the presId property.
    void setSibTransId​(java.lang.String value)
    Sets the value of the sibTransId property.
    void setSrcId​(java.lang.String value)
    Sets the value of the srcId property.
    void setSrcOrd​(long value)
    Sets the value of the srcOrd property.
    void setType​(STCxnType value)
    Sets the value of the type property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • extLst

      protected CTOfficeArtExtensionList extLst
    • modelId

      protected java.lang.String modelId
    • type

      protected STCxnType type
    • srcId

      protected java.lang.String srcId
    • destId

      protected java.lang.String destId
    • srcOrd

      protected long srcOrd
    • destOrd

      protected long destOrd
    • parTransId

      protected java.lang.String parTransId
    • sibTransId

      protected java.lang.String sibTransId
    • presId

      protected java.lang.String presId
  • Constructor Details

    • CTCxn

      public CTCxn()
  • Method Details

    • getExtLst

      public CTOfficeArtExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTOfficeArtExtensionList
    • setExtLst

      public void setExtLst​(CTOfficeArtExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTOfficeArtExtensionList
    • getModelId

      public java.lang.String getModelId()
      Gets the value of the modelId property.
      Returns:
      possible object is String
    • setModelId

      public void setModelId​(java.lang.String value)
      Sets the value of the modelId property.
      Parameters:
      value - allowed object is String
    • getType

      public STCxnType getType()
      Gets the value of the type property.
      Returns:
      possible object is STCxnType
    • setType

      public void setType​(STCxnType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is STCxnType
    • getSrcId

      public java.lang.String getSrcId()
      Gets the value of the srcId property.
      Returns:
      possible object is String
    • setSrcId

      public void setSrcId​(java.lang.String value)
      Sets the value of the srcId property.
      Parameters:
      value - allowed object is String
    • getDestId

      public java.lang.String getDestId()
      Gets the value of the destId property.
      Returns:
      possible object is String
    • setDestId

      public void setDestId​(java.lang.String value)
      Sets the value of the destId property.
      Parameters:
      value - allowed object is String
    • 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

      public java.lang.String getParTransId()
      Gets the value of the parTransId property.
      Returns:
      possible object is String
    • setParTransId

      public void setParTransId​(java.lang.String value)
      Sets the value of the parTransId property.
      Parameters:
      value - allowed object is String
    • getSibTransId

      public java.lang.String getSibTransId()
      Gets the value of the sibTransId property.
      Returns:
      possible object is String
    • setSibTransId

      public void setSibTransId​(java.lang.String value)
      Sets the value of the sibTransId property.
      Parameters:
      value - allowed object is String
    • getPresId

      public java.lang.String getPresId()
      Gets the value of the presId property.
      Returns:
      possible object is String
    • setPresId

      public void setPresId​(java.lang.String value)
      Sets the value of the presId property.
      Parameters:
      value - allowed object is String
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      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.