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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type UnsignedLong
 void UnsignedLongDocument.setUnsignedLong(UnsignedLong unsignedLong)
          Sets the "unsignedLong" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement UnsignedLong
 class UnsignedLongImpl
          An XML unsignedLong(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return UnsignedLong
 UnsignedLong UnsignedLongDocumentImpl.addNewUnsignedLong()
          Appends and returns a new empty "unsignedLong" element
 UnsignedLong UnsignedLongDocumentImpl.getUnsignedLong()
          Gets the "unsignedLong" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type UnsignedLong
 void UnsignedLongDocumentImpl.setUnsignedLong(UnsignedLong unsignedLong)
          Sets the "unsignedLong" element
 



Copyright © 2006 null. All Rights Reserved.