org.apache.axis2.soap
Interface SOAPFaultCode
- All Superinterfaces:
- OMContainer, OMElement, OMNode
- All Known Implementing Classes:
- SOAPFaultCodeImpl, SOAPFaultCodeImpl
- public interface SOAPFaultCode
- extends OMElement
Methods inherited from interface org.apache.axis2.om.OMElement |
addAttribute, addAttribute, cloneOMElement, declareNamespace, declareNamespace, findNamespace, findNamespaceURI, getAllAttributes, getAllDeclaredNamespaces, getAttribute, getAttributeValue, getBuilder, getChildElements, getFirstElement, getLocalName, getNamespace, getQName, getText, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeAttribute, resolveQName, setBuilder, setFirstChild, setLocalName, setNamespace, setText, toString, toStringWithConsume |
Methods inherited from interface org.apache.axis2.om.OMNode |
build, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume |
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.