org.docx4j.wml
Class InsideH

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

public class InsideH
extends java.lang.Object
implements org.jvnet.jaxb2_commons.ppp.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">
       <attGroup ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border"/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
InsideH()
           
 
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.lang.String getColor()
          Gets the value of the color property.
 java.lang.String getFrame()
          Gets the value of the frame property.
 java.lang.Object getParent()
          Gets the parent object in the object tree representing the unmarshalled xml document.
 java.lang.String getShadow()
          Gets the value of the shadow property.
 java.lang.String getSpace()
          Gets the value of the space property.
 java.lang.String getSz()
          Gets the value of the sz property.
 java.lang.String getThemeColor()
          Gets the value of the themeColor property.
 java.lang.String getThemeShade()
          Gets the value of the themeShade property.
 java.lang.String getThemeTint()
          Gets the value of the themeTint property.
 java.lang.String getVal()
          Gets the value of the val property.
 void setColor(java.lang.String value)
          Sets the value of the color property.
 void setFrame(java.lang.String value)
          Sets the value of the frame property.
 void setParent(java.lang.Object parent)
           
 void setShadow(java.lang.String value)
          Sets the value of the shadow property.
 void setSpace(java.lang.String value)
          Sets the value of the space property.
 void setSz(java.lang.String value)
          Sets the value of the sz property.
 void setThemeColor(java.lang.String value)
          Sets the value of the themeColor property.
 void setThemeShade(java.lang.String value)
          Sets the value of the themeShade property.
 void setThemeTint(java.lang.String value)
          Sets the value of the themeTint property.
 void setVal(java.lang.String value)
          Sets the value of the val property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsideH

public InsideH()
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.

getColor

public java.lang.String getColor()
Gets the value of the color property.

Returns:
possible object is String

getFrame

public java.lang.String getFrame()
Gets the value of the frame property.

Returns:
possible object is String

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.

getShadow

public java.lang.String getShadow()
Gets the value of the shadow property.

Returns:
possible object is String

getSpace

public java.lang.String getSpace()
Gets the value of the space property.

Returns:
possible object is String

getSz

public java.lang.String getSz()
Gets the value of the sz property.

Returns:
possible object is String

getThemeColor

public java.lang.String getThemeColor()
Gets the value of the themeColor property.

Returns:
possible object is String

getThemeShade

public java.lang.String getThemeShade()
Gets the value of the themeShade property.

Returns:
possible object is String

getThemeTint

public java.lang.String getThemeTint()
Gets the value of the themeTint property.

Returns:
possible object is String

getVal

public java.lang.String getVal()
Gets the value of the val property.

Returns:
possible object is String

setColor

public void setColor(java.lang.String value)
Sets the value of the color property.

Parameters:
value - allowed object is String

setFrame

public void setFrame(java.lang.String value)
Sets the value of the frame property.

Parameters:
value - allowed object is String

setParent

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

setShadow

public void setShadow(java.lang.String value)
Sets the value of the shadow property.

Parameters:
value - allowed object is String

setSpace

public void setSpace(java.lang.String value)
Sets the value of the space property.

Parameters:
value - allowed object is String

setSz

public void setSz(java.lang.String value)
Sets the value of the sz property.

Parameters:
value - allowed object is String

setThemeColor

public void setThemeColor(java.lang.String value)
Sets the value of the themeColor property.

Parameters:
value - allowed object is String

setThemeShade

public void setThemeShade(java.lang.String value)
Sets the value of the themeShade property.

Parameters:
value - allowed object is String

setThemeTint

public void setThemeTint(java.lang.String value)
Sets the value of the themeTint property.

Parameters:
value - allowed object is String

setVal

public void setVal(java.lang.String value)
Sets the value of the val property.

Parameters:
value - allowed object is String