com.esri.arcgisws
Class NumericFormat

java.lang.Object
  extended by com.esri.arcgisws.NumericFormat
All Implemented Interfaces:
Serializable

public class NumericFormat
extends Object
implements Serializable

Java class for NumericFormat complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NumericFormat">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RoundingOption" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriRoundingOptionEnum" minOccurs="0"/>
         <element name="RoundingValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="AlignmentOption" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNumericAlignmentEnum" minOccurs="0"/>
         <element name="AlignmentWidth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="UseSeparator" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ZeroPad" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ShowPlus" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NumericFormat()
          NumericFormat default constructor.
NumericFormat(EsriRoundingOptionEnum roundingOption, Integer roundingValue, EsriNumericAlignmentEnum alignmentOption, Integer alignmentWidth, Boolean useSeparator, Boolean zeroPad, Boolean showPlus)
          Deprecated. 
 
Method Summary
 EsriNumericAlignmentEnum getAlignmentOption()
          Gets the value of the alignmentOption property.
 Integer getAlignmentWidth()
          Gets the value of the alignmentWidth property.
 EsriRoundingOptionEnum getRoundingOption()
          Gets the value of the roundingOption property.
 Integer getRoundingValue()
          Gets the value of the roundingValue property.
 Boolean getShowPlus()
          Gets the value of the showPlus property.
 Boolean getUseSeparator()
          Gets the value of the useSeparator property.
 Boolean getZeroPad()
          Gets the value of the zeroPad property.
 Boolean isShowPlus()
           
 Boolean isUseSeparator()
           
 Boolean isZeroPad()
           
 void setAlignmentOption(EsriNumericAlignmentEnum value)
          Sets the value of the alignmentOption property.
 void setAlignmentWidth(Integer value)
          Sets the value of the alignmentWidth property.
 void setRoundingOption(EsriRoundingOptionEnum value)
          Sets the value of the roundingOption property.
 void setRoundingValue(Integer value)
          Sets the value of the roundingValue property.
 void setShowPlus(Boolean value)
          Sets the value of the showPlus property.
 void setUseSeparator(Boolean value)
          Sets the value of the useSeparator property.
 void setZeroPad(Boolean value)
          Sets the value of the zeroPad property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericFormat

@Deprecated
public NumericFormat(EsriRoundingOptionEnum roundingOption,
                                Integer roundingValue,
                                EsriNumericAlignmentEnum alignmentOption,
                                Integer alignmentWidth,
                                Boolean useSeparator,
                                Boolean zeroPad,
                                Boolean showPlus)
Deprecated. 

NumericFormat constructor.


NumericFormat

public NumericFormat()
NumericFormat default constructor.

Method Detail

getRoundingOption

public EsriRoundingOptionEnum getRoundingOption()
Gets the value of the roundingOption property.

Returns:
possible object is EsriRoundingOptionEnum

setRoundingOption

public void setRoundingOption(EsriRoundingOptionEnum value)
Sets the value of the roundingOption property.

Parameters:
value - allowed object is EsriRoundingOptionEnum

getRoundingValue

public Integer getRoundingValue()
Gets the value of the roundingValue property.

Returns:
possible object is Integer

setRoundingValue

public void setRoundingValue(Integer value)
Sets the value of the roundingValue property.

Parameters:
value - allowed object is Integer

getAlignmentOption

public EsriNumericAlignmentEnum getAlignmentOption()
Gets the value of the alignmentOption property.

Returns:
possible object is EsriNumericAlignmentEnum

setAlignmentOption

public void setAlignmentOption(EsriNumericAlignmentEnum value)
Sets the value of the alignmentOption property.

Parameters:
value - allowed object is EsriNumericAlignmentEnum

getAlignmentWidth

public Integer getAlignmentWidth()
Gets the value of the alignmentWidth property.

Returns:
possible object is Integer

setAlignmentWidth

public void setAlignmentWidth(Integer value)
Sets the value of the alignmentWidth property.

Parameters:
value - allowed object is Integer

getUseSeparator

public Boolean getUseSeparator()
Gets the value of the useSeparator property.

Returns:
possible object is Boolean

isUseSeparator

public Boolean isUseSeparator()

setUseSeparator

public void setUseSeparator(Boolean value)
Sets the value of the useSeparator property.

Parameters:
value - allowed object is Boolean

getZeroPad

public Boolean getZeroPad()
Gets the value of the zeroPad property.

Returns:
possible object is Boolean

isZeroPad

public Boolean isZeroPad()

setZeroPad

public void setZeroPad(Boolean value)
Sets the value of the zeroPad property.

Parameters:
value - allowed object is Boolean

getShowPlus

public Boolean getShowPlus()
Gets the value of the showPlus property.

Returns:
possible object is Boolean

isShowPlus

public Boolean isShowPlus()

setShowPlus

public void setShowPlus(Boolean value)
Sets the value of the showPlus property.

Parameters:
value - allowed object is Boolean