public class CTHeight extends Object implements Child
Java class for CT_Height complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Height">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="hRule" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_HeightRule" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STHeightRule |
hRule |
protected BigInteger |
val |
| Constructor and Description |
|---|
CTHeight() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STHeightRule |
getHRule()
Gets the value of the hRule property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
BigInteger |
getVal()
Gets the value of the val property.
|
void |
setHRule(STHeightRule value)
Sets the value of the hRule property.
|
void |
setParent(Object parent) |
void |
setVal(BigInteger value)
Sets the value of the val property.
|
protected BigInteger val
protected STHeightRule hRule
public BigInteger getVal()
BigIntegerpublic void setVal(BigInteger value)
value - allowed object is
BigIntegerpublic STHeightRule getHRule()
STHeightRulepublic void setHRule(STHeightRule value)
value - allowed object is
STHeightRulepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.