Uses of Interface
org.xmlsoap.schemas.soap.encoding.Decimal

Packages that use Decimal
org.xmlsoap.schemas.soap.encoding   
org.xmlsoap.schemas.soap.encoding.impl   
 

Uses of Decimal in org.xmlsoap.schemas.soap.encoding
 

Methods in org.xmlsoap.schemas.soap.encoding that return Decimal
 Decimal DecimalDocument.addNewDecimal()
          Appends and returns a new empty "decimal" element
 Decimal DecimalDocument.getDecimal()
          Gets the "decimal" element
static Decimal Decimal.Factory.newInstance()
           
static Decimal Decimal.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Decimal Decimal.Factory.parse(java.io.File file)
           
static Decimal Decimal.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Decimal Decimal.Factory.parse(java.io.InputStream is)
           
static Decimal Decimal.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Decimal Decimal.Factory.parse(org.w3c.dom.Node node)
           
static Decimal Decimal.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Decimal Decimal.Factory.parse(java.io.Reader r)
           
static Decimal Decimal.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Decimal Decimal.Factory.parse(java.lang.String xmlAsString)
           
static Decimal Decimal.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Decimal Decimal.Factory.parse(java.net.URL u)
           
static Decimal Decimal.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Decimal Decimal.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Decimal Decimal.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Decimal Decimal.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Decimal Decimal.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Decimal
 void DecimalDocument.setDecimal(Decimal decimal)
          Sets the "decimal" element
 

Uses of Decimal in org.xmlsoap.schemas.soap.encoding.impl
 

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Decimal
 class DecimalImpl
          An XML decimal(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return Decimal
 Decimal DecimalDocumentImpl.addNewDecimal()
          Appends and returns a new empty "decimal" element
 Decimal DecimalDocumentImpl.getDecimal()
          Gets the "decimal" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Decimal
 void DecimalDocumentImpl.setDecimal(Decimal decimal)
          Sets the "decimal" element
 



Copyright © 2006 null. All Rights Reserved.