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