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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Byte
 void ByteDocument.setByte(Byte xbyte)
          Sets the "byte" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Byte
 class ByteImpl
          An XML byte(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return Byte
 Byte ByteDocumentImpl.addNewByte()
          Appends and returns a new empty "byte" element
 Byte ByteDocumentImpl.getByte()
          Gets the "byte" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Byte
 void ByteDocumentImpl.setByte(Byte xbyte)
          Sets the "byte" element
 



Copyright © 2006 null. All Rights Reserved.