public class CTNumberFormat
extends java.lang.Object
Java class for CT_NumberFormat complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_NumberFormat">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="formatCode" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sourceLinked" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
formatCode |
protected java.lang.Boolean |
sourceLinked |
| Constructor and Description |
|---|
CTNumberFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormatCode()
Gets the value of the formatCode property.
|
java.lang.Boolean |
isSourceLinked()
Gets the value of the sourceLinked property.
|
void |
setFormatCode(java.lang.String value)
Sets the value of the formatCode property.
|
void |
setSourceLinked(java.lang.Boolean value)
Sets the value of the sourceLinked property.
|
protected java.lang.String formatCode
protected java.lang.Boolean sourceLinked
public java.lang.String getFormatCode()
Stringpublic void setFormatCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isSourceLinked()
Booleanpublic void setSourceLinked(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2007–2025. All rights reserved.