|
||||||||||
| 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.Number
public class Number
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 |
|---|
protected String level
protected String count
protected String from
protected String value
protected String format
protected String lang
protected String letterValue
protected String groupingSeparator
protected String groupingSize
| Constructor Detail |
|---|
public Number()
| Method Detail |
|---|
public String getLevel()
Stringpublic void setLevel(String value)
value - allowed object is
Stringpublic String getCount()
Stringpublic void setCount(String value)
value - allowed object is
Stringpublic String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic String getLetterValue()
Stringpublic void setLetterValue(String value)
value - allowed object is
Stringpublic String getGroupingSeparator()
Stringpublic void setGroupingSeparator(String value)
value - allowed object is
Stringpublic String getGroupingSize()
Stringpublic void setGroupingSize(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||