org.apache.axis2.soap
Interface SOAPFaultSubCode
- All Superinterfaces:
- OMContainer, OMElement, OMNode
- All Known Implementing Classes:
- SOAPFaultSubCodeImpl, SOAPFaultSubCodeImpl
- public interface SOAPFaultSubCode
- 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 soapFaultSubCodeValue)
throws SOAPProcessingException
- Fault SubCode contain only one mandatory Value child. This value child contains a QName
- Parameters:
soapFaultSubCodeValue
-
- Throws:
SOAPProcessingException
getValue
public SOAPFaultValue getValue()
setSubCode
public void setSubCode(SOAPFaultSubCode subCode)
throws SOAPProcessingException
- Fault SubCode can contain an optional SubCode
- Parameters:
subCode
-
- Throws:
SOAPProcessingException
getSubCode
public SOAPFaultSubCode getSubCode()