public class CTSkew extends java.lang.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 java.lang.String |
id |
protected java.lang.String |
matrix |
protected java.lang.String |
offset |
protected STTrueFalse |
on |
protected java.lang.String |
origin |
| Constructor and Description |
|---|
CTSkew() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.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.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getMatrix()
Gets the value of the matrix property.
|
java.lang.String |
getOffset()
Gets the value of the offset property.
|
STTrueFalse |
getOn()
Gets the value of the on property.
|
java.lang.String |
getOrigin()
Gets the value of the origin property.
|
java.lang.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(java.lang.String value)
Sets the value of the id property.
|
void |
setMatrix(java.lang.String value)
Sets the value of the matrix property.
|
void |
setOffset(java.lang.String value)
Sets the value of the offset property.
|
void |
setOn(STTrueFalse value)
Sets the value of the on property.
|
void |
setOrigin(java.lang.String value)
Sets the value of the origin property.
|
void |
setParent(java.lang.Object parent) |
protected java.lang.String id
protected STTrueFalse on
protected java.lang.String offset
protected java.lang.String origin
protected java.lang.String matrix
protected STExt ext
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic STTrueFalse getOn()
STTrueFalsepublic void setOn(STTrueFalse value)
value - allowed object is
STTrueFalsepublic java.lang.String getOffset()
Stringpublic void setOffset(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrigin()
Stringpublic void setOrigin(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMatrix()
Stringpublic void setMatrix(java.lang.String value)
value - allowed object is
Stringpublic void setExt(STExt value)
value - allowed object is
STExtpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.