public class CTNumericRule extends java.lang.Object implements Child
Java class for CT_NumericRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_NumericRule">
<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"/>
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}double" default="NaN" />
<attribute name="fact" type="{http://www.w3.org/2001/XMLSchema}double" default="NaN" />
<attribute name="max" type="{http://www.w3.org/2001/XMLSchema}double" default="NaN" />
</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 java.lang.Double |
max |
protected STElementType |
ptType |
protected STConstraintType |
type |
protected java.lang.Double |
val |
| Constructor and Description |
|---|
CTNumericRule() |
| 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.
|
double |
getMax()
Gets the value of the max 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.
|
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 |
setMax(java.lang.Double value)
Sets the value of the max property.
|
void |
setParent(java.lang.Object parent) |
void |
setPtType(STElementType value)
Sets the value of the ptType 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 java.lang.Double val
protected java.lang.Double fact
protected java.lang.Double max
protected STConstraintType type
protected STConstraintRelationship _for
protected java.lang.String forName
protected STElementType ptType
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic 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 double getMax()
Doublepublic void setMax(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 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.