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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Boolean
 void BooleanDocument.setBoolean(Boolean xboolean)
          Sets the "boolean" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Boolean
 class BooleanImpl
          An XML boolean(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return Boolean
 Boolean BooleanDocumentImpl.addNewBoolean()
          Appends and returns a new empty "boolean" element
 Boolean BooleanDocumentImpl.getBoolean()
          Gets the "boolean" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Boolean
 void BooleanDocumentImpl.setBoolean(Boolean xboolean)
          Sets the "boolean" element
 



Copyright © 2006 null. All Rights Reserved.