public class CTConstraint extends Object
Java class for CT_Constraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Constraint"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/> </sequence> <attGroup ref="{http://schemas.openxmlformats.org/drawingml/2006/diagram}AG_ConstraintAttributes"/> <attGroup ref="{http://schemas.openxmlformats.org/drawingml/2006/diagram}AG_ConstraintRefAttributes"/> <attribute name="op" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_BoolOperator" default="none" /> <attribute name="val" type="{http://www.w3.org/2001/XMLSchema}double" default="0" /> <attribute name="fact" type="{http://www.w3.org/2001/XMLSchema}double" default="1" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected STConstraintRelationship |
_for |
protected CTOfficeArtExtensionList |
extLst |
protected Double |
fact |
protected String |
forName |
protected STBoolOperator |
op |
protected STElementType |
ptType |
protected STConstraintRelationship |
refFor |
protected String |
refForName |
protected STElementType |
refPtType |
protected STConstraintType |
refType |
protected STConstraintType |
type |
protected Double |
val |
Constructor and Description |
---|
CTConstraint() |
Modifier and Type | Method and Description |
---|---|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
double |
getFact()
Gets the value of the fact property.
|
STConstraintRelationship |
getFor()
Gets the value of the for property.
|
String |
getForName()
Gets the value of the forName property.
|
STBoolOperator |
getOp()
Gets the value of the op property.
|
STElementType |
getPtType()
Gets the value of the ptType property.
|
STConstraintRelationship |
getRefFor()
Gets the value of the refFor property.
|
String |
getRefForName()
Gets the value of the refForName property.
|
STElementType |
getRefPtType()
Gets the value of the refPtType property.
|
STConstraintType |
getRefType()
Gets the value of the refType property.
|
STConstraintType |
getType()
Gets the value of the type property.
|
double |
getVal()
Gets the value of the val property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setFact(Double value)
Sets the value of the fact property.
|
void |
setFor(STConstraintRelationship value)
Sets the value of the for property.
|
void |
setForName(String value)
Sets the value of the forName property.
|
void |
setOp(STBoolOperator value)
Sets the value of the op property.
|
void |
setPtType(STElementType value)
Sets the value of the ptType property.
|
void |
setRefFor(STConstraintRelationship value)
Sets the value of the refFor property.
|
void |
setRefForName(String value)
Sets the value of the refForName property.
|
void |
setRefPtType(STElementType value)
Sets the value of the refPtType property.
|
void |
setRefType(STConstraintType value)
Sets the value of the refType property.
|
void |
setType(STConstraintType value)
Sets the value of the type property.
|
void |
setVal(Double value)
Sets the value of the val property.
|
protected CTOfficeArtExtensionList extLst
protected STBoolOperator op
protected Double val
protected Double fact
protected STConstraintType type
protected STConstraintRelationship _for
protected String forName
protected STElementType ptType
protected STConstraintType refType
protected STConstraintRelationship refFor
protected String refForName
protected STElementType refPtType
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public STBoolOperator getOp()
STBoolOperator
public void setOp(STBoolOperator value)
value
- allowed object is
STBoolOperator
public double getVal()
Double
public void setVal(Double value)
value
- allowed object is
Double
public double getFact()
Double
public void setFact(Double value)
value
- allowed object is
Double
public STConstraintType getType()
STConstraintType
public void setType(STConstraintType value)
value
- allowed object is
STConstraintType
public STConstraintRelationship getFor()
STConstraintRelationship
public void setFor(STConstraintRelationship value)
value
- allowed object is
STConstraintRelationship
public String getForName()
String
public void setForName(String value)
value
- allowed object is
String
public STElementType getPtType()
STElementType
public void setPtType(STElementType value)
value
- allowed object is
STElementType
public STConstraintType getRefType()
STConstraintType
public void setRefType(STConstraintType value)
value
- allowed object is
STConstraintType
public STConstraintRelationship getRefFor()
STConstraintRelationship
public void setRefFor(STConstraintRelationship value)
value
- allowed object is
STConstraintRelationship
public String getRefForName()
String
public void setRefForName(String value)
value
- allowed object is
String
public STElementType getRefPtType()
STElementType
public void setRefPtType(STElementType value)
value
- allowed object is
STElementType
Copyright © 2007-2013. All Rights Reserved.