public class FontSig extends java.lang.Object implements 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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
csb0 |
protected java.lang.String |
csb1 |
protected java.lang.String |
usb0 |
protected java.lang.String |
usb1 |
protected java.lang.String |
usb2 |
protected java.lang.String |
usb3 |
| Constructor and Description |
|---|
FontSig() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected java.lang.String usb0
protected java.lang.String usb1
protected java.lang.String usb2
protected java.lang.String usb3
protected java.lang.String csb0
protected java.lang.String csb1
public java.lang.String getUsb0()
Stringpublic void setUsb0(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUsb1()
Stringpublic void setUsb1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUsb2()
Stringpublic void setUsb2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUsb3()
Stringpublic void setUsb3(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCsb0()
Stringpublic void setCsb0(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCsb1()
Stringpublic void setCsb1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
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.Copyright © 2007–2025. All rights reserved.