|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.FunctionType
net.opengis.se._2_0.core.FormatNumberType
public class FormatNumberType
Classe Java pour FormatNumberType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="FormatNumberType">
<complexContent>
<extension base="{http://www.opengis.net/se/2.0/core}FunctionType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}NumericValue"/>
<element ref="{http://www.opengis.net/se/2.0/core}Pattern"/>
<element ref="{http://www.opengis.net/se/2.0/core}NegativePattern" minOccurs="0"/>
</sequence>
<attribute name="decimalPoint" type="{http://www.w3.org/2001/XMLSchema}string" default="." />
<attribute name="groupingSeparator" type="{http://www.w3.org/2001/XMLSchema}string" default="," />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
decimalPoint
|
protected String |
groupingSeparator
|
protected String |
negativePattern
|
protected ParameterValueType |
numericValue
|
protected String |
pattern
|
| Fields inherited from class net.opengis.se._2_0.core.FunctionType |
|---|
fallbackValue |
| Constructor Summary | |
|---|---|
FormatNumberType()
|
|
| Method Summary | |
|---|---|
String |
getDecimalPoint()
Obtient la valeur de la propriété decimalPoint. |
String |
getGroupingSeparator()
Obtient la valeur de la propriété groupingSeparator. |
String |
getNegativePattern()
Obtient la valeur de la propriété negativePattern. |
ParameterValueType |
getNumericValue()
Obtient la valeur de la propriété numericValue. |
String |
getPattern()
Obtient la valeur de la propriété pattern. |
boolean |
isSetDecimalPoint()
|
boolean |
isSetGroupingSeparator()
|
boolean |
isSetNegativePattern()
|
boolean |
isSetNumericValue()
|
boolean |
isSetPattern()
|
void |
setDecimalPoint(String value)
Définit la valeur de la propriété decimalPoint. |
void |
setGroupingSeparator(String value)
Définit la valeur de la propriété groupingSeparator. |
void |
setNegativePattern(String value)
Définit la valeur de la propriété negativePattern. |
void |
setNumericValue(ParameterValueType value)
Définit la valeur de la propriété numericValue. |
void |
setPattern(String value)
Définit la valeur de la propriété pattern. |
| Methods inherited from class net.opengis.se._2_0.core.FunctionType |
|---|
getFallbackValue, isSetFallbackValue, setFallbackValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ParameterValueType numericValue
protected String pattern
protected String negativePattern
protected String decimalPoint
protected String groupingSeparator
| Constructor Detail |
|---|
public FormatNumberType()
| Method Detail |
|---|
public ParameterValueType getNumericValue()
ParameterValueTypepublic void setNumericValue(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetNumericValue()
public String getPattern()
Stringpublic void setPattern(String value)
value - allowed object is
Stringpublic boolean isSetPattern()
public String getNegativePattern()
Stringpublic void setNegativePattern(String value)
value - allowed object is
Stringpublic boolean isSetNegativePattern()
public String getDecimalPoint()
Stringpublic void setDecimalPoint(String value)
value - allowed object is
Stringpublic boolean isSetDecimalPoint()
public String getGroupingSeparator()
Stringpublic void setGroupingSeparator(String value)
value - allowed object is
Stringpublic boolean isSetGroupingSeparator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||