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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Double
 void DoubleDocument.setDouble(Double xdouble)
          Sets the "double" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Double
 class DoubleImpl
          An XML double(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return Double
 Double DoubleDocumentImpl.addNewDouble()
          Appends and returns a new empty "double" element
 Double DoubleDocumentImpl.getDouble()
          Gets the "double" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Double
 void DoubleDocumentImpl.setDouble(Double xdouble)
          Sets the "double" element
 



Copyright © 2006 null. All Rights Reserved.