}
public void setValue(SOAPFaultValue soapFaultSubCodeValue)
throws SOAPProcessingException {
if (!(soapFaultSubCodeValue instanceof SOAP12FaultValueImpl)) {
throw new SOAPProcessingException(
"Expecting SOAP12FaultValueImpl, got " + soapFaultSubCodeValue.getClass());
}
super.setValue(soapFaultSubCodeValue);
}