Uses of Class
org.w3.soap.Subcode

Packages that use Subcode
org.w3.soap   
 

Uses of Subcode in org.w3.soap
 

Fields in org.w3.soap declared as Subcode
protected  Subcode Subcode.subcode
           
protected  Subcode Faultcode.subcode
           
 

Methods in org.w3.soap that return Subcode
 Subcode ObjectFactory.createSubcode()
          Create an instance of Subcode
 Subcode Subcode.getSubcode()
          Gets the value of the subcode property.
 Subcode Faultcode.getSubcode()
          Gets the value of the subcode property.
 Subcode Subcode.withSubcode(Subcode value)
           
 Subcode Subcode.withValue(QName value)
           
 

Methods in org.w3.soap with parameters of type Subcode
 void Subcode.setSubcode(Subcode value)
          Sets the value of the subcode property.
 void Faultcode.setSubcode(Subcode value)
          Sets the value of the subcode property.
 Subcode Subcode.withSubcode(Subcode value)
           
 Faultcode Faultcode.withSubcode(Subcode value)
           
 

Constructors in org.w3.soap with parameters of type Subcode
Faultcode(QName value, Subcode subcode)
          Fully-initialising value constructor
Subcode(QName value, Subcode subcode)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.