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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type HexBinary
 void HexBinaryDocument.setHexBinary(HexBinary hexBinary)
          Sets the "hexBinary" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement HexBinary
 class HexBinaryImpl
          An XML hexBinary(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return HexBinary
 HexBinary HexBinaryDocumentImpl.addNewHexBinary()
          Appends and returns a new empty "hexBinary" element
 HexBinary HexBinaryDocumentImpl.getHexBinary()
          Gets the "hexBinary" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type HexBinary
 void HexBinaryDocumentImpl.setHexBinary(HexBinary hexBinary)
          Sets the "hexBinary" element
 



Copyright © 2006 null. All Rights Reserved.