public class QNameListOrTokenAnyAttrImpl extends XMLAttrImpl implements QNameListOrTokenAttr
Union of list of QName or xs:token #any.
For example, the wsoap:subcodes extension attribute of binding fault.| Constructor and Description |
|---|
QNameListOrTokenAnyAttrImpl(XMLElement ownerEl,
QName attrType,
String attrValue,
ErrorReporter errRpt) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
convert(XMLElement ownerEl,
String attrValue) |
QName[] |
getQNames() |
String |
getToken() |
boolean |
isQNameList() |
boolean |
isToken() |
getAttributeType, getContent, getErrorReporter, isValid, setValid, toExternalFormclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeType, getContent, isValid, toExternalFormpublic QNameListOrTokenAnyAttrImpl(XMLElement ownerEl, QName attrType, String attrValue, ErrorReporter errRpt) throws WSDLException
WSDLExceptionpublic boolean isQNameList()
isQNameList in interface QNameListOrTokenAttrpublic boolean isToken()
isToken in interface QNameListOrTokenAttrpublic QName[] getQNames()
getQNames in interface QNameListOrTokenAttrpublic String getToken()
getToken in interface QNameListOrTokenAttrprotected Object convert(XMLElement ownerEl, String attrValue) throws WSDLException
convert in class XMLAttrImplWSDLExceptionCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.