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