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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type NonNegativeInteger
 void NonNegativeIntegerDocument.setNonNegativeInteger(NonNegativeInteger nonNegativeInteger)
          Sets the "nonNegativeInteger" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement NonNegativeInteger
 class NonNegativeIntegerImpl
          An XML nonNegativeInteger(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return NonNegativeInteger
 NonNegativeInteger NonNegativeIntegerDocumentImpl.addNewNonNegativeInteger()
          Appends and returns a new empty "nonNegativeInteger" element
 NonNegativeInteger NonNegativeIntegerDocumentImpl.getNonNegativeInteger()
          Gets the "nonNegativeInteger" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type NonNegativeInteger
 void NonNegativeIntegerDocumentImpl.setNonNegativeInteger(NonNegativeInteger nonNegativeInteger)
          Sets the "nonNegativeInteger" element
 



Copyright © 2006 null. All Rights Reserved.