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