public class CTSkew extends Object implements Child
Java class for CT_Skew complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Skew"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="on" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" /> <attribute name="offset" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="origin" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="matrix" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected STExt |
ext |
protected String |
id |
protected String |
matrix |
protected String |
offset |
protected STTrueFalse |
on |
protected String |
origin |
Constructor and Description |
---|
CTSkew() |
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.
|
STExt |
getExt()
Gets the value of the ext property.
|
String |
getId()
Gets the value of the id property.
|
String |
getMatrix()
Gets the value of the matrix property.
|
String |
getOffset()
Gets the value of the offset property.
|
STTrueFalse |
getOn()
Gets the value of the on property.
|
String |
getOrigin()
Gets the value of the origin property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setExt(STExt value)
Sets the value of the ext property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMatrix(String value)
Sets the value of the matrix property.
|
void |
setOffset(String value)
Sets the value of the offset property.
|
void |
setOn(STTrueFalse value)
Sets the value of the on property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setParent(Object parent) |
protected String id
protected STTrueFalse on
protected String offset
protected String origin
protected String matrix
protected STExt ext
public void setId(String value)
value
- allowed object is
String
public STTrueFalse getOn()
STTrueFalse
public void setOn(STTrueFalse value)
value
- allowed object is
STTrueFalse
public String getOffset()
String
public void setOffset(String value)
value
- allowed object is
String
public String getOrigin()
String
public void setOrigin(String value)
value
- allowed object is
String
public String getMatrix()
String
public void setMatrix(String value)
value
- allowed object is
String
public void setExt(STExt value)
value
- allowed object is
STExt
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-2019. All Rights Reserved.