Uses of Interface
org.w3.x2003.x05.soapEnvelope.Subcode

Packages that use Subcode
org.w3.x2003.x05.soapEnvelope   
org.w3.x2003.x05.soapEnvelope.impl   
 

Uses of Subcode in org.w3.x2003.x05.soapEnvelope
 

Methods in org.w3.x2003.x05.soapEnvelope that return Subcode
 Subcode Subcode.addNewSubcode()
          Appends and returns a new empty "Subcode" element
 Subcode Faultcode.addNewSubcode()
          Appends and returns a new empty "Subcode" element
 Subcode Subcode.getSubcode()
          Gets the "Subcode" element
 Subcode Faultcode.getSubcode()
          Gets the "Subcode" element
static Subcode Subcode.Factory.newInstance()
           
static Subcode Subcode.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Subcode Subcode.Factory.parse(java.io.File file)
           
static Subcode Subcode.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Subcode Subcode.Factory.parse(java.io.InputStream is)
           
static Subcode Subcode.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Subcode Subcode.Factory.parse(org.w3c.dom.Node node)
           
static Subcode Subcode.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Subcode Subcode.Factory.parse(java.io.Reader r)
           
static Subcode Subcode.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Subcode Subcode.Factory.parse(java.lang.String xmlAsString)
           
static Subcode Subcode.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Subcode Subcode.Factory.parse(java.net.URL u)
           
static Subcode Subcode.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Subcode Subcode.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Subcode Subcode.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Subcode Subcode.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Subcode Subcode.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2003.x05.soapEnvelope with parameters of type Subcode
 void Subcode.setSubcode(Subcode subcode)
          Sets the "Subcode" element
 void Faultcode.setSubcode(Subcode subcode)
          Sets the "Subcode" element
 

Uses of Subcode in org.w3.x2003.x05.soapEnvelope.impl
 

Classes in org.w3.x2003.x05.soapEnvelope.impl that implement Subcode
 class SubcodeImpl
          An XML subcode(@http://www.w3.org/2003/05/soap-envelope).
 

Methods in org.w3.x2003.x05.soapEnvelope.impl that return Subcode
 Subcode SubcodeImpl.addNewSubcode()
          Appends and returns a new empty "Subcode" element
 Subcode FaultcodeImpl.addNewSubcode()
          Appends and returns a new empty "Subcode" element
 Subcode SubcodeImpl.getSubcode()
          Gets the "Subcode" element
 Subcode FaultcodeImpl.getSubcode()
          Gets the "Subcode" element
 

Methods in org.w3.x2003.x05.soapEnvelope.impl with parameters of type Subcode
 void SubcodeImpl.setSubcode(Subcode subcode)
          Sets the "Subcode" element
 void FaultcodeImpl.setSubcode(Subcode subcode)
          Sets the "Subcode" element
 



Copyright © 2008. All Rights Reserved.