public class CTTLTimeNodeSequence extends Object
Java class for CT_TLTimeNodeSequence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLTimeNodeSequence"> <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="prevCondLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeConditionList" minOccurs="0"/> <element name="nextCondLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeConditionList" minOccurs="0"/> </sequence> <attribute name="concurrent" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="prevAc" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLPreviousActionType" /> <attribute name="nextAc" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLNextActionType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
concurrent |
protected CTTLCommonTimeNodeData |
cTn |
protected STTLNextActionType |
nextAc |
protected CTTLTimeConditionList |
nextCondLst |
protected STTLPreviousActionType |
prevAc |
protected CTTLTimeConditionList |
prevCondLst |
Constructor and Description |
---|
CTTLTimeNodeSequence() |
Modifier and Type | Method and Description |
---|---|
CTTLCommonTimeNodeData |
getCTn()
Gets the value of the cTn property.
|
STTLNextActionType |
getNextAc()
Gets the value of the nextAc property.
|
CTTLTimeConditionList |
getNextCondLst()
Gets the value of the nextCondLst property.
|
STTLPreviousActionType |
getPrevAc()
Gets the value of the prevAc property.
|
CTTLTimeConditionList |
getPrevCondLst()
Gets the value of the prevCondLst property.
|
Boolean |
isConcurrent()
Gets the value of the concurrent property.
|
void |
setConcurrent(Boolean value)
Sets the value of the concurrent property.
|
void |
setCTn(CTTLCommonTimeNodeData value)
Sets the value of the cTn property.
|
void |
setNextAc(STTLNextActionType value)
Sets the value of the nextAc property.
|
void |
setNextCondLst(CTTLTimeConditionList value)
Sets the value of the nextCondLst property.
|
void |
setPrevAc(STTLPreviousActionType value)
Sets the value of the prevAc property.
|
void |
setPrevCondLst(CTTLTimeConditionList value)
Sets the value of the prevCondLst property.
|
protected CTTLCommonTimeNodeData cTn
protected CTTLTimeConditionList prevCondLst
protected CTTLTimeConditionList nextCondLst
protected Boolean concurrent
protected STTLPreviousActionType prevAc
protected STTLNextActionType nextAc
public CTTLCommonTimeNodeData getCTn()
CTTLCommonTimeNodeData
public void setCTn(CTTLCommonTimeNodeData value)
value
- allowed object is
CTTLCommonTimeNodeData
public CTTLTimeConditionList getPrevCondLst()
CTTLTimeConditionList
public void setPrevCondLst(CTTLTimeConditionList value)
value
- allowed object is
CTTLTimeConditionList
public CTTLTimeConditionList getNextCondLst()
CTTLTimeConditionList
public void setNextCondLst(CTTLTimeConditionList value)
value
- allowed object is
CTTLTimeConditionList
public Boolean isConcurrent()
Boolean
public void setConcurrent(Boolean value)
value
- allowed object is
Boolean
public STTLPreviousActionType getPrevAc()
STTLPreviousActionType
public void setPrevAc(STTLPreviousActionType value)
value
- allowed object is
STTLPreviousActionType
public STTLNextActionType getNextAc()
STTLNextActionType
public void setNextAc(STTLNextActionType value)
value
- allowed object is
STTLNextActionType
Copyright © 2007-2019. All Rights Reserved.