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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type NegativeInteger
 void NegativeIntegerDocument.setNegativeInteger(NegativeInteger negativeInteger)
          Sets the "negativeInteger" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement NegativeInteger
 class NegativeIntegerImpl
          An XML negativeInteger(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return NegativeInteger
 NegativeInteger NegativeIntegerDocumentImpl.addNewNegativeInteger()
          Appends and returns a new empty "negativeInteger" element
 NegativeInteger NegativeIntegerDocumentImpl.getNegativeInteger()
          Gets the "negativeInteger" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type NegativeInteger
 void NegativeIntegerDocumentImpl.setNegativeInteger(NegativeInteger negativeInteger)
          Sets the "negativeInteger" element
 



Copyright © 2006 null. All Rights Reserved.