org.apache.axiom.soap
Interface SOAPFaultCode

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

public interface SOAPFaultCode
extends OMElement


Field Summary
 
Fields inherited from interface org.apache.axiom.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.axiom.om.OMElement
addAttribute, addAttribute, cloneOMElement, declareDefaultNamespace, declareNamespace, declareNamespace, findNamespace, findNamespaceURI, getAllAttributes, getAllDeclaredNamespaces, getAttribute, getAttributeValue, getBuilder, getChildElements, getDefaultNamespace, getFirstElement, getLineNumber, getLocalName, getNamespace, getQName, getText, getTextAsQName, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeAttribute, resolveQName, setBuilder, setFirstChild, setLineNumber, setLocalName, setNamespace, setNamespaceWithNoFindInCurrentScope, setText, setText, toString, toStringWithConsume
 
Methods inherited from interface org.apache.axiom.om.OMNode
build, detach, discard, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
 
Methods inherited from interface org.apache.axiom.om.OMContainer
addChild, buildNext, getChildren, getChildrenWithName, getFirstChildWithName, getFirstOMChild, isComplete
 

Method Detail

setValue

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

getValue

public SOAPFaultValue getValue()
Returns:
Returns SOAPFaultValue.

setSubCode

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

getSubCode

public SOAPFaultSubCode getSubCode()
Returns:
Returns SOAPFaultSubCode.