Index: SOAPFaultCode.java
===================================================================
--- SOAPFaultCode.java	(revision 736795)
+++ SOAPFaultCode.java	(working copy)
@@ -21,21 +21,9 @@
 
 import org.apache.axiom.om.OMElement;
 
-public interface SOAPFaultCode extends OMElement {
+public interface SOAPFaultCode extends SOAPBaseFault {
     /**
      * Eran Chinthaka (chinthaka@apache.org)
      */
 
-    /** @param value  */
-    void setValue(SOAPFaultValue value) throws SOAPProcessingException;
-
-    /** @return Returns SOAPFaultValue. */
-    SOAPFaultValue getValue();
-
-    /** @param value  */
-    void setSubCode(SOAPFaultSubCode value) throws SOAPProcessingException;
-
-    /** @return Returns SOAPFaultSubCode. */
-    SOAPFaultSubCode getSubCode();
-
 }
