public class CTAlgorithm extends Object
Java class for CT_Algorithm complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Algorithm"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="param" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_Parameter" maxOccurs="unbounded" minOccurs="0"/> <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/> </sequence> <attribute name="type" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_AlgorithmType" /> <attribute name="rev" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTOfficeArtExtensionList |
extLst |
protected List<CTParameter> |
param |
protected Long |
rev |
protected STAlgorithmType |
type |
Constructor and Description |
---|
CTAlgorithm() |
Modifier and Type | Method and Description |
---|---|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
List<CTParameter> |
getParam()
Gets the value of the param property.
|
long |
getRev()
Gets the value of the rev property.
|
STAlgorithmType |
getType()
Gets the value of the type property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setRev(Long value)
Sets the value of the rev property.
|
void |
setType(STAlgorithmType value)
Sets the value of the type property.
|
protected List<CTParameter> param
protected CTOfficeArtExtensionList extLst
protected STAlgorithmType type
protected Long rev
public List<CTParameter> getParam()
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 param property.
For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
CTParameter
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public STAlgorithmType getType()
STAlgorithmType
public void setType(STAlgorithmType value)
value
- allowed object is
STAlgorithmType
public long getRev()
Long
Copyright © 2007-2018. All Rights Reserved.