org.apache.axis2.soap
Interface SOAPFaultCode

All Superinterfaces:
OMContainer, OMElement, OMNode
All Known Implementing Classes:
SOAPFaultCodeImpl

public interface SOAPFaultCode
extends OMElement


Field Summary
 
Fields inherited from interface org.apache.axis2.om.OMNode
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
 
Method Summary
 SOAPFaultSubCode getSubCode()
           
 SOAPFaultValue getValue()
           
 void setSubCode(SOAPFaultSubCode value)
           
 void setValue(SOAPFaultValue value)
           
 
Methods inherited from interface org.apache.axis2.om.OMElement
addAttribute, addAttribute, addChild, declareNamespace, declareNamespace, findNamespace, getAllDeclaredNamespaces, getAttribute, getAttributes, getBuilder, getChildElements, getChildren, getChildrenWithName, getFirstAttribute, getFirstChild, getFirstChildWithName, getFirstElement, getLocalName, getNamespace, getQName, getText, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeAttribute, setBuilder, setFirstChild, setLocalName, setNamespace, setText
 
Methods inherited from interface org.apache.axis2.om.OMNode
build, detach, discard, getNextSibling, getParent, getPreviousSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serializeWithCache
 
Methods inherited from interface org.apache.axis2.om.OMContainer
buildNext, isComplete
 

Method Detail

setValue

public void setValue(SOAPFaultValue value)
              throws SOAPProcessingException
Parameters:
value -
Throws:
SOAPProcessingException

getValue

public SOAPFaultValue getValue()
Returns:

setSubCode

public void setSubCode(SOAPFaultSubCode value)
                throws SOAPProcessingException
Parameters:
value -
Throws:
SOAPProcessingException

getSubCode

public SOAPFaultSubCode getSubCode()
Returns: