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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type PositiveInteger
 void PositiveIntegerDocument.setPositiveInteger(PositiveInteger positiveInteger)
          Sets the "positiveInteger" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement PositiveInteger
 class PositiveIntegerImpl
          An XML positiveInteger(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return PositiveInteger
 PositiveInteger PositiveIntegerDocumentImpl.addNewPositiveInteger()
          Appends and returns a new empty "positiveInteger" element
 PositiveInteger PositiveIntegerDocumentImpl.getPositiveInteger()
          Gets the "positiveInteger" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type PositiveInteger
 void PositiveIntegerDocumentImpl.setPositiveInteger(PositiveInteger positiveInteger)
          Sets the "positiveInteger" element
 



Copyright © 2006 null. All Rights Reserved.