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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type NonPositiveInteger
 void NonPositiveIntegerDocument.setNonPositiveInteger(NonPositiveInteger nonPositiveInteger)
          Sets the "nonPositiveInteger" element
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement NonPositiveInteger
 class NonPositiveIntegerImpl
          An XML nonPositiveInteger(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return NonPositiveInteger
 NonPositiveInteger NonPositiveIntegerDocumentImpl.addNewNonPositiveInteger()
          Appends and returns a new empty "nonPositiveInteger" element
 NonPositiveInteger NonPositiveIntegerDocumentImpl.getNonPositiveInteger()
          Gets the "nonPositiveInteger" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type NonPositiveInteger
 void NonPositiveIntegerDocumentImpl.setNonPositiveInteger(NonPositiveInteger nonPositiveInteger)
          Sets the "nonPositiveInteger" element
 



Copyright © 2006 null. All Rights Reserved.