public class CTShredTransition extends java.lang.Object implements Child
Java class for CT_ShredTransition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ShredTransition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="pattern" type="{http://schemas.microsoft.com/office/powerpoint/2010/main}ST_TransitionShredPattern" default="strip" />
<attribute name="dir" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TransitionInOutDirectionType" default="in" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STTransitionInOutDirectionType |
dir |
protected STTransitionShredPattern |
pattern |
| Constructor and Description |
|---|
CTShredTransition() |
| 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.
|
STTransitionInOutDirectionType |
getDir()
Gets the value of the dir property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STTransitionShredPattern |
getPattern()
Gets the value of the pattern property.
|
void |
setDir(STTransitionInOutDirectionType value)
Sets the value of the dir property.
|
void |
setParent(java.lang.Object parent) |
void |
setPattern(STTransitionShredPattern value)
Sets the value of the pattern property.
|
protected STTransitionShredPattern pattern
protected STTransitionInOutDirectionType dir
public STTransitionShredPattern getPattern()
STTransitionShredPatternpublic void setPattern(STTransitionShredPattern value)
value - allowed object is
STTransitionShredPatternpublic STTransitionInOutDirectionType getDir()
STTransitionInOutDirectionTypepublic void setDir(STTransitionInOutDirectionType value)
value - allowed object is
STTransitionInOutDirectionTypepublic 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.