org.apache.axis2.soap
Interface SOAPFaultSubCode
- All Superinterfaces:
- OMContainer, OMElement, OMNode
- All Known Implementing Classes:
- SOAPFaultSubCodeImpl
- public interface SOAPFaultSubCode
- extends OMElement
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 |
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()