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

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

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

Fields in org.w3._2003._05.soap_envelope with type parameters of type Reasontext
protected  List<Reasontext> Faultreason.text
           
 

Methods in org.w3._2003._05.soap_envelope that return Reasontext
 Reasontext ObjectFactory.createReasontext()
          Create an instance of Reasontext
 Reasontext Reasontext.withLang(String value)
           
 Reasontext Reasontext.withValue(String value)
           
 

Methods in org.w3._2003._05.soap_envelope that return types with arguments of type Reasontext
 List<Reasontext> Faultreason.getText()
          Gets the value of the text property.
 

Methods in org.w3._2003._05.soap_envelope with parameters of type Reasontext
 Faultreason Faultreason.withText(Reasontext... values)
           
 

Method parameters in org.w3._2003._05.soap_envelope with type arguments of type Reasontext
 Faultreason Faultreason.withText(Collection<Reasontext> values)
           
 



Apache Camel