public class CTTLCommonBehaviorData extends Object implements Child
Java class for CT_TLCommonBehaviorData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLCommonBehaviorData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cTn" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonTimeNodeData"/>
<element name="tgtEl" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeTargetElement"/>
<element name="attrNameLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLBehaviorAttributeNameList" minOccurs="0"/>
</sequence>
<attribute name="additive" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLBehaviorAdditiveType" />
<attribute name="accumulate" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLBehaviorAccumulateType" />
<attribute name="xfrmType" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLBehaviorTransformType" />
<attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="by" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rctx" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="override" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLBehaviorOverrideType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STTLBehaviorAccumulateType |
accumulate |
protected STTLBehaviorAdditiveType |
additive |
protected CTTLBehaviorAttributeNameList |
attrNameLst |
protected String |
by |
protected CTTLCommonTimeNodeData |
cTn |
protected String |
from |
protected STTLBehaviorOverrideType |
override |
protected String |
rctx |
protected CTTLTimeTargetElement |
tgtEl |
protected String |
to |
protected STTLBehaviorTransformType |
xfrmType |
| Constructor and Description |
|---|
CTTLCommonBehaviorData() |
| 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.
|
STTLBehaviorAccumulateType |
getAccumulate()
Gets the value of the accumulate property.
|
STTLBehaviorAdditiveType |
getAdditive()
Gets the value of the additive property.
|
CTTLBehaviorAttributeNameList |
getAttrNameLst()
Gets the value of the attrNameLst property.
|
String |
getBy()
Gets the value of the by property.
|
CTTLCommonTimeNodeData |
getCTn()
Gets the value of the cTn property.
|
String |
getFrom()
Gets the value of the from property.
|
STTLBehaviorOverrideType |
getOverride()
Gets the value of the override property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getRctx()
Gets the value of the rctx property.
|
CTTLTimeTargetElement |
getTgtEl()
Gets the value of the tgtEl property.
|
String |
getTo()
Gets the value of the to property.
|
STTLBehaviorTransformType |
getXfrmType()
Gets the value of the xfrmType property.
|
void |
setAccumulate(STTLBehaviorAccumulateType value)
Sets the value of the accumulate property.
|
void |
setAdditive(STTLBehaviorAdditiveType value)
Sets the value of the additive property.
|
void |
setAttrNameLst(CTTLBehaviorAttributeNameList value)
Sets the value of the attrNameLst property.
|
void |
setBy(String value)
Sets the value of the by property.
|
void |
setCTn(CTTLCommonTimeNodeData value)
Sets the value of the cTn property.
|
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setOverride(STTLBehaviorOverrideType value)
Sets the value of the override property.
|
void |
setParent(Object parent) |
void |
setRctx(String value)
Sets the value of the rctx property.
|
void |
setTgtEl(CTTLTimeTargetElement value)
Sets the value of the tgtEl property.
|
void |
setTo(String value)
Sets the value of the to property.
|
void |
setXfrmType(STTLBehaviorTransformType value)
Sets the value of the xfrmType property.
|
protected CTTLCommonTimeNodeData cTn
protected CTTLTimeTargetElement tgtEl
protected CTTLBehaviorAttributeNameList attrNameLst
protected STTLBehaviorAdditiveType additive
protected STTLBehaviorAccumulateType accumulate
protected STTLBehaviorTransformType xfrmType
protected String from
protected String to
protected String by
protected String rctx
protected STTLBehaviorOverrideType override
public CTTLCommonTimeNodeData getCTn()
CTTLCommonTimeNodeDatapublic void setCTn(CTTLCommonTimeNodeData value)
value - allowed object is
CTTLCommonTimeNodeDatapublic CTTLTimeTargetElement getTgtEl()
CTTLTimeTargetElementpublic void setTgtEl(CTTLTimeTargetElement value)
value - allowed object is
CTTLTimeTargetElementpublic CTTLBehaviorAttributeNameList getAttrNameLst()
CTTLBehaviorAttributeNameListpublic void setAttrNameLst(CTTLBehaviorAttributeNameList value)
value - allowed object is
CTTLBehaviorAttributeNameListpublic STTLBehaviorAdditiveType getAdditive()
STTLBehaviorAdditiveTypepublic void setAdditive(STTLBehaviorAdditiveType value)
value - allowed object is
STTLBehaviorAdditiveTypepublic STTLBehaviorAccumulateType getAccumulate()
STTLBehaviorAccumulateTypepublic void setAccumulate(STTLBehaviorAccumulateType value)
value - allowed object is
STTLBehaviorAccumulateTypepublic STTLBehaviorTransformType getXfrmType()
STTLBehaviorTransformTypepublic void setXfrmType(STTLBehaviorTransformType value)
value - allowed object is
STTLBehaviorTransformTypepublic String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic void setTo(String value)
value - allowed object is
Stringpublic void setBy(String value)
value - allowed object is
Stringpublic String getRctx()
Stringpublic void setRctx(String value)
value - allowed object is
Stringpublic STTLBehaviorOverrideType getOverride()
STTLBehaviorOverrideTypepublic void setOverride(STTLBehaviorOverrideType value)
value - allowed object is
STTLBehaviorOverrideTypepublic 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.