public class CTTLTimeNodeSequence extends java.lang.Object implements Child
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 java.lang.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 |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
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.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STTLPreviousActionType |
getPrevAc()
Gets the value of the prevAc property.
|
CTTLTimeConditionList |
getPrevCondLst()
Gets the value of the prevCondLst property.
|
java.lang.Boolean |
isConcurrent()
Gets the value of the concurrent property.
|
void |
setConcurrent(java.lang.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 |
setParent(java.lang.Object parent) |
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 java.lang.Boolean concurrent
protected STTLPreviousActionType prevAc
protected STTLNextActionType nextAc
public CTTLCommonTimeNodeData getCTn()
CTTLCommonTimeNodeDatapublic void setCTn(CTTLCommonTimeNodeData value)
value - allowed object is
CTTLCommonTimeNodeDatapublic CTTLTimeConditionList getPrevCondLst()
CTTLTimeConditionListpublic void setPrevCondLst(CTTLTimeConditionList value)
value - allowed object is
CTTLTimeConditionListpublic CTTLTimeConditionList getNextCondLst()
CTTLTimeConditionListpublic void setNextCondLst(CTTLTimeConditionList value)
value - allowed object is
CTTLTimeConditionListpublic java.lang.Boolean isConcurrent()
Booleanpublic void setConcurrent(java.lang.Boolean value)
value - allowed object is
Booleanpublic STTLPreviousActionType getPrevAc()
STTLPreviousActionTypepublic void setPrevAc(STTLPreviousActionType value)
value - allowed object is
STTLPreviousActionTypepublic STTLNextActionType getNextAc()
STTLNextActionTypepublic void setNextAc(STTLNextActionType value)
value - allowed object is
STTLNextActionTypepublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.