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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Long
 void LongDocument.setLong(Long xlong)
          Sets the "long" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Long
 class LongImpl
          An XML long(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return Long
 Long LongDocumentImpl.addNewLong()
          Appends and returns a new empty "long" element
 Long LongDocumentImpl.getLong()
          Gets the "long" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Long
 void LongDocumentImpl.setLong(Long xlong)
          Sets the "long" element
 



Copyright © 2006 null. All Rights Reserved.