public class CTCustomGeometry2D extends Object implements Child
Java class for CT_CustomGeometry2D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CustomGeometry2D">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="avLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GeomGuideList" minOccurs="0"/>
<element name="gdLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GeomGuideList" minOccurs="0"/>
<element name="ahLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AdjustHandleList" minOccurs="0"/>
<element name="cxnLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ConnectionSiteList" minOccurs="0"/>
<element name="rect" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GeomRect" minOccurs="0"/>
<element name="pathLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Path2DList"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTAdjustHandleList |
ahLst |
protected CTGeomGuideList |
avLst |
protected CTConnectionSiteList |
cxnLst |
protected CTGeomGuideList |
gdLst |
protected CTPath2DList |
pathLst |
protected CTGeomRect |
rect |
| Constructor and Description |
|---|
CTCustomGeometry2D() |
| 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.
|
CTAdjustHandleList |
getAhLst()
Gets the value of the ahLst property.
|
CTGeomGuideList |
getAvLst()
Gets the value of the avLst property.
|
CTConnectionSiteList |
getCxnLst()
Gets the value of the cxnLst property.
|
CTGeomGuideList |
getGdLst()
Gets the value of the gdLst property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPath2DList |
getPathLst()
Gets the value of the pathLst property.
|
CTGeomRect |
getRect()
Gets the value of the rect property.
|
void |
setAhLst(CTAdjustHandleList value)
Sets the value of the ahLst property.
|
void |
setAvLst(CTGeomGuideList value)
Sets the value of the avLst property.
|
void |
setCxnLst(CTConnectionSiteList value)
Sets the value of the cxnLst property.
|
void |
setGdLst(CTGeomGuideList value)
Sets the value of the gdLst property.
|
void |
setParent(Object parent) |
void |
setPathLst(CTPath2DList value)
Sets the value of the pathLst property.
|
void |
setRect(CTGeomRect value)
Sets the value of the rect property.
|
protected CTGeomGuideList avLst
protected CTGeomGuideList gdLst
protected CTAdjustHandleList ahLst
protected CTConnectionSiteList cxnLst
protected CTGeomRect rect
protected CTPath2DList pathLst
public CTGeomGuideList getAvLst()
CTGeomGuideListpublic void setAvLst(CTGeomGuideList value)
value - allowed object is
CTGeomGuideListpublic CTGeomGuideList getGdLst()
CTGeomGuideListpublic void setGdLst(CTGeomGuideList value)
value - allowed object is
CTGeomGuideListpublic CTAdjustHandleList getAhLst()
CTAdjustHandleListpublic void setAhLst(CTAdjustHandleList value)
value - allowed object is
CTAdjustHandleListpublic CTConnectionSiteList getCxnLst()
CTConnectionSiteListpublic void setCxnLst(CTConnectionSiteList value)
value - allowed object is
CTConnectionSiteListpublic CTGeomRect getRect()
CTGeomRectpublic void setRect(CTGeomRect value)
value - allowed object is
CTGeomRectpublic CTPath2DList getPathLst()
CTPath2DListpublic void setPathLst(CTPath2DList value)
value - allowed object is
CTPath2DListpublic 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-2021. All Rights Reserved.