public class CTCxn extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destId |
protected long |
destOrd |
protected CTOfficeArtExtensionList |
extLst |
protected String |
modelId |
protected String |
parTransId |
protected String |
presId |
protected String |
sibTransId |
protected String |
srcId |
protected long |
srcOrd |
protected STCxnType |
type |
| Constructor and Description |
|---|
CTCxn() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
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.
|
String |
getModelId()
Gets the value of the modelId property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getParTransId()
Gets the value of the parTransId property.
|
String |
getPresId()
Gets the value of the presId property.
|
String |
getSibTransId()
Gets the value of the sibTransId property.
|
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(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(String value)
Sets the value of the modelId property.
|
void |
setParent(Object parent) |
void |
setParTransId(String value)
Sets the value of the parTransId property.
|
void |
setPresId(String value)
Sets the value of the presId property.
|
void |
setSibTransId(String value)
Sets the value of the sibTransId property.
|
void |
setSrcId(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.
|
protected CTOfficeArtExtensionList extLst
protected String modelId
protected STCxnType type
protected String srcId
protected String destId
protected long srcOrd
protected long destOrd
protected String parTransId
protected String sibTransId
protected String presId
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic String getModelId()
Stringpublic void setModelId(String value)
value - allowed object is
Stringpublic STCxnType getType()
STCxnTypepublic void setType(STCxnType value)
value - allowed object is
STCxnTypepublic String getSrcId()
Stringpublic void setSrcId(String value)
value - allowed object is
Stringpublic String getDestId()
Stringpublic void setDestId(String value)
value - allowed object is
Stringpublic long getSrcOrd()
public void setSrcOrd(long value)
public long getDestOrd()
public void setDestOrd(long value)
public String getParTransId()
Stringpublic void setParTransId(String value)
value - allowed object is
Stringpublic String getSibTransId()
Stringpublic void setSibTransId(String value)
value - allowed object is
Stringpublic String getPresId()
Stringpublic void setPresId(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.