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>
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Number() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getOtherAttributesprotected 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
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()
StringCopyright © 2017. All rights reserved.