public class CTReflection extends Object implements Child
Java class for CT_Reflection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Reflection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="blurRad" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" /> <attribute name="stA" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" /> <attribute name="stPos" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" /> <attribute name="endA" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" /> <attribute name="endPos" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" /> <attribute name="dist" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" /> <attribute name="dir" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedAngle" /> <attribute name="fadeDir" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedAngle" /> <attribute name="sx" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" /> <attribute name="sy" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" /> <attribute name="kx" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_FixedAngle" /> <attribute name="ky" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_FixedAngle" /> <attribute name="algn" type="{http://schemas.microsoft.com/office/word/2010/wordml}ST_RectAlignment" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected STRectAlignment |
algn |
protected Long |
blurRad |
protected Integer |
dir |
protected Long |
dist |
protected Integer |
endA |
protected Integer |
endPos |
protected Integer |
fadeDir |
protected Integer |
kx |
protected Integer |
ky |
protected Integer |
stA |
protected Integer |
stPos |
protected Integer |
sx |
protected Integer |
sy |
Constructor and Description |
---|
CTReflection() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STRectAlignment |
getAlgn()
Gets the value of the algn property.
|
Long |
getBlurRad()
Gets the value of the blurRad property.
|
Integer |
getDir()
Gets the value of the dir property.
|
Long |
getDist()
Gets the value of the dist property.
|
Integer |
getEndA()
Gets the value of the endA property.
|
Integer |
getEndPos()
Gets the value of the endPos property.
|
Integer |
getFadeDir()
Gets the value of the fadeDir property.
|
Integer |
getKx()
Gets the value of the kx property.
|
Integer |
getKy()
Gets the value of the ky property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Integer |
getStA()
Gets the value of the stA property.
|
Integer |
getStPos()
Gets the value of the stPos property.
|
Integer |
getSx()
Gets the value of the sx property.
|
Integer |
getSy()
Gets the value of the sy property.
|
void |
setAlgn(STRectAlignment value)
Sets the value of the algn property.
|
void |
setBlurRad(Long value)
Sets the value of the blurRad property.
|
void |
setDir(Integer value)
Sets the value of the dir property.
|
void |
setDist(Long value)
Sets the value of the dist property.
|
void |
setEndA(Integer value)
Sets the value of the endA property.
|
void |
setEndPos(Integer value)
Sets the value of the endPos property.
|
void |
setFadeDir(Integer value)
Sets the value of the fadeDir property.
|
void |
setKx(Integer value)
Sets the value of the kx property.
|
void |
setKy(Integer value)
Sets the value of the ky property.
|
void |
setParent(Object parent) |
void |
setStA(Integer value)
Sets the value of the stA property.
|
void |
setStPos(Integer value)
Sets the value of the stPos property.
|
void |
setSx(Integer value)
Sets the value of the sx property.
|
void |
setSy(Integer value)
Sets the value of the sy property.
|
protected Long blurRad
protected Integer stA
protected Integer stPos
protected Integer endA
protected Integer endPos
protected Long dist
protected Integer dir
protected Integer fadeDir
protected Integer sx
protected Integer sy
protected Integer kx
protected Integer ky
protected STRectAlignment algn
public Long getBlurRad()
Long
public void setBlurRad(Long value)
value
- allowed object is
Long
public Integer getStA()
Integer
public void setStA(Integer value)
value
- allowed object is
Integer
public Integer getStPos()
Integer
public void setStPos(Integer value)
value
- allowed object is
Integer
public Integer getEndA()
Integer
public void setEndA(Integer value)
value
- allowed object is
Integer
public Integer getEndPos()
Integer
public void setEndPos(Integer value)
value
- allowed object is
Integer
public void setDist(Long value)
value
- allowed object is
Long
public Integer getDir()
Integer
public void setDir(Integer value)
value
- allowed object is
Integer
public Integer getFadeDir()
Integer
public void setFadeDir(Integer value)
value
- allowed object is
Integer
public void setSx(Integer value)
value
- allowed object is
Integer
public void setSy(Integer value)
value
- allowed object is
Integer
public void setKx(Integer value)
value
- allowed object is
Integer
public void setKy(Integer value)
value
- allowed object is
Integer
public STRectAlignment getAlgn()
STRectAlignment
public void setAlgn(STRectAlignment value)
value
- allowed object is
STRectAlignment
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.