org.docx4j.wml
Class FontSig

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

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

Java class for CT_FontSig complex type.

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

 <complexType name="CT_FontSig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="usb0" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
       <attribute name="usb1" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
       <attribute name="usb2" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
       <attribute name="usb3" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
       <attribute name="csb0" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
       <attribute name="csb1" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
FontSig()
           
 
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 getCsb0()
          Gets the value of the csb0 property.
 java.lang.String getCsb1()
          Gets the value of the csb1 property.
 java.lang.Object getParent()
          Gets the parent object in the object tree representing the unmarshalled xml document.
 java.lang.String getUsb0()
          Gets the value of the usb0 property.
 java.lang.String getUsb1()
          Gets the value of the usb1 property.
 java.lang.String getUsb2()
          Gets the value of the usb2 property.
 java.lang.String getUsb3()
          Gets the value of the usb3 property.
 void setCsb0(java.lang.String value)
          Sets the value of the csb0 property.
 void setCsb1(java.lang.String value)
          Sets the value of the csb1 property.
 void setParent(java.lang.Object parent)
           
 void setUsb0(java.lang.String value)
          Sets the value of the usb0 property.
 void setUsb1(java.lang.String value)
          Sets the value of the usb1 property.
 void setUsb2(java.lang.String value)
          Sets the value of the usb2 property.
 void setUsb3(java.lang.String value)
          Sets the value of the usb3 property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontSig

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

getCsb0

public java.lang.String getCsb0()
Gets the value of the csb0 property.

Returns:
possible object is String

getCsb1

public java.lang.String getCsb1()
Gets the value of the csb1 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.

getUsb0

public java.lang.String getUsb0()
Gets the value of the usb0 property.

Returns:
possible object is String

getUsb1

public java.lang.String getUsb1()
Gets the value of the usb1 property.

Returns:
possible object is String

getUsb2

public java.lang.String getUsb2()
Gets the value of the usb2 property.

Returns:
possible object is String

getUsb3

public java.lang.String getUsb3()
Gets the value of the usb3 property.

Returns:
possible object is String

setCsb0

public void setCsb0(java.lang.String value)
Sets the value of the csb0 property.

Parameters:
value - allowed object is String

setCsb1

public void setCsb1(java.lang.String value)
Sets the value of the csb1 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

setUsb0

public void setUsb0(java.lang.String value)
Sets the value of the usb0 property.

Parameters:
value - allowed object is String

setUsb1

public void setUsb1(java.lang.String value)
Sets the value of the usb1 property.

Parameters:
value - allowed object is String

setUsb2

public void setUsb2(java.lang.String value)
Sets the value of the usb2 property.

Parameters:
value - allowed object is String

setUsb3

public void setUsb3(java.lang.String value)
Sets the value of the usb3 property.

Parameters:
value - allowed object is String