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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Float
 void FloatDocument.setFloat(Float xfloat)
          Sets the "float" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Float
 class FloatImpl
          An XML float(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return Float
 Float FloatDocumentImpl.addNewFloat()
          Appends and returns a new empty "float" element
 Float FloatDocumentImpl.getFloat()
          Gets the "float" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Float
 void FloatDocumentImpl.setFloat(Float xfloat)
          Sets the "float" element
 



Copyright © 2006 null. All Rights Reserved.