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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Int
 void IntDocument.setInt(Int xint)
          Sets the "int" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Int
 class IntImpl
          An XML int(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return Int
 Int IntDocumentImpl.addNewInt()
          Appends and returns a new empty "int" element
 Int IntDocumentImpl.getInt()
          Gets the "int" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Int
 void IntDocumentImpl.setInt(Int xint)
          Sets the "int" element
 



Copyright © 2006 null. All Rights Reserved.