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  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

name

protected java.lang.String name

decimalSeparator

protected java.lang.String decimalSeparator

groupingSeparator

protected java.lang.String groupingSeparator

infinity

protected java.lang.String infinity

minusSign

protected java.lang.String minusSign

naN

protected java.lang.String naN

percent

protected java.lang.String percent

perMille

protected java.lang.String perMille

zeroDigit

protected java.lang.String zeroDigit

digit

protected java.lang.String digit

patternSeparator

protected java.lang.String patternSeparator
Constructor Detail

DecimalFormat

public DecimalFormat()
Method Detail

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getDecimalSeparator

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

Returns:
possible object is String

setDecimalSeparator

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

Parameters:
value - allowed object is String

getGroupingSeparator

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

Returns:
possible object is String

setGroupingSeparator

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

Parameters:
value - allowed object is String

getInfinity

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

Returns:
possible object is String

setInfinity

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

Parameters:
value - allowed object is String

getMinusSign

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

Returns:
possible object is String

setMinusSign

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

Parameters:
value - allowed object is String

getNaN

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

Returns:
possible object is String

setNaN

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

Parameters:
value - allowed object is String

getPercent

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

Returns:
possible object is String

setPercent

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

Parameters:
value - allowed object is String

getPerMille

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

Returns:
possible object is String

setPerMille

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

Parameters:
value - allowed object is String

getZeroDigit

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

Returns:
possible object is String

setZeroDigit

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

Parameters:
value - allowed object is String

getDigit

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

Returns:
possible object is String

setDigit

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

Parameters:
value - allowed object is String

getPatternSeparator

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

Returns:
possible object is String

setPatternSeparator

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

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.