Uses of Class
org.w3._2003._05.soap_envelope.Subcode

Packages that use Subcode
org.w3._2003._05.soap_envelope   
 

Uses of Subcode in org.w3._2003._05.soap_envelope
 

Fields in org.w3._2003._05.soap_envelope declared as Subcode
protected  Subcode Faultcode.subcode
           
protected  Subcode Subcode.subcode
           
 

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

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



Apache Camel