org.plasma.xml.xslt
Class DecimalFormat

java.lang.Object
  extended by org.plasma.xml.xslt.AnyType
      extended by org.plasma.xml.xslt.DecimalFormat

public class DecimalFormat
extends AnyType

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  String decimalSeparator
           
protected  String digit
           
protected  String groupingSeparator
           
protected  String infinity
           
protected  String minusSign
           
protected  String name
           
protected  String naN
           
protected  String patternSeparator
           
protected  String percent
           
protected  String perMille
           
protected  String zeroDigit
           
 
Constructor Summary
DecimalFormat()
           
 
Method Summary
 String getDecimalSeparator()
          Gets the value of the decimalSeparator property.
 String getDigit()
          Gets the value of the digit property.
 String getGroupingSeparator()
          Gets the value of the groupingSeparator property.
 String getInfinity()
          Gets the value of the infinity property.
 String getMinusSign()
          Gets the value of the minusSign property.
 String getName()
          Gets the value of the name property.
 String getNaN()
          Gets the value of the naN property.
 String getPatternSeparator()
          Gets the value of the patternSeparator property.
 String getPercent()
          Gets the value of the percent property.
 String getPerMille()
          Gets the value of the perMille property.
 String getZeroDigit()
          Gets the value of the zeroDigit property.
 void setDecimalSeparator(String value)
          Sets the value of the decimalSeparator property.
 void setDigit(String value)
          Sets the value of the digit property.
 void setGroupingSeparator(String value)
          Sets the value of the groupingSeparator property.
 void setInfinity(String value)
          Sets the value of the infinity property.
 void setMinusSign(String value)
          Sets the value of the minusSign property.
 void setName(String value)
          Sets the value of the name property.
 void setNaN(String value)
          Sets the value of the naN property.
 void setPatternSeparator(String value)
          Sets the value of the patternSeparator property.
 void setPercent(String value)
          Sets the value of the percent property.
 void setPerMille(String value)
          Sets the value of the perMille property.
 void setZeroDigit(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

name

protected String name

decimalSeparator

protected String decimalSeparator

groupingSeparator

protected String groupingSeparator

infinity

protected String infinity

minusSign

protected String minusSign

naN

protected String naN

percent

protected String percent

perMille

protected String perMille

zeroDigit

protected String zeroDigit

digit

protected String digit

patternSeparator

protected String patternSeparator
Constructor Detail

DecimalFormat

public DecimalFormat()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDecimalSeparator

public String getDecimalSeparator()
Gets the value of the decimalSeparator property.

Returns:
possible object is String

setDecimalSeparator

public void setDecimalSeparator(String value)
Sets the value of the decimalSeparator property.

Parameters:
value - allowed object is String

getGroupingSeparator

public String getGroupingSeparator()
Gets the value of the groupingSeparator property.

Returns:
possible object is String

setGroupingSeparator

public void setGroupingSeparator(String value)
Sets the value of the groupingSeparator property.

Parameters:
value - allowed object is String

getInfinity

public String getInfinity()
Gets the value of the infinity property.

Returns:
possible object is String

setInfinity

public void setInfinity(String value)
Sets the value of the infinity property.

Parameters:
value - allowed object is String

getMinusSign

public String getMinusSign()
Gets the value of the minusSign property.

Returns:
possible object is String

setMinusSign

public void setMinusSign(String value)
Sets the value of the minusSign property.

Parameters:
value - allowed object is String

getNaN

public String getNaN()
Gets the value of the naN property.

Returns:
possible object is String

setNaN

public void setNaN(String value)
Sets the value of the naN property.

Parameters:
value - allowed object is String

getPercent

public String getPercent()
Gets the value of the percent property.

Returns:
possible object is String

setPercent

public void setPercent(String value)
Sets the value of the percent property.

Parameters:
value - allowed object is String

getPerMille

public String getPerMille()
Gets the value of the perMille property.

Returns:
possible object is String

setPerMille

public void setPerMille(String value)
Sets the value of the perMille property.

Parameters:
value - allowed object is String

getZeroDigit

public String getZeroDigit()
Gets the value of the zeroDigit property.

Returns:
possible object is String

setZeroDigit

public void setZeroDigit(String value)
Sets the value of the zeroDigit property.

Parameters:
value - allowed object is String

getDigit

public String getDigit()
Gets the value of the digit property.

Returns:
possible object is String

setDigit

public void setDigit(String value)
Sets the value of the digit property.

Parameters:
value - allowed object is String

getPatternSeparator

public String getPatternSeparator()
Gets the value of the patternSeparator property.

Returns:
possible object is String

setPatternSeparator

public void setPatternSeparator(String value)
Sets the value of the patternSeparator property.

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.