org.apache.axiom.soap
Interface SOAPFaultSubCode

All Superinterfaces:
OMContainer, OMElement, OMNode
All Known Implementing Classes:
SOAP11FaultSubCodeImpl, SOAP11FaultSubCodeImpl, SOAP12FaultSubCodeImpl, SOAP12FaultSubCodeImpl, SOAPFaultSubCodeImpl, SOAPFaultSubCodeImpl

public interface SOAPFaultSubCode
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 subCode)
          Fault SubCode can contain an optional SubCode
 void setValue(SOAPFaultValue soapFaultSubCodeValue)
          Fault SubCode contain only one mandatory Value child.
 
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, buildWithAttachments, close, 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, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, isComplete
 

Method Detail

setValue

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

SOAPFaultValue getValue()

setSubCode

void setSubCode(SOAPFaultSubCode subCode)
                throws SOAPProcessingException
Fault SubCode can contain an optional SubCode

Parameters:
subCode -
Throws:
SOAPProcessingException

getSubCode

SOAPFaultSubCode getSubCode()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.