public class CTConstraint extends java.lang.Object implements Child
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 java.lang.Double |
fact |
protected java.lang.String |
forName |
protected STBoolOperator |
op |
protected STElementType |
ptType |
protected STConstraintRelationship |
refFor |
protected java.lang.String |
refForName |
protected STElementType |
refPtType |
protected STConstraintType |
refType |
protected STConstraintType |
type |
protected java.lang.Double |
val |
| Constructor and Description |
|---|
CTConstraint() |
| 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.
|
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.
|
java.lang.String |
getForName()
Gets the value of the forName property.
|
STBoolOperator |
getOp()
Gets the value of the op property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STElementType |
getPtType()
Gets the value of the ptType property.
|
STConstraintRelationship |
getRefFor()
Gets the value of the refFor property.
|
java.lang.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(java.lang.Double value)
Sets the value of the fact property.
|
void |
setFor(STConstraintRelationship value)
Sets the value of the for property.
|
void |
setForName(java.lang.String value)
Sets the value of the forName property.
|
void |
setOp(STBoolOperator value)
Sets the value of the op property.
|
void |
setParent(java.lang.Object parent) |
void |
setPtType(STElementType value)
Sets the value of the ptType property.
|
void |
setRefFor(STConstraintRelationship value)
Sets the value of the refFor property.
|
void |
setRefForName(java.lang.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(java.lang.Double value)
Sets the value of the val property.
|
protected CTOfficeArtExtensionList extLst
protected STBoolOperator op
protected java.lang.Double val
protected java.lang.Double fact
protected STConstraintType type
protected STConstraintRelationship _for
protected java.lang.String forName
protected STElementType ptType
protected STConstraintType refType
protected STConstraintRelationship refFor
protected java.lang.String refForName
protected STElementType refPtType
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic STBoolOperator getOp()
STBoolOperatorpublic void setOp(STBoolOperator value)
value - allowed object is
STBoolOperatorpublic double getVal()
Doublepublic void setVal(java.lang.Double value)
value - allowed object is
Doublepublic double getFact()
Doublepublic void setFact(java.lang.Double value)
value - allowed object is
Doublepublic STConstraintType getType()
STConstraintTypepublic void setType(STConstraintType value)
value - allowed object is
STConstraintTypepublic STConstraintRelationship getFor()
STConstraintRelationshippublic void setFor(STConstraintRelationship value)
value - allowed object is
STConstraintRelationshippublic java.lang.String getForName()
Stringpublic void setForName(java.lang.String value)
value - allowed object is
Stringpublic STElementType getPtType()
STElementTypepublic void setPtType(STElementType value)
value - allowed object is
STElementTypepublic STConstraintType getRefType()
STConstraintTypepublic void setRefType(STConstraintType value)
value - allowed object is
STConstraintTypepublic STConstraintRelationship getRefFor()
STConstraintRelationshippublic void setRefFor(STConstraintRelationship value)
value - allowed object is
STConstraintRelationshippublic java.lang.String getRefForName()
Stringpublic void setRefForName(java.lang.String value)
value - allowed object is
Stringpublic STElementType getRefPtType()
STElementTypepublic void setRefPtType(STElementType value)
value - allowed object is
STElementTypepublic 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–2023. All rights reserved.