Represents the detail element in a SOAP fault. A detail contains SoapFaultDetailElements,
which represent the individual details.
author: Arjen Poutsma See Also:SoapFaultDetailElement since: 1.0.0
Adds a new SoapFaultDetailElement with the specified qualified name to this detail.
Parameters: name - the qualified name of the new detail element the created SoapFaultDetailElement
Gets an iterator over all of the SoapFaultDetailElements in this detail.
an iterator over all the SoapFaultDetailElements See Also:SoapFaultDetailElement