|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.docx4j.wml.FontSig
public class FontSig
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 |
|---|
public FontSig()
| Method Detail |
|---|
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.public java.lang.String getCsb0()
Stringpublic java.lang.String getCsb1()
Stringpublic java.lang.Object getParent()
getParent in interface org.jvnet.jaxb2_commons.ppp.Childpublic java.lang.String getUsb0()
Stringpublic java.lang.String getUsb1()
Stringpublic java.lang.String getUsb2()
Stringpublic java.lang.String getUsb3()
Stringpublic void setCsb0(java.lang.String value)
value - allowed object is
Stringpublic void setCsb1(java.lang.String value)
value - allowed object is
Stringpublic void setParent(java.lang.Object parent)
setParent in interface org.jvnet.jaxb2_commons.ppp.Childpublic void setUsb0(java.lang.String value)
value - allowed object is
Stringpublic void setUsb1(java.lang.String value)
value - allowed object is
Stringpublic void setUsb2(java.lang.String value)
value - allowed object is
Stringpublic void setUsb3(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||