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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type UnsignedShort
 void UnsignedShortDocument.setUnsignedShort(UnsignedShort unsignedShort)
          Sets the "unsignedShort" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement UnsignedShort
 class UnsignedShortImpl
          An XML unsignedShort(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return UnsignedShort
 UnsignedShort UnsignedShortDocumentImpl.addNewUnsignedShort()
          Appends and returns a new empty "unsignedShort" element
 UnsignedShort UnsignedShortDocumentImpl.getUnsignedShort()
          Gets the "unsignedShort" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type UnsignedShort
 void UnsignedShortDocumentImpl.setUnsignedShort(UnsignedShort unsignedShort)
          Sets the "unsignedShort" element
 



Copyright © 2006 null. All Rights Reserved.