oracle.webservices.soap
Interface FaultValue12
- All Superinterfaces:
- Element, Node, Node, SOAPElement, SOAPFaultElement
- public interface FaultValue12
- extends SOAPFaultElement
| Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Methods inherited from interface javax.xml.soap.SOAPElement |
addAttribute, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, getAllAttributes, getAttributeValue, getChildElements, getChildElements, getElementName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getVisibleNamespacePrefixes, removeAttribute, removeContents, removeNamespaceDeclaration, setEncodingStyle |
| Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
getFaultCode
public String getFaultCode()
-
- Returns:
- fault code for FaultValue12
getFaultCodeAsName
public Name getFaultCodeAsName()
-
- Returns:
- Fault code as Name
setFaultCode
public void setFaultCode(Name faultCodeQName)
throws SOAPException
- Sets fault code on FaultValue12
-
- Parameters:
faultCodeQName - Fault code as QName
- Throws:
SOAPException - if Fault code cannot be set
setFaultCode
public void setFaultCode(String faultCode)
throws SOAPException
- Sets fault code on FaultValue12
-
- Parameters:
faultCode - Fault code value
- Throws:
SOAPException - if Fault code cannot be set