org.plasma.xml.xslt
Class Number

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

public class Number
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="level" default="single">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="single"/>
             <enumeration value="multiple"/>
             <enumeration value="any"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="count" type="{http://www.w3.org/1999/XSL/Transform}pattern" />
       <attribute name="from" type="{http://www.w3.org/1999/XSL/Transform}pattern" />
       <attribute name="value" type="{http://www.w3.org/1999/XSL/Transform}expression" />
       <attribute name="format" type="{http://www.w3.org/1999/XSL/Transform}expr-avt" default="1" />
       <attribute name="lang" type="{http://www.w3.org/1999/XSL/Transform}expr-avt" />
       <attribute name="letter-value" type="{http://www.w3.org/1999/XSL/Transform}expr-avt" />
       <attribute name="grouping-separator" type="{http://www.w3.org/1999/XSL/Transform}expr-avt" />
       <attribute name="grouping-size" type="{http://www.w3.org/1999/XSL/Transform}expr-avt" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String count
           
protected  String format
           
protected  String from
           
protected  String groupingSeparator
           
protected  String groupingSize
           
protected  String lang
           
protected  String letterValue
           
protected  String level
           
protected  String value
           
 
Constructor Summary
Number()
           
 
Method Summary
 String getCount()
          Gets the value of the count property.
 String getFormat()
          Gets the value of the format property.
 String getFrom()
          Gets the value of the from property.
 String getGroupingSeparator()
          Gets the value of the groupingSeparator property.
 String getGroupingSize()
          Gets the value of the groupingSize property.
 String getLang()
          Gets the value of the lang property.
 String getLetterValue()
          Gets the value of the letterValue property.
 String getLevel()
          Gets the value of the level property.
 String getValue()
          Gets the value of the value property.
 void setCount(String value)
          Sets the value of the count property.
 void setFormat(String value)
          Sets the value of the format property.
 void setFrom(String value)
          Sets the value of the from property.
 void setGroupingSeparator(String value)
          Sets the value of the groupingSeparator property.
 void setGroupingSize(String value)
          Sets the value of the groupingSize property.
 void setLang(String value)
          Sets the value of the lang property.
 void setLetterValue(String value)
          Sets the value of the letterValue property.
 void setLevel(String value)
          Sets the value of the level property.
 void setValue(String value)
          Sets the value of the value 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

level

protected String level

count

protected String count

from

protected String from

value

protected String value

format

protected String format

lang

protected String lang

letterValue

protected String letterValue

groupingSeparator

protected String groupingSeparator

groupingSize

protected String groupingSize
Constructor Detail

Number

public Number()
Method Detail

getLevel

public String getLevel()
Gets the value of the level property.

Returns:
possible object is String

setLevel

public void setLevel(String value)
Sets the value of the level property.

Parameters:
value - allowed object is String

getCount

public String getCount()
Gets the value of the count property.

Returns:
possible object is String

setCount

public void setCount(String value)
Sets the value of the count property.

Parameters:
value - allowed object is String

getFrom

public String getFrom()
Gets the value of the from property.

Returns:
possible object is String

setFrom

public void setFrom(String value)
Sets the value of the from property.

Parameters:
value - allowed object is String

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getFormat

public String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Sets the value of the format property.

Parameters:
value - allowed object is String

getLang

public String getLang()
Gets the value of the lang property.

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

getLetterValue

public String getLetterValue()
Gets the value of the letterValue property.

Returns:
possible object is String

setLetterValue

public void setLetterValue(String value)
Sets the value of the letterValue 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

getGroupingSize

public String getGroupingSize()
Gets the value of the groupingSize property.

Returns:
possible object is String

setGroupingSize

public void setGroupingSize(String value)
Sets the value of the groupingSize property.

Parameters:
value - allowed object is String


Copyright © 2014. All rights reserved.