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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type UnsignedByte
 void UnsignedByteDocument.setUnsignedByte(UnsignedByte unsignedByte)
          Sets the "unsignedByte" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement UnsignedByte
 class UnsignedByteImpl
          An XML unsignedByte(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return UnsignedByte
 UnsignedByte UnsignedByteDocumentImpl.addNewUnsignedByte()
          Appends and returns a new empty "unsignedByte" element
 UnsignedByte UnsignedByteDocumentImpl.getUnsignedByte()
          Gets the "unsignedByte" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type UnsignedByte
 void UnsignedByteDocumentImpl.setUnsignedByte(UnsignedByte unsignedByte)
          Sets the "unsignedByte" element
 



Copyright © 2006 null. All Rights Reserved.