Uses of Class
org.w3.soap.Detail

Packages that use Detail
org.w3.soap   
 

Uses of Detail in org.w3.soap
 

Fields in org.w3.soap declared as Detail
protected  Detail Fault.detail
           
 

Methods in org.w3.soap that return Detail
 Detail ObjectFactory.createDetail()
          Create an instance of Detail
 Detail Fault.getDetail()
          Gets the value of the detail property.
 Detail Detail.withAnies(Collection<Object> values)
           
 Detail Detail.withAnies(List<Object> value)
           
 Detail Detail.withAnies(Object... values)
           
 

Methods in org.w3.soap with parameters of type Detail
 void Fault.setDetail(Detail value)
          Sets the value of the detail property.
 Fault Fault.withDetail(Detail value)
           
 

Constructors in org.w3.soap with parameters of type Detail
Fault(Faultcode code, Faultreason reason, String node, String role, Detail detail)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.