org.docx4j.wml
Class Ind

java.lang.Object
  extended by org.docx4j.wml.Ind
All Implemented Interfaces:
org.jvnet.jaxb2_commons.ppp.Child

public class Ind
extends java.lang.Object
implements org.jvnet.jaxb2_commons.ppp.Child

Java class for Ind complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Ind">
   <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://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="right" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
       <attribute name="rightChars" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="hanging" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
       <attribute name="hangingChars" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="firstLine" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
       <attribute name="firstLineChars" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Ind()
           
 
Method Summary
 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.
 java.math.BigInteger getFirstLine()
          Gets the value of the firstLine property.
 java.math.BigInteger getFirstLineChars()
          Gets the value of the firstLineChars property.
 java.math.BigInteger getHanging()
          Gets the value of the hanging property.
 java.math.BigInteger getHangingChars()
          Gets the value of the hangingChars property.
 java.math.BigInteger getLeft()
          Gets the value of the left property.
 java.math.BigInteger getLeftChars()
          Gets the value of the leftChars property.
 java.lang.Object getParent()
          Gets the parent object in the object tree representing the unmarshalled xml document.
 java.math.BigInteger getRight()
          Gets the value of the right property.
 java.math.BigInteger getRightChars()
          Gets the value of the rightChars property.
 void setFirstLine(java.math.BigInteger value)
          Sets the value of the firstLine property.
 void setFirstLineChars(java.math.BigInteger value)
          Sets the value of the firstLineChars property.
 void setHanging(java.math.BigInteger value)
          Sets the value of the hanging property.
 void setHangingChars(java.math.BigInteger value)
          Sets the value of the hangingChars property.
 void setLeft(java.math.BigInteger value)
          Sets the value of the left property.
 void setLeftChars(java.math.BigInteger value)
          Sets the value of the leftChars property.
 void setParent(java.lang.Object parent)
           
 void setRight(java.math.BigInteger value)
          Sets the value of the right property.
 void setRightChars(java.math.BigInteger value)
          Sets the value of the rightChars property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ind

public Ind()
Method Detail

afterUnmarshal

public 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.

Parameters:
parent - The parent object in the object tree.
unmarshaller - The unmarshaller that generated the instance.

getFirstLine

public java.math.BigInteger getFirstLine()
Gets the value of the firstLine property.

Returns:
possible object is BigInteger

getFirstLineChars

public java.math.BigInteger getFirstLineChars()
Gets the value of the firstLineChars property.

Returns:
possible object is BigInteger

getHanging

public java.math.BigInteger getHanging()
Gets the value of the hanging property.

Returns:
possible object is BigInteger

getHangingChars

public java.math.BigInteger getHangingChars()
Gets the value of the hangingChars property.

Returns:
possible object is BigInteger

getLeft

public java.math.BigInteger getLeft()
Gets the value of the left property.

Returns:
possible object is BigInteger

getLeftChars

public java.math.BigInteger getLeftChars()
Gets the value of the leftChars property.

Returns:
possible object is BigInteger

getParent

public java.lang.Object getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.

Specified by:
getParent in interface org.jvnet.jaxb2_commons.ppp.Child
Returns:
The parent object.

getRight

public java.math.BigInteger getRight()
Gets the value of the right property.

Returns:
possible object is BigInteger

getRightChars

public java.math.BigInteger getRightChars()
Gets the value of the rightChars property.

Returns:
possible object is BigInteger

setFirstLine

public void setFirstLine(java.math.BigInteger value)
Sets the value of the firstLine property.

Parameters:
value - allowed object is BigInteger

setFirstLineChars

public void setFirstLineChars(java.math.BigInteger value)
Sets the value of the firstLineChars property.

Parameters:
value - allowed object is BigInteger

setHanging

public void setHanging(java.math.BigInteger value)
Sets the value of the hanging property.

Parameters:
value - allowed object is BigInteger

setHangingChars

public void setHangingChars(java.math.BigInteger value)
Sets the value of the hangingChars property.

Parameters:
value - allowed object is BigInteger

setLeft

public void setLeft(java.math.BigInteger value)
Sets the value of the left property.

Parameters:
value - allowed object is BigInteger

setLeftChars

public void setLeftChars(java.math.BigInteger value)
Sets the value of the leftChars property.

Parameters:
value - allowed object is BigInteger

setParent

public void setParent(java.lang.Object parent)
Specified by:
setParent in interface org.jvnet.jaxb2_commons.ppp.Child

setRight

public void setRight(java.math.BigInteger value)
Sets the value of the right property.

Parameters:
value - allowed object is BigInteger

setRightChars

public void setRightChars(java.math.BigInteger value)
Sets the value of the rightChars property.

Parameters:
value - allowed object is BigInteger