public static class PPrBase.Ind extends Object implements Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="left" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" /> <attribute name="leftChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" /> <attribute name="right" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" /> <attribute name="rightChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" /> <attribute name="hanging" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" /> <attribute name="hangingChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" /> <attribute name="firstLine" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" /> <attribute name="firstLineChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
firstLine |
protected BigInteger |
firstLineChars |
protected BigInteger |
hanging |
protected BigInteger |
hangingChars |
protected BigInteger |
left |
protected BigInteger |
leftChars |
protected BigInteger |
right |
protected BigInteger |
rightChars |
Constructor and Description |
---|
PPrBase.Ind() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
BigInteger |
getFirstLine()
Gets the value of the firstLine property.
|
BigInteger |
getFirstLineChars()
Gets the value of the firstLineChars property.
|
BigInteger |
getHanging()
Gets the value of the hanging property.
|
BigInteger |
getHangingChars()
Gets the value of the hangingChars property.
|
BigInteger |
getLeft()
Gets the value of the left property.
|
BigInteger |
getLeftChars()
Gets the value of the leftChars property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
BigInteger |
getRight()
Gets the value of the right property.
|
BigInteger |
getRightChars()
Gets the value of the rightChars property.
|
void |
setFirstLine(BigInteger value)
Sets the value of the firstLine property.
|
void |
setFirstLineChars(BigInteger value)
Sets the value of the firstLineChars property.
|
void |
setHanging(BigInteger value)
Sets the value of the hanging property.
|
void |
setHangingChars(BigInteger value)
Sets the value of the hangingChars property.
|
void |
setLeft(BigInteger value)
Sets the value of the left property.
|
void |
setLeftChars(BigInteger value)
Sets the value of the leftChars property.
|
void |
setParent(Object parent) |
void |
setRight(BigInteger value)
Sets the value of the right property.
|
void |
setRightChars(BigInteger value)
Sets the value of the rightChars property.
|
protected BigInteger left
protected BigInteger leftChars
protected BigInteger right
protected BigInteger rightChars
protected BigInteger hanging
protected BigInteger hangingChars
protected BigInteger firstLine
protected BigInteger firstLineChars
public BigInteger getLeft()
BigInteger
public void setLeft(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getLeftChars()
BigInteger
public void setLeftChars(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getRight()
BigInteger
public void setRight(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getRightChars()
BigInteger
public void setRightChars(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getHanging()
BigInteger
public void setHanging(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getHangingChars()
BigInteger
public void setHangingChars(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getFirstLine()
BigInteger
public void setFirstLine(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getFirstLineChars()
BigInteger
public void setFirstLineChars(BigInteger value)
value
- allowed object is
BigInteger
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2015. All Rights Reserved.