public class CTTLTimeNodeExclusive extends Object
Java class for CT_TLTimeNodeExclusive complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLTimeNodeExclusive"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cTn" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonTimeNodeData"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTTLCommonTimeNodeData |
cTn |
Constructor and Description |
---|
CTTLTimeNodeExclusive() |
Modifier and Type | Method and Description |
---|---|
CTTLCommonTimeNodeData |
getCTn()
Gets the value of the cTn property.
|
void |
setCTn(CTTLCommonTimeNodeData value)
Sets the value of the cTn property.
|
protected CTTLCommonTimeNodeData cTn
public CTTLCommonTimeNodeData getCTn()
CTTLCommonTimeNodeData
public void setCTn(CTTLCommonTimeNodeData value)
value
- allowed object is
CTTLCommonTimeNodeData
Copyright © 2007-2018. All Rights Reserved.