|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.xml.xslt.AnyType
org.plasma.xml.xslt.DecimalFormat
public class DecimalFormat
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/1999/XSL/Transform}anyType">
<attribute name="name" type="{http://www.w3.org/1999/XSL/Transform}QName" />
<attribute name="decimal-separator" type="{http://www.w3.org/2001/XMLSchema}string" default="." />
<attribute name="grouping-separator" type="{http://www.w3.org/2001/XMLSchema}string" default="," />
<attribute name="infinity" type="{http://www.w3.org/2001/XMLSchema}string" default="Infinity" />
<attribute name="minus-sign" type="{http://www.w3.org/2001/XMLSchema}string" default="-" />
<attribute name="NaN" type="{http://www.w3.org/2001/XMLSchema}string" default="NaN" />
<attribute name="percent" type="{http://www.w3.org/2001/XMLSchema}string" default="%" />
<attribute name="per-mille" type="{http://www.w3.org/2001/XMLSchema}string" default />
<attribute name="zero-digit" type="{http://www.w3.org/2001/XMLSchema}string" default="0" />
<attribute name="digit" type="{http://www.w3.org/2001/XMLSchema}string" default="#" />
<attribute name="pattern-separator" type="{http://www.w3.org/2001/XMLSchema}string" default=";" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
decimalSeparator
|
protected java.lang.String |
digit
|
protected java.lang.String |
groupingSeparator
|
protected java.lang.String |
infinity
|
protected java.lang.String |
minusSign
|
protected java.lang.String |
name
|
protected java.lang.String |
naN
|
protected java.lang.String |
patternSeparator
|
protected java.lang.String |
percent
|
protected java.lang.String |
perMille
|
protected java.lang.String |
zeroDigit
|
| Constructor Summary | |
|---|---|
DecimalFormat()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDecimalSeparator()
Gets the value of the decimalSeparator property. |
java.lang.String |
getDigit()
Gets the value of the digit property. |
java.lang.String |
getGroupingSeparator()
Gets the value of the groupingSeparator property. |
java.lang.String |
getInfinity()
Gets the value of the infinity property. |
java.lang.String |
getMinusSign()
Gets the value of the minusSign property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getNaN()
Gets the value of the naN property. |
java.lang.String |
getPatternSeparator()
Gets the value of the patternSeparator property. |
java.lang.String |
getPercent()
Gets the value of the percent property. |
java.lang.String |
getPerMille()
Gets the value of the perMille property. |
java.lang.String |
getZeroDigit()
Gets the value of the zeroDigit property. |
void |
setDecimalSeparator(java.lang.String value)
Sets the value of the decimalSeparator property. |
void |
setDigit(java.lang.String value)
Sets the value of the digit property. |
void |
setGroupingSeparator(java.lang.String value)
Sets the value of the groupingSeparator property. |
void |
setInfinity(java.lang.String value)
Sets the value of the infinity property. |
void |
setMinusSign(java.lang.String value)
Sets the value of the minusSign property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNaN(java.lang.String value)
Sets the value of the naN property. |
void |
setPatternSeparator(java.lang.String value)
Sets the value of the patternSeparator property. |
void |
setPercent(java.lang.String value)
Sets the value of the percent property. |
void |
setPerMille(java.lang.String value)
Sets the value of the perMille property. |
void |
setZeroDigit(java.lang.String value)
Sets the value of the zeroDigit property. |
| Methods inherited from class org.plasma.xml.xslt.AnyType |
|---|
getOtherAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String decimalSeparator
protected java.lang.String groupingSeparator
protected java.lang.String infinity
protected java.lang.String minusSign
protected java.lang.String naN
protected java.lang.String percent
protected java.lang.String perMille
protected java.lang.String zeroDigit
protected java.lang.String digit
protected java.lang.String patternSeparator
| Constructor Detail |
|---|
public DecimalFormat()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDecimalSeparator()
Stringpublic void setDecimalSeparator(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGroupingSeparator()
Stringpublic void setGroupingSeparator(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInfinity()
Stringpublic void setInfinity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMinusSign()
Stringpublic void setMinusSign(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNaN()
Stringpublic void setNaN(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPercent()
Stringpublic void setPercent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPerMille()
Stringpublic void setPerMille(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getZeroDigit()
Stringpublic void setZeroDigit(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDigit()
Stringpublic void setDigit(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPatternSeparator()
Stringpublic void setPatternSeparator(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 | |||||||||