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