public class CTVector3D extends Object implements Child
Java class for CT_Vector3D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Vector3D">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="dx" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
<attribute name="dy" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
<attribute name="dz" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
dx |
protected long |
dy |
protected long |
dz |
| Constructor and Description |
|---|
CTVector3D() |
| 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.
|
long |
getDx()
Gets the value of the dx property.
|
long |
getDy()
Gets the value of the dy property.
|
long |
getDz()
Gets the value of the dz property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setDx(long value)
Sets the value of the dx property.
|
void |
setDy(long value)
Sets the value of the dy property.
|
void |
setDz(long value)
Sets the value of the dz property.
|
void |
setParent(Object parent) |
public long getDx()
public void setDx(long value)
public long getDy()
public void setDy(long value)
public long getDz()
public void setDz(long value)
public 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-2022. All Rights Reserved.