public class SOAPFaultSubcodes extends Object
BindingFault
component.
This property may contain either a list of QNames representing the subcodes or
the xs:token #any.
This class will restrict the possible values to a collection of QNames or the string "#any". It provides methods to query whether the property contains QNames or a token and methods to retrieve the property value of the appropriate type.
Modifier and Type | Field and Description |
---|---|
static SOAPFaultSubcodes |
ANY |
Constructor and Description |
---|
SOAPFaultSubcodes(QName[] subcodeQNs) |
Modifier and Type | Method and Description |
---|---|
QName[] |
getQNames() |
String |
getToken() |
boolean |
isQNames() |
boolean |
isToken() |
public static final SOAPFaultSubcodes ANY
public SOAPFaultSubcodes(QName[] subcodeQNs)
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.