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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Integer
 void IntegerDocument.setInteger(Integer integer)
          Sets the "integer" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Integer
 class IntegerImpl
          An XML integer(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return Integer
 Integer IntegerDocumentImpl.addNewInteger()
          Appends and returns a new empty "integer" element
 Integer IntegerDocumentImpl.getInteger()
          Gets the "integer" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Integer
 void IntegerDocumentImpl.setInteger(Integer integer)
          Sets the "integer" element
 



Copyright © 2006 null. All Rights Reserved.