public class SOAPFaultCode extends Object
BindingFault
component.
This property may contain either a QName representing the code or the xs:token #any.
This class will restrict the possible values to a QName reference or the string "#any". It provides methods to query whether the property contains a QName or a token and methods to retrieve the property value of the appropriate type.
Modifier and Type | Field and Description |
---|---|
static SOAPFaultCode |
ANY |
Constructor and Description |
---|
SOAPFaultCode(QName codeQN) |
Modifier and Type | Method and Description |
---|---|
QName |
getQName() |
String |
getToken() |
boolean |
isQName() |
boolean |
isToken() |
public static final SOAPFaultCode ANY
public SOAPFaultCode(QName codeQN)
Copyright © 2005–2016 Apache Software Foundation. All rights reserved.