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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type UnsignedInt
 void UnsignedIntDocument.setUnsignedInt(UnsignedInt unsignedInt)
          Sets the "unsignedInt" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement UnsignedInt
 class UnsignedIntImpl
          An XML unsignedInt(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return UnsignedInt
 UnsignedInt UnsignedIntDocumentImpl.addNewUnsignedInt()
          Appends and returns a new empty "unsignedInt" element
 UnsignedInt UnsignedIntDocumentImpl.getUnsignedInt()
          Gets the "unsignedInt" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type UnsignedInt
 void UnsignedIntDocumentImpl.setUnsignedInt(UnsignedInt unsignedInt)
          Sets the "unsignedInt" element
 



Copyright © 2006 null. All Rights Reserved.