public class CTEightDirectionTransition extends Object implements Child
Java class for CT_EightDirectionTransition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_EightDirectionTransition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="dir" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TransitionEightDirectionType" default="l" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CTEightDirectionTransition() |
| 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.
|
String |
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(String value)
Sets the value of the dir property.
|
void |
setParent(Object parent) |
protected String dir
public String getDir()
Stringpublic void setDir(String value)
value - allowed object is
Stringpublic 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-2021. All Rights Reserved.