EXIficient

com.siemens.ct.exi.util.datatype
Class XSDDecimal

java.lang.Object
  extended by com.siemens.ct.exi.util.datatype.XSDDecimal

public class XSDDecimal
extends java.lang.Object

TODO Description

Version:
0.3.20081111
Author:
Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com

Method Summary
 XSDInteger getIntegral()
           
 XSDInteger getReverseFractional()
           
 boolean getSign()
           
static XSDDecimal newInstance()
           
 void parse(java.lang.String decimal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static XSDDecimal newInstance()

getSign

public boolean getSign()

getIntegral

public XSDInteger getIntegral()

getReverseFractional

public XSDInteger getReverseFractional()

parse

public void parse(java.lang.String decimal)
           throws XMLParsingException
Throws:
XMLParsingException

EXIficient