public class FontSig extends 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 String |
csb0 |
protected String |
csb1 |
protected String |
usb0 |
protected String |
usb1 |
protected String |
usb2 |
protected String |
usb3 |
Constructor and Description |
---|
FontSig() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getCsb0()
Gets the value of the csb0 property.
|
String |
getCsb1()
Gets the value of the csb1 property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getUsb0()
Gets the value of the usb0 property.
|
String |
getUsb1()
Gets the value of the usb1 property.
|
String |
getUsb2()
Gets the value of the usb2 property.
|
String |
getUsb3()
Gets the value of the usb3 property.
|
void |
setCsb0(String value)
Sets the value of the csb0 property.
|
void |
setCsb1(String value)
Sets the value of the csb1 property.
|
void |
setParent(Object parent) |
void |
setUsb0(String value)
Sets the value of the usb0 property.
|
void |
setUsb1(String value)
Sets the value of the usb1 property.
|
void |
setUsb2(String value)
Sets the value of the usb2 property.
|
void |
setUsb3(String value)
Sets the value of the usb3 property.
|
protected String usb0
protected String usb1
protected String usb2
protected String usb3
protected String csb0
protected String csb1
public String getUsb0()
String
public void setUsb0(String value)
value
- allowed object is
String
public String getUsb1()
String
public void setUsb1(String value)
value
- allowed object is
String
public String getUsb2()
String
public void setUsb2(String value)
value
- allowed object is
String
public String getUsb3()
String
public void setUsb3(String value)
value
- allowed object is
String
public String getCsb0()
String
public void setCsb0(String value)
value
- allowed object is
String
public String getCsb1()
String
public void setCsb1(String value)
value
- allowed object is
String
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.