public class CTActions extends Object implements Child
Java class for CT_Actions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Actions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2003/InkML}definitions" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="actionGroup" type="{http://schemas.microsoft.com/office/powerpoint/2014/inkAction}CT_ActionGroup"/>
<element name="action" type="{http://schemas.microsoft.com/office/powerpoint/2014/inkAction}CT_Action"/>
</choice>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}id"/>
<attribute name="lengthUnit" use="required" type="{http://www.w3.org/2003/InkML}ST_StandardLengthUnits" />
<attribute name="timeUnit" use="required" type="{http://www.w3.org/2003/InkML}ST_StandardTimeUnits" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
actionGroupOrAction |
protected DefinitionsType |
definitions |
protected String |
id |
protected String |
lengthUnit |
protected String |
timeUnit |
| Constructor and Description |
|---|
CTActions() |
| 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.
|
List<Object> |
getActionGroupOrAction()
Gets the value of the actionGroupOrAction property.
|
DefinitionsType |
getDefinitions()
Gets the value of the definitions property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLengthUnit()
Gets the value of the lengthUnit property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getTimeUnit()
Gets the value of the timeUnit property.
|
void |
setDefinitions(DefinitionsType value)
Sets the value of the definitions property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLengthUnit(String value)
Sets the value of the lengthUnit property.
|
void |
setParent(Object parent) |
void |
setTimeUnit(String value)
Sets the value of the timeUnit property.
|
protected DefinitionsType definitions
protected String id
protected String lengthUnit
protected String timeUnit
public DefinitionsType getDefinitions()
DefinitionsTypepublic void setDefinitions(DefinitionsType value)
value - allowed object is
DefinitionsTypepublic List<Object> getActionGroupOrAction()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the actionGroupOrAction property.
For example, to add a new item, do as follows:
getActionGroupOrAction().add(newItem);
Objects of the following type(s) are allowed in the list
CTActionGroup
CTAction
public void setId(String value)
value - allowed object is
Stringpublic String getLengthUnit()
Stringpublic void setLengthUnit(String value)
value - allowed object is
Stringpublic String getTimeUnit()
Stringpublic void setTimeUnit(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-2019. All Rights Reserved.